summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-06-23 14:07:19 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-06-23 14:07:19 +0000
commit77e99003a867b7167264840377bf46339a65494d (patch)
tree7ce7353079751d73c519cc4120ccc81b1b100667 /ChangeLog
parented7d0ed47ede155141bb8947a5f56f4d1f4603bd (diff)
downloadgtk+-77e99003a867b7167264840377bf46339a65494d.tar.gz
gtk/gtkaction.h gtk/gtkbuildable.h gtk/gtkbuilderprivate.h
2008-06-23 Michael Natterer <mitch@imendio.com> * gtk/gtkaction.h * gtk/gtkbuildable.h * gtk/gtkbuilderprivate.h * gtk/gtkcelllayout.h * gtk/gtkentrycompletion.h * gtk/gtkfilechoosersettings.h * gtk/gtkfilesystem.h * gtk/gtkfilesystemmodel.h * gtk/gtkicontheme.h * gtk/gtklinkbutton.h * gtk/gtkpagesetup.h * gtk/gtkpapersize.h * gtk/gtkprintcontext.h * gtk/gtkprintoperation.h * gtk/gtkprintoperationpreview.h * gtk/gtkprintsettings.h * gtk/gtkrecentchooserprivate.h * gtk/gtkrecentmanager.h * gtk/gtksearchengine.h * gtk/gtktexttag.h * gtk/gtktreeselection.h * gtk/gtktreeviewcolumn.h * gtk/gtkuimanager.h: remove redundant inclusion of <glib.h> and <glib-object.h>. There is no point in relying on them being pulled in by other headers in some places and placing them explicitly in other places, so choose the "as little includes as possible" approach and get rid of them. svn path=/trunk/; revision=20675
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46b737de4e..8d521c41fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2008-06-23 Michael Natterer <mitch@imendio.com>
+
+ * gtk/gtkaction.h
+ * gtk/gtkbuildable.h
+ * gtk/gtkbuilderprivate.h
+ * gtk/gtkcelllayout.h
+ * gtk/gtkentrycompletion.h
+ * gtk/gtkfilechoosersettings.h
+ * gtk/gtkfilesystem.h
+ * gtk/gtkfilesystemmodel.h
+ * gtk/gtkicontheme.h
+ * gtk/gtklinkbutton.h
+ * gtk/gtkpagesetup.h
+ * gtk/gtkpapersize.h
+ * gtk/gtkprintcontext.h
+ * gtk/gtkprintoperation.h
+ * gtk/gtkprintoperationpreview.h
+ * gtk/gtkprintsettings.h
+ * gtk/gtkrecentchooserprivate.h
+ * gtk/gtkrecentmanager.h
+ * gtk/gtksearchengine.h
+ * gtk/gtktexttag.h
+ * gtk/gtktreeselection.h
+ * gtk/gtktreeviewcolumn.h
+ * gtk/gtkuimanager.h: remove redundant inclusion of <glib.h> and
+ <glib-object.h>. There is no point in relying on them being pulled
+ in by other headers in some places and placing them explicitly in
+ other places, so choose the "as little includes as possible"
+ approach and get rid of them.
+
2008-06-23 Kristian Rietveld <kris@imendio.com>
* gdk/gdkenumtypes.h.template: