diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 7 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 7 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 7 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 7 | ||||
-rw-r--r-- | demos/testpixbuf-scale.c | 1 | ||||
-rw-r--r-- | tests/prop-editor.c | 1 | ||||
-rw-r--r-- | tests/testtreeview.c | 1 |
8 files changed, 38 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sun Oct 12 00:18:02 2003 Matthias Clasen <maclas@gmx.de> + + * tests/testtreeview.c: + * demos/testpixbuf-scale.c: + * tests/prop-editor.c: These files still use option menus, + so turn off GTK_DISABLE_DEPRECATED to fix the build. + Sat Oct 11 23:14:36 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkactiongroup.h: diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 80444b3ef..38fcd7b5f 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +Sun Oct 12 00:18:02 2003 Matthias Clasen <maclas@gmx.de> + + * tests/testtreeview.c: + * demos/testpixbuf-scale.c: + * tests/prop-editor.c: These files still use option menus, + so turn off GTK_DISABLE_DEPRECATED to fix the build. + Sat Oct 11 23:14:36 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkactiongroup.h: diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 80444b3ef..38fcd7b5f 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,10 @@ +Sun Oct 12 00:18:02 2003 Matthias Clasen <maclas@gmx.de> + + * tests/testtreeview.c: + * demos/testpixbuf-scale.c: + * tests/prop-editor.c: These files still use option menus, + so turn off GTK_DISABLE_DEPRECATED to fix the build. + Sat Oct 11 23:14:36 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkactiongroup.h: diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 80444b3ef..38fcd7b5f 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,10 @@ +Sun Oct 12 00:18:02 2003 Matthias Clasen <maclas@gmx.de> + + * tests/testtreeview.c: + * demos/testpixbuf-scale.c: + * tests/prop-editor.c: These files still use option menus, + so turn off GTK_DISABLE_DEPRECATED to fix the build. + Sat Oct 11 23:14:36 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkactiongroup.h: diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 80444b3ef..38fcd7b5f 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +Sun Oct 12 00:18:02 2003 Matthias Clasen <maclas@gmx.de> + + * tests/testtreeview.c: + * demos/testpixbuf-scale.c: + * tests/prop-editor.c: These files still use option menus, + so turn off GTK_DISABLE_DEPRECATED to fix the build. + Sat Oct 11 23:14:36 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtkactiongroup.h: diff --git a/demos/testpixbuf-scale.c b/demos/testpixbuf-scale.c index 1fb8339ef..6a90f0b09 100644 --- a/demos/testpixbuf-scale.c +++ b/demos/testpixbuf-scale.c @@ -1,3 +1,4 @@ +#undef GTK_DISABLE_DEPRECATED #include <gtk/gtk.h> #include <stdio.h> diff --git a/tests/prop-editor.c b/tests/prop-editor.c index 5a8aa3d94..851f700a6 100644 --- a/tests/prop-editor.c +++ b/tests/prop-editor.c @@ -19,6 +19,7 @@ #include <string.h> +#undef GTK_DISABLE_DEPRECATED #include <gtk/gtk.h> #include "prop-editor.h" diff --git a/tests/testtreeview.c b/tests/testtreeview.c index 8be4aa419..4dc4b586f 100644 --- a/tests/testtreeview.c +++ b/tests/testtreeview.c @@ -1,3 +1,4 @@ +#undef GTK_DISABLE_DEPRECATED #include <string.h> #include "prop-editor.h" #include <gtk/gtk.h> |