diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2009-01-27 05:51:23 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2009-01-27 05:51:23 +0000 |
commit | b447ac1be45a3cbf48cd6d36f1a805c253f16fe7 (patch) | |
tree | d0e17003ddc60d015fe959ef56c56f6731f725dd /NEWS | |
parent | 9e86472a65b5c7503fd5ba1b7148988e466ae57d (diff) | |
download | gtk+-b447ac1be45a3cbf48cd6d36f1a805c253f16fe7.tar.gz |
2.15.2GTK_2_15_2
svn path=/trunk/; revision=22231
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,33 @@ +Overview of Changes from GTK+ 2.15.1 to 2.15.2 +============================================== + +* GtkAction: + - Make toolitems pick up icon names from actions + - Draw proxies of radio actions properly + - Make menu proxies of recent actions work + - Avoid accidental activations when changing actions on proxies + - Make derived button classes work as proxies + +* Input methods: + - Avoid an assertion due to early use of input methods + +* GtkScale: + - Avoid a segfault in the marker drawing code + +* GtkImageMenuItem: + - Add a property to override the show-menu-images setting + +* Bugs fixed: + 566628 gdk_display_close always asserts on win32 and quartz + 569240 Crasher when using markers + 569104 Toggle menu entries showed as check menu entries... + 322932 Always show icons on panel menus + +* Updated translations: + Finnish (fi) + German (de) + + Overview of Changes from GTK+ 2.15.0 to 2.15.1 ============================================== |