summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-08-22 23:29:09 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-08-22 23:29:09 +0000
commit2a59f9329e5579055f9ac561f2e6d0d334d3d149 (patch)
treea4402ce79262194826178ddb3d45def77fa5683d /ChangeLog
parentb865a622e2fc2085a6a908065509e00d306350b4 (diff)
downloadpango-2a59f9329e5579055f9ac561f2e6d0d334d3d149.tar.gz
Replace (!isgraph && !isspace) with (!isprint) which is equivalent. Also,
2006-08-22 Behdad Esfahbod <behdad@gnome.org> * pango/pango-context.c (itemize_state_process_run): Replace (!isgraph && !isspace) with (!isprint) which is equivalent. Also, update comments.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07329fef..43cc5579 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-08-22 Behdad Esfahbod <behdad@gnome.org>
+ * pango/pango-context.c (itemize_state_process_run): Replace (!isgraph
+ && !isspace) with (!isprint) which is equivalent. Also, update
+ comments.
+
+2006-08-22 Behdad Esfahbod <behdad@gnome.org>
+
+ Part of Bug 145275 – Font selection for space characters
+
* pango/pango-context.c (itemize_state_process_run): Find shaper/font
for Private Use and space characters too. Finding shaper for Private
Use is needed for any practical use of those areas. Ideally, spaces