summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-0
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@src.gnome.org>2001-12-06 19:51:49 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-12-06 19:51:49 +0000
commit187255e6344361251b61103f95a043ebd7fba772 (patch)
treef94f57211d2092235330f7325c86051057965fb8 /ChangeLog.pre-1-0
parent5477b7d9187268389b28bb3df4eddeeba7360496 (diff)
downloadpango-187255e6344361251b61103f95a043ebd7fba772.tar.gz
hu Dec 6 12:10:53 2001 Owen Taylor <otaylor@redhat.com>
* pango/break.c (pango_default_break): Simplify by being lazy and calling g_utf8_strlen() (causes a two passes over the array but shouldn't be a huge performance loss). Fix bug where attributes weren't set correctly for empty strings. Handle internal NULLs consistently with other functions (truncate) rather than dying with an assertion failure. (#65183)
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r--ChangeLog.pre-1-011
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0
index f59a945b..32a55b83 100644
--- a/ChangeLog.pre-1-0
+++ b/ChangeLog.pre-1-0
@@ -1,3 +1,13 @@
+Thu Dec 6 12:10:53 2001 Owen Taylor <otaylor@redhat.com>
+
+ * pango/break.c (pango_default_break): Simplify by
+ being lazy and calling g_utf8_strlen() (causes a
+ two passes over the array but shouldn't be a huge
+ performance loss). Fix bug where attributes weren't
+ set correctly for empty strings. Handle internal
+ NULLs consistently with other functions (truncate)
+ rather than dying with an assertion failure. (#65183)
+
Thu Dec 6 10:03:49 2001 HideToshi Tajima <hidetoshi.tajima@sun.com>
* modules/basic/basic-x.c
@@ -29,6 +39,7 @@ Thu Dec 6 10:03:49 2001 HideToshi Tajima <hidetoshi.tajima@sun.com>
* pango/pango-fontset.c: Documentation updates.
+>>>>>>> 1.391
Thu Nov 29 11:40:51 2001 Owen Taylor <otaylor@redhat.com>
* examples/viewer-qt.cc: Include qpainter.h - apparently