summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-06-05 09:03:47 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-06-05 09:03:47 +0000
commit521b6f544e23dc43028b938e0c3d6e1618acdd7a (patch)
tree4dcc37fea45d3d62d6c756b56d553405d4ed792b /ChangeLog
parentd35b90785a586b1f075414b44e975f26cca33855 (diff)
downloadatk-521b6f544e23dc43028b938e0c3d6e1618acdd7a.tar.gz
add G_DISABLE_SINGLE_INCLUDES and ATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.
2008-06-05 Michael Natterer <mitch@imendio.com> * configure.in: add G_DISABLE_SINGLE_INCLUDES and ATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS. * atk/atk.h: define __ATK_H_INSIDE__ around including all other headers. * atk/atk*.h: add single-include guards that #error out if ATK_DISABLE_SINGLE_INCLUDES is defined and any of these files is included individually. Use G_BEGIN_DECLS/G_END_DECLS in all files. * atk/Makefile.am: define ATK_COMPILATION while building ATK. Add single-include guards to the generated atk-enum-types.h too. svn path=/trunk/; revision=1246
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c8cf11..ab489e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2008-06-05 Michael Natterer <mitch@imendio.com>
+
+ * configure.in: add G_DISABLE_SINGLE_INCLUDES and
+ ATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.
+
+ * atk/atk.h: define __ATK_H_INSIDE__ around including all other
+ headers.
+
+ * atk/atk*.h: add single-include guards that #error out if
+ ATK_DISABLE_SINGLE_INCLUDES is defined and any of these files is
+ included individually. Use G_BEGIN_DECLS/G_END_DECLS in all files.
+
+ * atk/Makefile.am: define ATK_COMPILATION while building ATK.
+ Add single-include guards to the generated atk-enum-types.h too.
+
2008-03-10 Li Yuan <li.yuan@sun.com>
* NEWS: