diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 2 | ||||
-rw-r--r-- | NEWS | 15 |
3 files changed, 19 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2006-06-26 Matthias Clasen <mclasen@redhat.com> + * NEWS: Updates + * gtk/gtkprintoperation.c: Clarify docs for the allow-async property. (#346108, Christian Persch) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index f381ee9842..6dadb27429 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2006-06-26 Matthias Clasen <mclasen@redhat.com> + * NEWS: Updates + * gtk/gtkprintoperation.c: Clarify docs for the allow-async property. (#346108, Christian Persch) @@ -1,3 +1,18 @@ +Overview of Changes from GTK+ 2.9.4 to 2.10.0 +============================================= + +* Bug fixes: + 321393 Incorrect size request after changing the font + 327164 (GtkRBNode *)node becomes NULL inside GtkTreeView + 344074 Feature request: get printer list, and get default print + 344876 refcount leak when using ComboBox.set_cell_data_func + 345644 gtk+-2.9.4 requires CUPS-1.2.x + 345663 gtkaction(group)?.c: using functions without prototype declaration + 346079 gtk receives all sorts of events from the X server + 343841 Misguided iter assertion in gtk_list_store_insert_with_values() + +* Updated translations (cs,cy,dz,es,gu,hi,ko,mk,nb,nl,ru,th,ur) + Overview of Changes from GTK+ 2.9.3 to 2.9.4 ============================================ |