diff options
author | Havoc Pennington <hp@redhat.com> | 2000-12-08 20:08:52 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-12-08 20:08:52 +0000 |
commit | 565074f9a3eaaf3f88c71051624ee28836506ff1 (patch) | |
tree | db07bfceb9ef8a22ac0c2686d1cd784e14577f4b /ChangeLog.pre-2-4 | |
parent | 544bfc3d1a31cef7613780c668d45deb92802818 (diff) | |
download | gtk+-565074f9a3eaaf3f88c71051624ee28836506ff1.tar.gz |
fix breakage here that cause a segfault on text insertion
2000-12-08 Havoc Pennington <hp@redhat.com>
* gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
that cause a segfault on text insertion
* gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix
warning
* gtk/gtktextiter.c (test_log_attrs): use
_gtk_text_buffer_get_line_log_attrs to speed things up a bit
* gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs):
Get log attrs for a line, using a cache stored on the buffer
* gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
reported by Jeff Franks
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 997551f2ec..3f1fb72109 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,20 @@ +2000-12-08 Havoc Pennington <hp@redhat.com> + + * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here + that cause a segfault on text insertion + + * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix + warning + + * gtk/gtktextiter.c (test_log_attrs): use + _gtk_text_buffer_get_line_log_attrs to speed things up a bit + + * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): + Get log attrs for a line, using a cache stored on the buffer + + * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo, + reported by Jeff Franks + 2000-12-08 Alexander Larsson <alla@lysator.liu.se> * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open): @@ -145,6 +162,7 @@ (return bytes not chars) 2000-12-05 Elliot Lee <sopwith@redhat.com> + * gdk/gdkcolor.h: Make GdkColor specify element sizes to avoid waste on 64-bit platforms. |