summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-10
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2003-01-29 03:22:14 +0000
committerTor Lillqvist <tml@src.gnome.org>2003-01-29 03:22:14 +0000
commitc1b0cce4d2de5585f4b2039de13812f24b19c3ea (patch)
treef08c327a328f1d611310d5b7d85d1605e9efe988 /ChangeLog.pre-1-10
parent6d334ce1a84b0e291515cb0d2279ead478a30f5b (diff)
downloadpango-c1b0cce4d2de5585f4b2039de13812f24b19c3ea.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_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. Merge from HEAD: * pango/testfonts.c: Convert literal ISO-8859-1 to UTF-8 hex escapes.
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r--ChangeLog.pre-1-1013
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index bb76120a..4af96154 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,16 @@
+2003-01-29 Tor Lillqvist <tml@iki.fi>
+
+ * pango/pango-coverage.c (pango_coverage_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.
+
+ Merge from HEAD:
+ * pango/testfonts.c: Convert literal ISO-8859-1
+ to UTF-8 hex escapes.
+
Tue Jan 28 18:20:45 2003 Owen Taylor <otaylor@redhat.com>
* pango/pango-coverage.c (pango_coverage_set/get): Fix