diff options
author | Jonathan Blandford <jrb@redhat.com> | 2001-09-18 22:49:02 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2001-09-18 22:49:02 +0000 |
commit | fa6e6928f6e3095ea795625d4791b1734896f8c0 (patch) | |
tree | 1fc768a78490f150db8778b318bba26301fcbfb7 /ChangeLog.pre-2-8 | |
parent | a15d5c36f6e100ff512ca3fc2ff034d3cbd5f572 (diff) | |
download | gdk-pixbuf-fa6e6928f6e3095ea795625d4791b1734896f8c0.tar.gz |
centralize all the editing code
Tue Sep 18 18:46:54 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
the editing code
* gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
reason to call it beyond emiting the two signals.
* gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
to GtkEntry.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e98946060..39686f82e 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,14 @@ +Tue Sep 18 18:46:54 2001 Jonathan Blandford <jrb@redhat.com> + + * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all + the editing code + + * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no + reason to call it beyond emiting the two signals. + + * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property + to GtkEntry. + Wed Sep 12 11:21:14 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch] @@ -25,6 +36,7 @@ Wed Sep 12 11:21:14 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of style->font. +>>>>>>> 1.2293 Tue Sep 18 13:51:35 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and |