diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2009-01-12 Matthias Clasen <mclasen@redhat.com> + * NEWS: Refer to tray icon spec, instead of a random email. + +2009-01-12 Matthias Clasen <mclasen@redhat.com> + * gtk/gtkwindow.c (gtk_window_set_icon_name): Don't cause lots of X traffic when the icon name doesn't actually change. Some apps like to reset their window icon frequently, without actually @@ -18,8 +18,9 @@ Overview of Changes from GTK+ 2.14.x to 2.15.0 * GtkStatusIcon - Uses an extension of the tray icon spec to negotiate RGBA support. - This is also supported by the GNOME panel. For details, see - http://lists.freedesktop.org/archives/xdg/2008-September/009934.html + This is also supported by the GNOME panel. For details, see the + section on "Visual and bckground pixmap handling" in the System + Tray Protocol Specification. - Supports scroll events, middle clicks and rich tooltips * GtkLinkButton |