diff options
author | Havoc Pennington <hp@pobox.com> | 2000-11-16 05:45:42 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-11-16 05:45:42 +0000 |
commit | 74df6fc0a5bb27938e83a8f20d91a6412438fe09 (patch) | |
tree | b29f06ae83bf6842d577c69c539d974fecda7fca /ChangeLog.pre-2-0 | |
parent | 2a38b7e5925b85e04c5d21944c105ae8c9b28b33 (diff) | |
download | gtk+-74df6fc0a5bb27938e83a8f20d91a6412438fe09.tar.gz |
Apply patch from Mikael Hermansson to temporarily stop blinking while the
2000-11-15 Havoc Pennington <hp@pobox.com>
* gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
patch from Mikael Hermansson to temporarily stop blinking while
the user is using the keyboard to type or navigate.
Also, when blinking, stay on for longer than we stay off. Also,
return from start_cursor_blink if !cursor_visible, to save
checking that flag all over the place before we call
start_cursor_blink.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 26134cdbb7..c830e7d951 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,14 @@ +2000-11-15 Havoc Pennington <hp@pobox.com> + + * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply + patch from Mikael Hermansson to temporarily stop blinking while + the user is using the keyboard to type or navigate. + + Also, when blinking, stay on for longer than we stay off. Also, + return from start_cursor_blink if !cursor_visible, to save + checking that flag all over the place before we call + start_cursor_blink. + Thu Nov 16 01:25:51 2000 Robert Brady <robert@suse.co.uk> * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they |