summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-05-09 08:55:47 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-05-09 08:56:37 +0200
commit7ecae27cdb690f2bbdddfed8963aedb4b98140f1 (patch)
treede016399565035e278a75c61f007d142599e521a
parent91080938656bc7c3af0c47946ed99370a4ae3dca (diff)
downloadglibmm-7ecae27cdb690f2bbdddfed8963aedb4b98140f1.tar.gz
Correct ChangeLog
-rw-r--r--ChangeLog16
1 files changed, 8 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index ccefe3c4..d9bdf932 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,14 @@
properties of possible base classes, but those properties should be
generated for the base classes and not for a derived GType.
+2011-05-03 Kalev Lember <kalev@smartlink.ee>
+
+ gmmproc: Put guards around generated includes in wrap_init.cc
+
+ * tools/generate_wrap_init.pl.in: Store include filenames in a hashmap
+ (key: filename, value: cppname) so it is possible to print
+ _DISABLE_DEPRECATED and G_OS_WIN32 guards around them. Bug #649182
+
2011-05-03 Fan, Chun-wei <fanc999@ahoo.com.tw>
Update the VS 2008 project files.
@@ -31,14 +39,6 @@
* MSVC_Net2005/giomm/giomm.vcproj:
* MSVC_Net2005/glibmm/glibmm.vcproj: Mention new source files.
-2011-05-03 Kalev Lember <kalev@smartlink.ee>
-
- gmmproc: Put guards around generated includes in wrap_init.cc
-
- * tools/generate_wrap_init.pl.in: Store include filenames in a hashmap
- (key: filename, value: cppname) so it is possible to print
- _DISABLE_DEPRECATED and G_OS_WIN32 guards around them. Bug #649182
-
2011-05-02 Kalev Lember <kalev@smartlink.ee>
gmmproc: Factored some copy-pasted code out to a common function