summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-06-30 12:15:29 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-06-30 12:15:29 +0000
commit971023d9221084d8d40e690fa8e44a4296f2cff1 (patch)
tree60ec50595a6931876eeddce2c449e25d64e011c4 /ChangeLog
parent2e3c1149ae65bc14d86646f5daf3c174559e44db (diff)
downloadgtk+-971023d9221084d8d40e690fa8e44a4296f2cff1.tar.gz
Some unrelated cleanups found while reviewing the offscreen window patch:
2008-06-30 Michael Natterer <mitch@imendio.com> Some unrelated cleanups found while reviewing the offscreen window patch: * gdk/gdkwindow.c: add missing Since: 2.14 to the redirection functions, fix some function header indentation, update documentation of redirect_to_drawable(). * gdk/x11/gdkwindow-x11.c * gdk/x11/gdkpixmap-x11.c: fix function header formatting/indentation. * gtk/gtkwidget.c: use I_() on "damage_event". svn path=/trunk/; revision=20708
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 07c446c044..5b7c1fa13f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2008-06-30 Michael Natterer <mitch@imendio.com>
+ Some unrelated cleanups found while reviewing
+ the offscreen window patch:
+
+ * gdk/gdkwindow.c: add missing Since: 2.14 to the redirection
+ functions, fix some function header indentation, update
+ documentation of redirect_to_drawable().
+
+ * gdk/x11/gdkwindow-x11.c
+ * gdk/x11/gdkpixmap-x11.c: fix function header
+ formatting/indentation.
+
+ * gtk/gtkwidget.c: use I_() on "damage_event".
+
+2008-06-30 Michael Natterer <mitch@imendio.com>
+
* gdk/gdkinternals.h: remove duplicate declaration of
_gdk_window_new().