summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2002-12-22 22:13:31 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-12-22 22:13:31 +0000
commitdecacd40a6171bb1bb8245e748c29f71ba942bb5 (patch)
treea18037dc8d3b43e1c01c252223e7af1940a8f130 /ChangeLog.pre-2-2
parenteee70b8153e0129cc885abbf6172a274fb6cb97d (diff)
downloadgdk-pixbuf-decacd40a6171bb1bb8245e748c29f71ba942bb5.tar.gz
Don't add attributes with empty ranges. (fixes #101564 and #80637)
2002-12-22 Matthias Clasen <maclas@gmx.de> * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes with empty ranges. (fixes #101564 and #80637)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-25
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 4d81341c8..83bea4dce 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,8 @@
+2002-12-22 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes
+ with empty ranges. (fixes #101564 and #80637)
+
2002-12-21 Tor Lillqvist <tml@iki.fi>
* gdk/win32/gdkwindow-win32.c (gdk_window_new): Move the code that