diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-02-17 22:12:25 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-02-17 22:12:25 +0000 |
commit | ab1deac87fa395332b73daf8e2e4c893e23be3e4 (patch) | |
tree | 6ecac4c8b00d557df9d0a0a4ee8a9f9c0a80e7dc /ChangeLog.pre-2-10 | |
parent | d0f73034cf5e6c5b7f52ce7d31bd3b3d8cca0d4c (diff) | |
download | gtk+-ab1deac87fa395332b73daf8e2e4c893e23be3e4.tar.gz |
Add patch from Jonathan Blandford and Anders Carlsson to change the Paned
Thu Feb 17 17:10:12 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
and Anders Carlsson to change the Paned widgets so that they
can be dragged from anywhere along the length. Also change
the way that this is drawn to make this apparent.
* gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
from George Lebl to check that option_menu->menu is present
before getting history.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 587d40e11b..0e3f512a90 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,14 @@ +Thu Feb 17 17:10:12 2000 Owen Taylor <otaylor@redhat.com> + + * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford + and Anders Carlsson to change the Paned widgets so that they + can be dragged from anywhere along the length. Also change + the way that this is drawn to make this apparent. + + * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch + from George Lebl to check that option_menu->menu is present + before getting history. + 2000-02-14 Tor Lillqvist <tml@iki.fi> * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments |