summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2007-02-12 17:50:22 +0000
committerChris Wilson <cpwilson@src.gnome.org>2007-02-12 17:50:22 +0000
commitd00f6be542887348cae7c1c92b538f39655fccd4 (patch)
tree9e5ca332be01ab21864e11a1f30634e4d795f8f6 /ChangeLog
parentff3baedb1feaeac07c4d41963caabb3404448fce (diff)
downloadvte-d00f6be542887348cae7c1c92b538f39655fccd4.tar.gz
Restore autoscroll behaviour.
2007-02-12 Chris Wilson <chris@chris-wilson.co.uk> * src/vte.c: (vte_terminal_extend_selection), (vte_terminal_motion_notify): Restore autoscroll behaviour. svn path=/trunk/; revision=1676
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b1d3d0e0..e24243a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-02-12 Chris Wilson <chris@chris-wilson.co.uk>
+ * src/vte.c: (vte_terminal_extend_selection),
+ (vte_terminal_motion_notify):
+ Restore autoscroll behaviour.
+
+2007-02-12 Chris Wilson <chris@chris-wilson.co.uk>
+
* src/vte.c: (vte_terminal_start_selection):
Invalidate the selected region when starting in
select-word or select-line mode.