diff options
author | Havoc Pennington <hp@redhat.com> | 2000-12-18 19:12:35 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-12-18 19:12:35 +0000 |
commit | d788d9b05488b129d1f98fe1b1c77066b762a610 (patch) | |
tree | 65aa111385031172bc237606bf41fb28500a92f2 /ChangeLog.pre-2-8 | |
parent | e74c3a06f9823bb59094c44172a27492aaaa5a81 (diff) | |
download | gtk+-d788d9b05488b129d1f98fe1b1c77066b762a610.tar.gz |
wow, that implementation was pretty non-working.
2000-12-18 Havoc Pennington <hp@redhat.com>
* gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
was pretty non-working.
* gtk/testtext.c (fill_file_buffer): make this a bit more robust
by passing the length to g_utf8_validate().
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index bf4830e10c..8ffb50429c 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,11 @@ +2000-12-18 Havoc Pennington <hp@redhat.com> + + * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation + was pretty non-working. + + * gtk/testtext.c (fill_file_buffer): make this a bit more robust + by passing the length to g_utf8_validate(). + 2000-12-16 Havoc Pennington <hp@pobox.com> * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: |