summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjell.ahlstedt@bredband.net>2013-03-19 15:04:55 +0100
committerKjell Ahlstedt <kjell.ahlstedt@bredband.net>2013-03-19 15:04:55 +0100
commitec27025f0ec5718c94427ea1fb51e968fba15d9e (patch)
tree56d065bfdd77aa46e3d28003ddf38beb3a92eace /ChangeLog
parentb0727f4e8cbb289d66b11fc29adf133f6c86847e (diff)
downloadsigc++-ec27025f0ec5718c94427ea1fb51e968fba15d9e.tar.gz
Deprecate libsigc++ lambdas, sigc::group(), sigc::var().
* configure.ac: Add MM_ARG_DISABLE_DEPRECATED_API(SIGCXX). * sigc++/adaptors/lambda/macros/base.h.m4: * sigc++/adaptors/lambda/macros/group.h.m4: * sigc++/adaptors/lambda/macros/lambda.cc.m4: * sigc++/adaptors/lambda/macros/operator.h.m4: * sigc++/adaptors/lambda/macros/select.h.m4: Deprecate everything. * sigc++/macros/template.macros.m4: Add deprecation macros. * sigc++config.h.in: Add #undef SIGCXX_DISABLE_DEPRECATED. * tests/test_lambda.cc: Skip test if SIGCXX_DISABLE_DEPRECATED is defined. Bug #672555.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a572270..4a293b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2013-03-19 Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
+
+ Deprecate libsigc++ lambdas, sigc::group(), sigc::var().
+
+ * configure.ac: Add MM_ARG_DISABLE_DEPRECATED_API(SIGCXX).
+ * sigc++/adaptors/lambda/macros/base.h.m4:
+ * sigc++/adaptors/lambda/macros/group.h.m4:
+ * sigc++/adaptors/lambda/macros/lambda.cc.m4:
+ * sigc++/adaptors/lambda/macros/operator.h.m4:
+ * sigc++/adaptors/lambda/macros/select.h.m4: Deprecate everything.
+ * sigc++/macros/template.macros.m4: Add deprecation macros.
+ * sigc++config.h.in: Add #undef SIGCXX_DISABLE_DEPRECATED.
+ * tests/test_lambda.cc: Skip test if SIGCXX_DISABLE_DEPRECATED is defined.
+ Bug #672555.
+
2013-02-26 Kjell Ahlstedt <kjell.ahlstedt@bredband.net>
Add track_obj() and test_track_obj.