]> Pileus Git - ~andy/gtk/commitdiff
Update NEWS for GtkInfoBar
authorMatthias Clasen <mclasen@redhat.com>
Fri, 5 Jun 2009 19:01:00 +0000 (15:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 5 Jun 2009 22:00:26 +0000 (18:00 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 1c76e9ab66310ed88fd25a43957cd19f27948e22..7363803117e31ddec9c0680057fa7306f8892666 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Overview of Changes from GTK+ 2.17.1 to 2.17.2
+==============================================
+
+* GtkInfoBar: A new widget to show a transient 'message area'
+  inside a content pane. The API is similar to GtkDialog and
+  supports theming for different message types (warnings,
+  errors, etc)
+
+* Changes that are relevant for theme authors:
+ - The new GtkInfoBar widget uses symbolic colors for theming
+   its background color depending on the message type. By default,
+   it uses the same background color as tooltips. This can be turned
+   off with style property.
+
+
 Overview of Changes from GTK+ 2.17.0 to 2.17.1
 ==============================================