summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2003-01-29 03:33:44 +0000
committerTor Lillqvist <tml@src.gnome.org>2003-01-29 03:33:44 +0000
commitbcee2406055cd3d6ede0f55aaa4ed0843a676129 (patch)
treee121181c37a44fcf600398a09bcaf8443d98377b /ChangeLog
parentcd535574bf46be12d94b83072b99af7365d58644 (diff)
downloadpango-bcee2406055cd3d6ede0f55aaa4ed0843a676129.tar.gz
g_return_if_fail for index >= 0 was the wrong way.
2003-01-29 Tor Lillqvist <tml@iki.fi> * pango/pango-coverage.c (pango_coverage_get/set): g_return_if_fail for index >= 0 was the wrong way. * pango/pangowin32.c (pango_win32_font_calc_coverage): Break out of loop if char is 0xFFFF. Some fonts have tables terminated like this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98d5131b..e2eb4f99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2003-01-29 Tor Lillqvist <tml@iki.fi>
+
+ * pango/pango-coverage.c (pango_coverage_get/set):
+ g_return_if_fail for index >= 0 was the wrong way.
+
+ * pango/pangowin32.c (pango_win32_font_calc_coverage): Break out
+ of loop if char is 0xFFFF. Some fonts have tables terminated like
+ this.
+
Tue Jan 28 18:20:45 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-coverage.c (pango_coverage_set/get): Fix