From 08a08cf1b5b6040da3f9a93847250e2bab6bdc2e Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Sat, 14 Dec 2002 22:43:52 +0000 Subject: Add a new binding signal, "move_scroll", and use it to hook up Sat Dec 14 14:19:16 2002 Owen Taylor * gtk/gtkmenu.c: Add a new binding signal, "move_scroll", and use it to hook up Home/End/Page_Up/Page_Down keybindings. (#80484, Narayana Pattipati, Marius Andreiana) * gtk/gtkmenu.c (gtk_menu_scroll_item_visible): Fix some bugs in the computation of when an item is visible. (#99545) * gtk/gtkbindings.[ch] (_gtk_binding_signal_new) gtk/gtkmenushell.c: Move here, export privately. * gtk/gtkmenushell.c (_gtk_menu_shell_select_last): Export privately. * gtk/gtkmenushell.c (gtk_menu_shell_select_item): Don't select the item if it is already selected. --- ChangeLog.pre-2-2 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog.pre-2-2') diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 6b94a4b8d2..3f831f76e3 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,21 @@ +Sat Dec 14 14:19:16 2002 Owen Taylor + + * gtk/gtkmenu.c: Add a new binding signal, "move_scroll", + and use it to hook up Home/End/Page_Up/Page_Down keybindings. + (#80484, Narayana Pattipati, Marius Andreiana) + + * gtk/gtkmenu.c (gtk_menu_scroll_item_visible): Fix some + bugs in the computation of when an item is visible. (#99545) + + * gtk/gtkbindings.[ch] (_gtk_binding_signal_new) gtk/gtkmenushell.c: + Move here, export privately. + + * gtk/gtkmenushell.c (_gtk_menu_shell_select_last): Export + privately. + + * gtk/gtkmenushell.c (gtk_menu_shell_select_item): Don't + select the item if it is already selected. + Sat Dec 14 01:51:05 2002 Chema Celorio * gtk/gtkdialog.c (gtk_dialog_add_buttons_valist): minor coding -- cgit v1.2.1