]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-10
small doc fixes
[~andy/gtk] / ChangeLog.pre-2-10
index 84d34ad1dc39fadbc67d57b7260397fef3ebc81a..2a9fac02c06f744bda30267a1f2108546c46443c 100644 (file)
@@ -1,4 +1,52 @@
 2006-04-24  Matthias Clasen  <mclasen@redhat.com>
+       
+       * gtk/gtkfontbutton.c: Small doc fixes.
+
+       * gtk/gtkprintunixdialog.h: 
+       * gtk/gtkpagesetupunixdialog.h: Fix includes (#338665)
+
+       * gtk/gtkprintsettings.h (GtkPageRange): Declare in a way grokked by gtk-doc.
+
+       * gdk/gdkregion-generic.c: Documentation fixes.
+
+       * gdk/directfb/gdkmain-directfb.c: Make the comment not look like
+       a doc comment.
+
+       * gtk/gtkprintunixdialog.c: Add docs.
+
+       * gtk/gtkstatusicon.c (gtk_status_icon_get_visible): Typo fix.
+
+2006-04-24  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk/gtkprinter.c:
+       Don't ref the backend since the backend owns the printer.
+
+2006-04-24  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk/gtkpagesetupunixdialog.c (update_combo_sensitivity_from_printers):
+       Remove spew.
+
+2006-04-24  Alexander Larsson  <alexl@redhat.com>
+
+       * gtk/gtkprintunixdialog.c (create_page_setup_page):
+       Even/Odd Pages -> Even/Odd Sheets
+
+2006-04-24  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtk.symbols:
+       * gtk/gtkprintoperation.c (gtk_print_operation_run_async): Refactor the
+       gtk_print_operation_run() code and add an _async version.
+
+       * gtk/gtkprintoperation-private.h:
+       * gtk/gtkprintoperation-unix.c
+       (_gtk_print_operation_platform_backend_run_dialog_async)
+       (gtk_print_run_page_setup_dialog_async): Variants of the run functions
+       which don't call gtk_dialog_run(), but only show the dialog and return,
+       and handle the response in a signal handler.
+
+       * gtk/gtkprintoperation-win32.c (gtk_print_run_page_setup_dialog_async) 
+       (_gtk_print_operation_platform_backend_run_dialog_async): Implement these 
+       by calling the sync versions.
 
        * gtk/gtkprintoperation-unix.c: Cleanups.