summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2009-01-13 05:32:13 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2009-01-13 05:32:13 +0000
commit8b9007b117248f7fd45c59dd6cbf0f819f44dc23 (patch)
tree13992e9729a184fe09b34866e53f469c38d0d72e
parent60523a7b8e76d4dbd10e0d794e13751b188454e1 (diff)
downloadgdk-pixbuf-8b9007b117248f7fd45c59dd6cbf0f819f44dc23.tar.gz
no news
svn path=/trunk/; revision=22104
-rw-r--r--ChangeLog4
-rw-r--r--NEWS5
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b7dbf45d..5b6b00525 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index afa6f0978..3467241c7 100644
--- a/NEWS
+++ b/NEWS
@@ -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