summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2007-06-15 19:08:08 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2007-06-15 19:08:08 +0000
commit4e1ac87bf7e48cfb8c9f8ba672c3bc2000127ea4 (patch)
tree88c05375de7791551aa9bee6412e5cc8004b0dfd /ChangeLog
parenta34dfc3c5cea3688b99b7a2bc93b4d054779e014 (diff)
downloadgtk+-4e1ac87bf7e48cfb8c9f8ba672c3bc2000127ea4.tar.gz
add move_selected signal to allow overriding the default internal
2007-06-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmenushell.[ch]: add move_selected signal to allow overriding the default internal behaviour. (#446833, Ryan Lortie) svn path=/trunk/; revision=18145
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b7f0a1d3c..4dba5a61bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-15 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkmenushell.[ch]: add move_selected signal to allow
+ overriding the default internal behaviour. (#446833, Ryan Lortie)
+
2007-06-15 Mathias Hasselmann <mathias.hasselmann@gmx.de>
* gtk/gtkwidget.c: Forgot to free the unescaped tooltip text.