summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-02-06 19:02:38 +0000
committerChris Wilson <cpwilson@src.gnome.org>2007-02-06 19:02:38 +0000
commit8d0525d71c15affc86448ba204bcddd94f1dbf56 (patch)
tree98fa941d7b11fe16189f2bbdb017822c4ea6c51c /ChangeLog
parent1cb4420af95031508802786ea876a86ab1bc61e7 (diff)
downloadvte-8d0525d71c15affc86448ba204bcddd94f1dbf56.tar.gz
And finally as noted on bug 324246#c8 hide the hilite when the mouse
2007-02-06 Chris Wilson <chris@chris-wilson.co.uk> And finally as noted on bug 324246#c8 hide the hilite when the mouse leaves the terminal (show again when it enters and let motion-notify correct it later). * src/vte.c: (vte_terminal_enter), (vte_terminal_leave), (vte_terminal_realize), (vte_terminal_class_init): svn path=/trunk/; revision=1639
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83e15096..77233887 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-02-06 Chris Wilson <chris@chris-wilson.co.uk>
+ And finally as noted on bug 324246#c8 hide the hilite when the mouse
+ leaves the terminal (show again when it enters and let motion-notify
+ correct it later).
+
+ * src/vte.c: (vte_terminal_enter), (vte_terminal_leave),
+ (vte_terminal_realize), (vte_terminal_class_init):
+
+2007-02-06 Chris Wilson <chris@chris-wilson.co.uk>
+
As noted on bug 324246#c8, hide the hilite when the focus disappears.
On focus restore the match for the last mouse coordinates and let
motion-notify take care of the rest.