summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-07-06 00:21:43 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-07-06 00:21:43 +0000
commit367cacdf1b879c5bfa16f21502c80d8ed152ebef (patch)
treee373581e311d8e1f6d4772e87c393607f7cb3a7e /ChangeLog.pre-2-2
parente05a96609d5f3c2725ab2a7a35438cd2c6aed8c2 (diff)
downloadgtk+-367cacdf1b879c5bfa16f21502c80d8ed152ebef.tar.gz
Add an extra parameter to _gtk_menu_item_select_first() to allow us to
Fri Jul 5 20:18:23 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkmenushell.[ch] gtk/gtkmenubar.c gtk/gtkmenuitem.c gtk/gtkentry.c gtk/gtktextview.c: Add an extra parameter to _gtk_menu_item_select_first() to allow us to choose whether we want to select the first item predictably or to select the first sensitive item. Fixes problem with insensitive menu items and keynav. (#85796, reported by Bill Haneman and others.)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-210
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index a9b497cdb9..8c62d15691 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,13 @@
+Fri Jul 5 20:18:23 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkmenushell.[ch] gtk/gtkmenubar.c gtk/gtkmenuitem.c
+ gtk/gtkentry.c gtk/gtktextview.c: Add an extra parameter
+ to _gtk_menu_item_select_first() to allow us to choose
+ whether we want to select the first item predictably
+ or to select the first sensitive item. Fixes problem
+ with insensitive menu items and keynav. (#85796,
+ reported by Bill Haneman and others.)
+
Fri Jul 5 02:50:24 2002 Jonathan Blandford <jrb@gnome.org>
* gtk/gtktreeview.c (gtk_tree_view_collapse_all): fix warning.