summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-06-23 10:47:22 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-06-23 10:47:22 +0000
commit7dfaf81ee27c3ed93e5417b1bc8db0c4d4dfa95a (patch)
tree6d23ff5e30d36139df8f64a351e29b6e299d2c38 /ChangeLog
parent0cad30afb829bce0dab03d1490a0a18f6a11d0d5 (diff)
downloadgtk+-7dfaf81ee27c3ed93e5417b1bc8db0c4d4dfa95a.tar.gz
gtk/gtkmountoperation.h gtk/gtktestutils.h remove as many includes as
2008-06-23 Michael Natterer <mitch@imendio.com> * gtk/gtkmountoperation.h * gtk/gtktestutils.h * gtk/gtkshow.[ch]: remove as many includes as possible from these new files. They can't be included individually, so nothing can break. svn path=/trunk/; revision=20673
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0657e1754f..b65014a642 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-06-23 Michael Natterer <mitch@imendio.com>
+
+ * gtk/gtkmountoperation.h
+ * gtk/gtktestutils.h
+ * gtk/gtkshow.[ch]: remove as many includes as possible from these
+ new files. They can't be included individually, so nothing can break.
+
2008-06-22 Michael Natterer <mitch@imendio.com>
* gtk/gtkaccelgroup.c: use g_param_spec_flags(), not enum() when