From 2a59f9329e5579055f9ac561f2e6d0d334d3d149 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 22 Aug 2006 23:29:09 +0000 Subject: Replace (!isgraph && !isspace) with (!isprint) which is equivalent. Also, 2006-08-22 Behdad Esfahbod * pango/pango-context.c (itemize_state_process_run): Replace (!isgraph && !isspace) with (!isprint) which is equivalent. Also, update comments. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 07329fef..43cc5579 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2006-08-22 Behdad Esfahbod + * pango/pango-context.c (itemize_state_process_run): Replace (!isgraph + && !isspace) with (!isprint) which is equivalent. Also, update + comments. + +2006-08-22 Behdad Esfahbod + + 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 -- cgit v1.2.1