summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2006-05-22 04:33:00 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2006-05-22 04:33:00 +0000
commit1c6c1160533bdb5bcd189923fbafa1d5c665c509 (patch)
treec6510080f35f1f565f8d7d253a75678cdc0e4e4f /ChangeLog
parentf2cfabef4eef9c7933f6153f913a955305483a31 (diff)
downloadpango-1c6c1160533bdb5bcd189923fbafa1d5c665c509.tar.gz
Bug 341922 – pango should handle more characters as zero width Patch
2006-05-22 Behdad Esfahbod <behdad@gnome.org> Bug 341922 – pango should handle more characters as zero width Patch from Roozbeh Pournader * pango/pango-utils.c (pango_is_zero_width): Handle the following too: U+00AD SOFT HYPHEN U+034F COMBINING GRAPHEME JOINER U+2060 WORD JOINER U+2061 FUNCTION APPLICATION U+2062 INVISIBLE TIMES U+2063 INVISIBLE SEPARATOR
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f38ac13..a21fbc50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2006-05-22 Behdad Esfahbod <behdad@gnome.org>
+
+ Bug 341922 – pango should handle more characters as zero width
+ Patch from Roozbeh Pournader
+
+ * pango/pango-utils.c (pango_is_zero_width): Handle the following too:
+
+ U+00AD SOFT HYPHEN
+ U+034F COMBINING GRAPHEME JOINER
+ U+2060 WORD JOINER
+ U+2061 FUNCTION APPLICATION
+ U+2062 INVISIBLE TIMES
+ U+2063 INVISIBLE SEPARATOR
+
2006-05-21 Behdad Esfahbod <behdad@gnome.org>
Bug 342525 – With PangoFc and PangoWin32, approximate digit width is