summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2003-09-26 23:01:32 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2003-09-26 23:01:32 +0000
commiteeed9d1890e8f462445af36974ff756409111da5 (patch)
treef5b075c3b99a29cd1c2c9408e18d8da0f0e2ccfe /ChangeLog.pre-2-4
parentc920afd9c52e160ac83f1fe01ba3394b20fb76be (diff)
downloadgtk+-eeed9d1890e8f462445af36974ff756409111da5.tar.gz
Demonstrate the use of the connect-proxy signal.
2003-09-27 Matthias Clasen <maclas@gmx.de> * tests/testmerge.c: Demonstrate the use of the connect-proxy signal. * gtk/gtkaction.c (connect_proxy): Add connect-proxy and disconnect-proxy signals to do small customizations like displaying tooltips in the statusbar without custom actions. (#122894, Philip Langdale) * gtk/gtkuimanager.c (update_node): Don't leak tooltip.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-412
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index ceb5917d10..f56ac4d5f1 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,15 @@
+2003-09-27 Matthias Clasen <maclas@gmx.de>
+
+ * tests/testmerge.c: Demonstrate the use of the
+ connect-proxy signal.
+
+ * gtk/gtkaction.c (connect_proxy): Add connect-proxy and
+ disconnect-proxy signals to do small customizations
+ like displaying tooltips in the statusbar without
+ custom actions. (#122894, Philip Langdale)
+
+ * gtk/gtkuimanager.c (update_node): Don't leak tooltip.
+
Fri Sep 26 23:49:44 2003 Kristian Rietveld <kris@gtk.org>
Landing the new ComboBox. Note that only gtkcombobox.h and