summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index edeab26969..f017d24055 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Thu Feb 21 16:51:17 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkaccelgroup.c (gtk_accelerator_valid): Add
+ GDK_ISO_Next_Group/Prev_Group/Level3_Shift/
+ First_Group/Last_Group to list of invalid accelerators.
+ (A lot more that should be added, but probably would
+ want a range mechanism. These are the ones found in
+ the standard XFree86 config files.)
+
+ * gtk/gtkbindings.c (gtk_bindings_activate): Fix problem
+ that broke bindings for menus.
+
+ * gtk/gtkwindow.[ch]: Export _gtk_window_activate_key()
+ privately.
+
+ * gtk/gtkmenushell.c (gtk_menu_shell_key_press): Use
+ _gtk_window_activate_key(), gtk_bindings_activate_event().
+
Thu Feb 21 12:24:22 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkctree.c (gtk_ctree_class_init): Remove some workarounds