summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCedric Gustin <cedric.gustin@swing.be>2005-01-24 07:56:11 +0000
committerCedric Gustin <gustin@src.gnome.org>2005-01-24 07:56:11 +0000
commit420785c55f828a8647197ca0ad8b8942c6747889 (patch)
tree4ef77bfc71f34a6bee87738080ff0da00d0954f3 /ChangeLog
parent6c3d7673d00f7b0b1169377610100588e8030f22 (diff)
downloadsigc++-420785c55f828a8647197ca0ad8b8942c6747889.tar.gz
Moved the SIGC_USING_STD macro definition out of the SIGC_CONFIGURE
2005-01-24 Cedric Gustin <cedric.gustin@swing.be> * sigc++config.h.in : Moved the SIGC_USING_STD macro definition out of the SIGC_CONFIGURE section. We also need it for MSVC. * MSVC_Net2003/.cvsignore : Added .def and .aps files * MSVC_Net2003/Makefile.am: Rewrote rule for local copy of sigc++config.h (required for 'make distcheck'). * MSVC_Net2003/libsigc++2_msvcNet2003.sln: Added test_retype and test_disconnect_during_emit tests. * MSVC_Net2003/tests/test_disconnect_during_emit/*, MSVC_Net2003/tests/test_retype/*: Initial commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index afec640..ed4ed7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2005-01-24 Cedric Gustin <cedric.gustin@swing.be>
+
+ * sigc++config.h.in : Moved the SIGC_USING_STD macro definition
+ out of the SIGC_CONFIGURE section. We also need it for MSVC.
+ * MSVC_Net2003/.cvsignore : Added .def and .aps files
+ * MSVC_Net2003/Makefile.am: Rewrote rule for local copy of
+ sigc++config.h (required for 'make distcheck').
+ * MSVC_Net2003/libsigc++2_msvcNet2003.sln: Added test_retype and
+ test_disconnect_during_emit tests.
+ * MSVC_Net2003/tests/test_disconnect_during_emit/*,
+ MSVC_Net2003/tests/test_retype/*: Initial commit.
+
2005-01-21 Murray Cumming <murrayc@murrayc.com>
* tests/: Disabled the test_accumulator, test_bind, and test_compose