diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-03 22:15:39 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-03 22:15:39 +0000 |
commit | 8627dbda08ea95403356442fbb75ac21a7223dc0 (patch) | |
tree | 06da440da2bc8d92cfbee6dd5a614ceb95de5f29 /ChangeLog.pre-2-0 | |
parent | d9f8121359da5fa8d495aa187e23714b6ebe8b10 (diff) | |
download | gtk+-8627dbda08ea95403356442fbb75ac21a7223dc0.tar.gz |
Back out changes to propagate keys to parent menu shells, since that broke
Sun Mar 3 17:03:30 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmenushell.c gtk/gtkmenubar.[ch]: Back out
changes to propagate keys to parent menu shells, since
that broke stuff; rather implement ::cycle-focus as
a key binding on GtkMenuShell rather than on GtkMenuBar.
* gtk/gtkmenushell.c (gtk_menu_shell_class_init): Add
add bindings for ::cycle-focus. (In gtkmenubar.c, were
mistakently bound to ::move-focus.)
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 7bd6a6a983..f39203a41b 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,14 @@ +Sun Mar 3 17:03:30 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkmenushell.c gtk/gtkmenubar.[ch]: Back out + changes to propagate keys to parent menu shells, since + that broke stuff; rather implement ::cycle-focus as + a key binding on GtkMenuShell rather than on GtkMenuBar. + + * gtk/gtkmenushell.c (gtk_menu_shell_class_init): Add + add bindings for ::cycle-focus. (In gtkmenubar.c, were + mistakently bound to ::move-focus.) + 2002-03-03 Tor Lillqvist <tml@iki.fi> * README.win32: Minor edits. |