summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-10
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-08-22 23:53:13 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-08-22 23:53:13 +0000
commit9a2e1914e525e56b7fcb25699e19c9667f2c5491 (patch)
tree0f851982f6f9642944181a8317ee5d9a203d8c2d /ChangeLog.pre-1-10
parent057c4d839c8f979700df14eaa73e1c4d2a55f0d0 (diff)
downloadpango-9a2e1914e525e56b7fcb25699e19c9667f2c5491.tar.gz
Simply use g_utf8_validate() to validate the text, avoiding problem where
Wed Aug 22 19:52:18 2001 Owen Taylor <otaylor@redhat.com> * pango/pango-layout.c (pango_layout_set_text): Simply use g_utf8_validate() to validate the text, avoiding problem where layout was left in hosed state for invalid UTF-8, and also a bug with reading one-past length.
Diffstat (limited to 'ChangeLog.pre-1-10')
-rw-r--r--ChangeLog.pre-1-107
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10
index bda4851f..6444b3c9 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,10 @@
+Wed Aug 22 19:52:18 2001 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pango-layout.c (pango_layout_set_text): Simply
+ use g_utf8_validate() to validate the text, avoiding
+ problem where layout was left in hosed state for invalid
+ UTF-8, and also a bug with reading one-past length.
+
2001-08-16 Alexander Larsson <alexl@redhat.com>
* pango/pangowin32.c: