summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-05-16 18:58:58 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-05-16 18:58:58 +0000
commit4f10699dedecf8f60352f5f79162fb55b062040f (patch)
tree055489489950ba1484cecbae938315d969f862ab /NEWS
parent5d4beaecb5851bbee2a73b381ab6f4be446d459a (diff)
downloadgdk-pixbuf-4f10699dedecf8f60352f5f79162fb55b062040f.tar.gz
Reset interface age
2006-05-16 Matthias Clasen <mclasen@redhat.com> * configure.in: Reset interface age * NEWS: Updates
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS60
1 files changed, 60 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4a48d5bb1..0ac42ac18 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,63 @@
+Overview of Changes from GTK+ 2.9.0 to 2.9.1
+============================================
+
+* GtkPrintOperation
+ - Many user interface improvements in the unix dialogs
+ - gtk-demo has a printing demo
+ - Don't unload print backends for now, since that has
+ deadlock issues
+ - Asynchronous page rendering is done in an idle
+
+* GtkImage has an image property
+
+* GtkTextBuffer has a cursor-position property
+
+* Arrow sizes in scrolled menus and notebooks are themable
+
+* GDK keysyms have be synched with Xorg 7.1
+
+* Bugs fixed:
+ 340676 print backend type modules not correctly reregistering
+ their types
+ 340870 gdk_window_get_toplevels docstring error
+ 323956 Unwanted accelerate key in the action-based toolbar
+ 340527 Tooltips not shown for toolbar buttons created with
+ uimanager/actions
+ 340516 status icon property getter assertions
+ 341091 a couple of spelling errors in gtk+
+ 335707 notebook DND with event boxes in tab labels
+ 337306 Add a GtkMessageDialog::image property
+ 139628 GtkLayout In GtkScrolledWindow does not receive the
+ scroll_event
+ 334412 Add cursor-position property for getting notified
+ about cursor movement
+ 341217 langinfo.h #include'd unconditionally stops build
+ 333632 use GtkMenu::scroll-arrow-height instead of
+ MENU_SCROLL_ARROW_HEIGHT
+ 325282 Add GtkNotebook::tab-overlap style property
+ 341247 possible crash with tab_label = NULL
+ 321896 Synch gdkkeysyms.h/gtkimcontextsimple.c with X.org 6.9/7.0
+ 341416 Save FileChooserDialog doesn't response
+ 336774 gtk_recent_manager_add_full
+ 340401 critical warnings when using window groups
+ 341661 misplaced g_assert in gtk_text_view_allocate_children
+ 341692 Semicolons after G_DEFINE_TYPE
+ 341665 several misplaced g_assert
+ 341578 reverse page order issues
+ 341332 Unset background in more places
+ 341896 gtktreeview has RTL problems with toggle buttons if using
+ gtktreestore as a model
+ 341028 crash in new async code
+ 341035 file chooser crash
+ 340722 GtkToolbar::max-child-expand style property
+ 339589 Tooltips on orientation icons in page setup dialog
+ 340951 faq: How do I internationalize a GTK+ program? doesn't
+ mention glib-I18N
+ 341855 Little typo in the Tree and List Widget Overview
+
+* Updated translations (de,es,gl,gu,nl)
+
+
Overview of Changes from GTK+ 2.8.x to 2.9.0
============================================