summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-08-04 23:36:17 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-08-04 23:36:17 +0000
commit785b5f1b3f36eefeca6e53223e50fd894b0b20a8 (patch)
treeb4b9b220b1935babdf82a39e3e24713af88a49f0 /ChangeLog
parentd6ab77ea700b144e075c61435c34cb865e384e86 (diff)
downloadgtk+-785b5f1b3f36eefeca6e53223e50fd894b0b20a8.tar.gz
Improve a string
svn path=/trunk/; revision=20995
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9362d9c158..a6a10c45ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,22 @@
2008-08-04 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtksettings.c: Improve a setting nick: 'aureal' is not really
+ a word, use 'audible' instead.
+
+2008-08-04 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 382291 – Automatically dim the combobox when the model is empty
+
+ * gtk/gtk.symbols:
+ * gtkcombobox.[hc]: Add a GtkComboBox::button-sensitivity
+ property with getter and setter to control the sensitity of
+ empty combo boxes. Patch by Carlos Garnacho, Sven Herzberg,
+ Christian Dywan and others.
+
+ * README.in: Add a note about automatic combobox sensitivity.
+
+2008-08-04 Matthias Clasen <mclasen@redhat.com>
+
* gtk/tests/Makefile.am: Skip crossingevents test when
running make check, since it doesn't work on a naked
X server.