diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-09-26 23:33:46 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-09-26 23:33:46 +0000 |
commit | e4507b60182ee3c69fbc8df06169eefb914a621a (patch) | |
tree | a6c34c17dc9f4334af36e957186c5d1342e49665 /ChangeLog.pre-2-4 | |
parent | eeed9d1890e8f462445af36974ff756409111da5 (diff) | |
download | gdk-pixbuf-e4507b60182ee3c69fbc8df06169eefb914a621a.tar.gz |
Turn off GTK_DISABLE_DEPRECATED, since this test uses the
2003-09-27 Matthias Clasen <maclas@gmx.de>
* tests/testtext.c: Turn off GTK_DISABLE_DEPRECATED, since
this test uses the soon-to-be-deprecated GtkItemFactory.
* demos/gtk-demo/Makefile.am (demos): Add ui_manager.c,
remove item_factory.c
* demos/gtk-demo/ui_manager.c: Duplicate of item_factory.c
using GtkUIManager instead of GtkItemFactory.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index f56ac4d5f..eb3426bae 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,5 +1,14 @@ 2003-09-27 Matthias Clasen <maclas@gmx.de> + * tests/testtext.c: Turn off GTK_DISABLE_DEPRECATED, since + this test uses the soon-to-be-deprecated GtkItemFactory. + + * demos/gtk-demo/Makefile.am (demos): Add ui_manager.c, + remove item_factory.c + + * demos/gtk-demo/ui_manager.c: Duplicate of item_factory.c + using GtkUIManager instead of GtkItemFactory. + * tests/testmerge.c: Demonstrate the use of the connect-proxy signal. |