diff options
author | Havoc Pennington <hp@pobox.com> | 2000-12-16 07:01:48 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-12-16 07:01:48 +0000 |
commit | e405f75c2b904698f71280348687254b91d8ff47 (patch) | |
tree | 3e94d6db1f35d1c9f60ce26ba6395b43851e661e /ChangeLog.pre-2-4 | |
parent | 9d41afc90a3f261db2cab33e240b34232c2b117f (diff) | |
download | gtk+-e405f75c2b904698f71280348687254b91d8ff47.tar.gz |
General cleanup of the log attr iteration stuff. This should make e.g. the
2000-12-16 Havoc Pennington <hp@pobox.com>
* gtk/gtktextiter.c: General cleanup of the log attr iteration
stuff. This should make e.g. the delete key work again in the
text widget...
(gtk_text_iter_forward_cursor_positions): handle negative count
(gtk_text_iter_backward_cursor_positions): handle negative count
(gtk_text_iter_forward_word_ends): handle negative count
(gtk_text_iter_backward_word_starts): handle negative count
* gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c,
gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to
GObject. No doubt will cause breakage.
* demos/gtk-demo/textview.c: remove hacks around
non-GObject-ification of the text objects
* demos/gtk-demo/main.c (main): use g_object_set() to manipulate
the text tag
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 642a4e8592..0ea91604e2 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,24 @@ +2000-12-16 Havoc Pennington <hp@pobox.com> + + * gtk/gtktextiter.c: General cleanup of the log attr iteration + stuff. This should make e.g. the delete key work again in the + text widget... + (gtk_text_iter_forward_cursor_positions): handle negative count + (gtk_text_iter_backward_cursor_positions): handle negative count + (gtk_text_iter_forward_word_ends): handle negative count + (gtk_text_iter_backward_word_starts): handle negative count + + * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h, + gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, + gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to + GObject. No doubt will cause breakage. + + * demos/gtk-demo/textview.c: remove hacks around + non-GObject-ification of the text objects + + * demos/gtk-demo/main.c (main): use g_object_set() to manipulate + the text tag + 2000-12-14 Havoc Pennington <hp@pobox.com> * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined |