summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-06-29 09:18:07 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-06-29 09:18:07 +0000
commitf8f9384537488823076fe6c158d973ef889d4613 (patch)
tree0959385899794a9879732f5af8d7a00cd57e216e /ChangeLog
parent65a4b057c475afd4cbf97e6fcffb26232d8acb6b (diff)
downloadgdk-pixbuf-f8f9384537488823076fe6c158d973ef889d4613.tar.gz
Documentation additions and fixes.
2006-06-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprinter.c: * gtk/gtkprintunixdialog.c: * gtk/gtkprintoperationpreview.c: * gtk/gtkprintcontext.c (gtk_print_context_set_cairo_context): * gtk/gtklabel.c (gtk_label_set_line_wrap_mode): * gtk/gtkentry.c (gtk_entry_new): * gtk/gtkprintoperation.c (gtk_print_operation_set_custom_tab_label): * gtk/gtkclipboard.c (gtk_clipboard_wait_for_rich_text): Documentation additions and fixes. * gtk/gtkaspectframe.h: * gtk/gtkaboutdialog.c: * gtk/gtkcalendar.c: * gtk/gtkinputdialog.c: * gtk/gtk.symbols: Remove unnecessary includes. * gtk/gtkprogress.[hc]: * gtk/gtkitemfactory.[hc]: Don't unnecessarily use GTK_COMPILATION, remove unnecessary includes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 19 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 093588916..baa24ed7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,24 @@
2006-06-28 Matthias Clasen <mclasen@redhat.com>
- * gtk/gtkitemfactory.[hc]: Don't unnecessarily use
- GTK_COMPILATION.
+ * gtk/gtkprinter.c:
+ * gtk/gtkprintunixdialog.c:
+ * gtk/gtkprintoperationpreview.c:
+ * gtk/gtkprintcontext.c (gtk_print_context_set_cairo_context):
+ * gtk/gtklabel.c (gtk_label_set_line_wrap_mode):
+ * gtk/gtkentry.c (gtk_entry_new):
+ * gtk/gtkprintoperation.c (gtk_print_operation_set_custom_tab_label):
+ * gtk/gtkclipboard.c (gtk_clipboard_wait_for_rich_text): Documentation
+ additions and fixes.
+
+ * gtk/gtkaspectframe.h:
+ * gtk/gtkaboutdialog.c:
+ * gtk/gtkcalendar.c:
+ * gtk/gtkinputdialog.c:
+ * gtk/gtk.symbols: Remove unnecessary includes.
+
+ * gtk/gtkprogress.[hc]:
+ * gtk/gtkitemfactory.[hc]: Don't unnecessarily use GTK_COMPILATION,
+ remove unnecessary includes.
* gdk/x11/gdkdisplay-x11.c (gdk_display_open): Only select the
XKB event details we actually care about. (#346079, Ryan Lortie)