summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-10
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-05-30 20:40:28 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-05-30 20:40:28 +0000
commit27bf39f924eb1e9600d574e2f97f0fb0cc2e6495 (patch)
tree4ca99341dca29756863e53c3a1b0f4c2540c407b /ChangeLog.pre-2-10
parent811b03aef1456ce88499896fa0618e219fd533ae (diff)
downloadgtk+-27bf39f924eb1e9600d574e2f97f0fb0cc2e6495.tar.gz
Validate value from GDK settings against parameter spec.
Wed May 30 15:56:30 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtksettings.c (gtk_settings_get_property): Validate value from GDK settings against parameter spec. * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments to temporary values and use g_value_transform(), since thinking that GValue was going to be easy or efficient to use was, of course, a mistake. * gtk/gtksettings.c: Add cursor blink setting. * gdk/x11/gdkevents-x11.c: Add cursor blink X settings. * gtk/gtkentry.c: Add cursor blinking. * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use cursor blink global settings. * gtk/gtkentry.c (gtk_entry_button_press): Add notification for :text_position in places where it is missing.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r--ChangeLog.pre-2-1022
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index c550469f88..5dfba01085 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,25 @@
+Wed May 30 15:56:30 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtksettings.c (gtk_settings_get_property): Validate
+ value from GDK settings against parameter spec.
+
+ * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
+ to temporary values and use g_value_transform(), since
+ thinking that GValue was going to be easy or efficient
+ to use was, of course, a mistake.
+
+ * gtk/gtksettings.c: Add cursor blink setting.
+
+ * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
+
+ * gtk/gtkentry.c: Add cursor blinking.
+
+ * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
+ cursor blink global settings.
+
+ * gtk/gtkentry.c (gtk_entry_button_press): Add notification
+ for :text_position in places where it is missing.
+
Tue May 29 18:17:11 2001 Owen Taylor <otaylor@redhat.com>
* autogen.sh (have_libtool): Fix GNU sedism (#55430)