summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-6
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-02-19 22:39:58 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-02-19 22:39:58 +0000
commitadd52ebbbf15992a823408123bdbb65d20723284 (patch)
tree8b5dfbd4c45ac47d2c0cd9d9fecebe184c725c75 /ChangeLog.pre-2-6
parentbce0b90f7cd73644d3c80238a76e5bb67ab42609 (diff)
downloadgtk+-add52ebbbf15992a823408123bdbb65d20723284.tar.gz
Fixes for #82099:
Thu Feb 19 23:41:06 2004 Matthias Clasen <maclas@gmx.de> Fixes for #82099: * gdk/x11/gdkevents-x11.c: Introduce new XSettings "Gtk/ButtonImages" and "Gtk/MenuImages" and map them to "gtk-button-images" and "gtk-menu-images". * gtk/gtkimagemenuitem.c: Add a boolean setting "gtk-menu-images" and use it to set the visibility of the embedded image. * gtk/gtkbutton.c: Add a boolean setting "gtk-button-images" and use it to set the visibility of an embedded image.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r--ChangeLog.pre-2-614
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index b3e5de9e79..311daed66d 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,17 @@
+Thu Feb 19 23:41:06 2004 Matthias Clasen <maclas@gmx.de>
+
+ Fixes for #82099:
+
+ * gdk/x11/gdkevents-x11.c: Introduce new XSettings "Gtk/ButtonImages"
+ and "Gtk/MenuImages" and map them to "gtk-button-images" and
+ "gtk-menu-images".
+
+ * gtk/gtkimagemenuitem.c: Add a boolean setting "gtk-menu-images" and use
+ it to set the visibility of the embedded image.
+
+ * gtk/gtkbutton.c: Add a boolean setting "gtk-button-images" and use
+ it to set the visibility of an embedded image.
+
Thu Feb 19 21:26:10 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkactiongroup.c (gtk_action_group_add_radio_actions_full):