diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-06 13:17:11 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-06 13:17:11 +0000 |
commit | 8ceb7aeed360e61b445ca82a3c665defbca609e7 (patch) | |
tree | aec85773499d7002d5112817d5a6e2231c298263 /ChangeLog.pre-2-0 | |
parent | 72b4001ba8949543b84b372febdc3541bb7392c9 (diff) | |
download | gdk-pixbuf-8ceb7aeed360e61b445ca82a3c665defbca609e7.tar.gz |
Fix various problems when truncating the inserted text to fit into the
Wed Mar 6 00:38:29 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.c (gtk_entry_real_insert_text): Fix various problems
when truncating the inserted text to fit into the GtkEntry
size limit of 65kb. (#73119)
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index d5aaceb8a..1af13c835 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +Wed Mar 6 00:38:29 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix various problems + when truncating the inserted text to fit into the GtkEntry + size limit of 65kb. (#73119) + Wed Mar 6 00:20:59 2002 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeviewcolumn.c |