summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-10
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-05-29 15:55:57 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-05-29 15:55:57 +0000
commitf138d945460f2c6e287e098d0bfe04ed20d57f18 (patch)
tree9a6ff9442643056cea66a11b21267aa5bcc8833e /ChangeLog.pre-1-10
parent45a1d90a3a453950f74bada5c5337554cb596062 (diff)
downloadpango-f138d945460f2c6e287e098d0bfe04ed20d57f18.tar.gz
Fix bug in MRU list code.
Mon May 29 11:14:34 2000 Owen Taylor <otaylor@redhat.com> * pango/pangox-fontcache.c (pango_x_font_cache_load): Fix bug in MRU list code. * pango/pango-layout.c (pango_layout_check_lines): Fix infinite loop in the case where the first item doesn't fit, but whitespace follows that must go onto the same line. * examples/viewer-qt.h: Minor changes so it compiles with Qt-2.0. (Though the utf8 codec in Qt-2.0 seems to be slightly buggy.)
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 d7217354..ab8bdddb 100644
--- a/ChangeLog.pre-1-10
+++ b/ChangeLog.pre-1-10
@@ -1,3 +1,16 @@
+Mon May 29 11:14:34 2000 Owen Taylor <otaylor@redhat.com>
+
+ * pango/pangox-fontcache.c (pango_x_font_cache_load): Fix bug
+ in MRU list code.
+
+ * pango/pango-layout.c (pango_layout_check_lines): Fix infinite
+ loop in the case where the first item doesn't fit, but
+ whitespace follows that must go onto the same line.
+
+ * examples/viewer-qt.h: Minor changes so it compiles with
+ qt-2.0. (Though the utf8 codec in qt-2.0 seems to be slightly
+ buggy.)
+
Sun May 28 16:24:43 2000 Owen Taylor <otaylor@redhat.com>
* examples/Makefile.am examples/viewer-qt.cc