diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-09-26 23:01:32 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-09-26 23:01:32 +0000 |
commit | eeed9d1890e8f462445af36974ff756409111da5 (patch) | |
tree | f5b075c3b99a29cd1c2c9408e18d8da0f0e2ccfe /ChangeLog.pre-2-4 | |
parent | c920afd9c52e160ac83f1fe01ba3394b20fb76be (diff) | |
download | gtk+-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-4 | 12 |
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 |