summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorLi Yuan <li.yuan@sun.com>2008-01-04 06:32:25 +0000
committerLi Yuan <liyuan@src.gnome.org>2008-01-04 06:32:25 +0000
commit4bae9088c162bee458a7ff738dee4a5f785d70a4 (patch)
treef872ce0e39cf1ef5b13208c77532480484ad915a /ChangeLog
parent0ec654f4096c1e4d1b27ce2e68a882175c713974 (diff)
downloadatk-4bae9088c162bee458a7ff738dee4a5f785d70a4.tar.gz
Bug #502840. Derived type definition convenience macros Bug #500978. Fixes
2008-01-04 Li Yuan <li.yuan@sun.com> * atk/atkutil.h: Bug #502840. Derived type definition convenience macros * tests/Makefile.am: Bug #500978. Fixes the building of the test modules as dynamic on Cygwin and MinGW. svn path=/trunk/; revision=1217
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dbb8acb..342eded 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-01-04 Li Yuan <li.yuan@sun.com>
+
+ * atk/atkutil.h:
+ Bug #502840. Derived type definition convenience macros
+ * tests/Makefile.am:
+ Bug #500978. Fixes the building of the test modules
+ as dynamic on Cygwin and MinGW.
+
2007-09-24 Li Yuan <li.yuan@sun.com>
* atk/atkhyperlink.c: (atk_hyperlink_class_init):