summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-02-16 23:52:30 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-02-16 23:52:30 +0000
commitb3d5f148e6c0e2cb688403655c7800b762e33602 (patch)
tree1056439dd24e464adbabc5c374182a886c669345 /ChangeLog
parent554838e4f602d59f5be241d1da188934d51d49c3 (diff)
downloadgtk+-b3d5f148e6c0e2cb688403655c7800b762e33602.tar.gz
More work on #71430.
* examples/*/Makefile (CFLAGS): add deprecation guards. * docs/tutorial/gtk-tut.sgml, examples/*/*.c: make most examples deprecation-clean; the major offenders right now are the examples that make heavy use of completely deprecated or broken widgets: list, tree, text, pixmap, paned and progressbar. These will have to be redone from scratch. * demos/Makefile.am (INCLUDES): add -DGDK_PIXBUF_DISABLE_DEPRECATED.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 28d873989a..99eba46d53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2002-02-17 Matthias Clasen <matthias@YAST_ASK>
+
+ More work on #71430.
+
+ * examples/*/Makefile (CFLAGS): add deprecation guards.
+
+ * docs/tutorial/gtk-tut.sgml, examples/*/*.c: make most examples
+ deprecation-clean; the major offenders right now are the examples
+ that make heavy use of completely deprecated or broken widgets:
+ list, tree, text, pixmap, paned and progressbar. These will have
+ to be redone from scratch.
+
Sun Feb 17 00:13:06 2002 Kristian Rietveld <kris@gtk.org>
This commit lands the 'dy patch'.
@@ -9,6 +21,10 @@ Sun Feb 17 00:13:06 2002 Kristian Rietveld <kris@gtk.org>
2002-02-16 Matthias Clasen <matthias@YAST_ASK>
+ * demos/Makefile.am (INCLUDES): add -DGDK_PIXBUF_DISABLE_DEPRECATED.
+
+2002-02-16 Matthias Clasen <matthias@YAST_ASK>
+
* examples/extract.awk: rearrange rules to not emit the example
start and end markers.