summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-06-04 01:19:55 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-06-04 01:19:55 +0000
commit8509d7f4ea6c11b88bf6c1b56bad7ebe89c12df7 (patch)
tree802552da049245633e82dcc20780d62963ee5779 /ChangeLog.pre-2-6
parent4d33f2c956971aca56176bb0b33dd7eab544293d (diff)
downloadgtk+-8509d7f4ea6c11b88bf6c1b56bad7ebe89c12df7.tar.gz
Calculate the length of the entry contents in characters, not in bytes.
Thu Jun 3 21:17:29 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentry.c (gtk_entry_completion_timeout): Calculate the length of the entry contents in characters, not in bytes. * gtk/gtkentry.c (paste_received): Don't pop up the completion window on paste, noticed by Anders Carlsson.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-68
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 051135f1a8..c53a74a920 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,11 @@
+Thu Jun 3 21:17:29 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkentry.c (gtk_entry_completion_timeout): Calculate the
+ length of the entry contents in characters, not in bytes.
+
+ * gtk/gtkentry.c (paste_received): Don't pop up the completion
+ window on paste, noticed by Anders Carlsson.
+
Thu Jun 3 20:56:19 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c (gtk_combo_box_class_init): Fix the allowed