diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2007-06-06 13:07:50 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2007-06-06 13:07:50 +0000 |
commit | 591677bc80b1e47f80fbeaaeb02a19f6d2cef96a (patch) | |
tree | d5e717b56bb0918c7f641fef205e7e5ae781692d /NEWS | |
parent | 50fca8df5e5b6ae21b981504dbb22a15bc0d5548 (diff) | |
download | gtk+-591677bc80b1e47f80fbeaaeb02a19f6d2cef96a.tar.gz |
Updates
svn path=/trunk/; revision=18056
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +Overview of Changes from GTK+ 2.11.1 to 2.11.2 +============================================== + +* The GtkListStore and GtkTreeStore have new API + to set values using vectors of columns and values + +* Bugs fixed: + 389603 GtkFileChooserWidget crashes when the window is too narrow + 444351 metacity cores on startup + 379213 gtkaboutdialog.h causes warnings with GCC and -Wshadow + 442888 problem with GTK+ medialib integration + 444236 gtk-demo says invisible text doesn't work + 444457 Segfault in gdk_window_set_opacity when opacity < 1.0 + 399071 add gtk_tree_store_set_with_valuesv + 434021 crash on startup with jhbuild + +* Updated translations: + Spanish (es) + + Overview of Changes from GTK+ 2.11.0 to 2.11.1 ============================================== |