diff --git a/ChangeLog b/ChangeLog index 1b1ce4334f..9e7278d16b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2006-06-01 Matthias Clasen + * gtk-pristine/gtkprintoperation-private.h: + * gtk-pristine/gtkprintoperation.c: + * gtk-pristine/gtkprintoperation-unix.c: Move the + PrintPagesData.wait flag to GtkPrintOperationPrivate.is_sync. + Also use a recursive mainloop instead of manually looping. + * gtk/gtkprintoperation.c: Add some examples to the docs. * gtk/gtkprintbackend.c (gtk_print_backend_class_init): diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 1b1ce4334f..9e7278d16b 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,11 @@ 2006-06-01 Matthias Clasen + * gtk-pristine/gtkprintoperation-private.h: + * gtk-pristine/gtkprintoperation.c: + * gtk-pristine/gtkprintoperation-unix.c: Move the + PrintPagesData.wait flag to GtkPrintOperationPrivate.is_sync. + Also use a recursive mainloop instead of manually looping. + * gtk/gtkprintoperation.c: Add some examples to the docs. * gtk/gtkprintbackend.c (gtk_print_backend_class_init):