summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohannes Schmid <johannes.schmid@openismus.com>2007-04-30 13:15:29 +0000
committerJohannes Schmid <jhs@src.gnome.org>2007-04-30 13:15:29 +0000
commit8b9643ea3fe8d674a4555373ad88bbbfa0080cb0 (patch)
treeab3e90659761372c46d38a03f1a49bcfb7659b8f /ChangeLog
parent950b49a8580c4471f1a1bddd29fc81724db62b4d (diff)
downloadglibmm-8b9643ea3fe8d674a4555373ad88bbbfa0080cb0.tar.gz
Use _IS_DEPRECATED instead of _CLASS_DEPRECATED because the latter
2007-04-30 Johannes Schmid <johannes.schmid@openismus.com> * tools/generate_wrap_init.pl.in: * tools/m4/class_gtkobject.m4: Use _IS_DEPRECATED instead of _CLASS_DEPRECATED because the latter confuses gmmproc. We cannot just use _DEPRECATED because it will result in incorrect handling of for example #ifndef GTKMM_DISABLE_DEPRECATED svn path=/branches/glibmm-2-12/; revision=405
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index caa23da4..02a69a53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-04-30 Johannes Schmid <johannes.schmid@openismus.com>
+
+ * tools/generate_wrap_init.pl.in:
+ * tools/m4/class_gtkobject.m4:
+ Use _IS_DEPRECATED instead of _CLASS_DEPRECATED because
+ the latter confuses gmmproc.
+ We cannot just use _DEPRECATED because it will result
+ in incorrect handling of for example
+ #ifndef GTKMM_DISABLE_DEPRECATED
+
2007-04-24 Yselkowitz <yselkowitz@users.sourceforge.net>
* scripts/macros.m4: Check for both m4 and M4 in the GNU m4 output,