summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-811
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index ab6759871e..ebc5f529f6 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,6 +1,17 @@
2002-02-07 Padraig O'Briain <padraig.obriain@sun.com>
* gtk/gtkwidget.[ch]:
+ Change show_help signal to return gboolean instead of void. This
+ allows the keypress which invokes the signal to be propagated to the
+ focus widgets ancestors if not handled by the focus widget.
+
+ * gtk/gtktoolips.[ch]
+ Change _gtk_tooltips_show_tip () to return a gboolean indicating
+ whether widget has tooltip to display.
+
+2002-02-07 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * gtk/gtkwidget.[ch]:
Change popup_menu signal to return gboolean instead of void. This
allows the keypress which invokes the signal to be propagated to the
focus widgets ancestors if not handled by the focus widget.