Mercurial > emacs
changeset 74366:b172b155c64c
* mouse.el (mouse-drag-track): Suppress automatic hscrolling for
initial down event.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 02 Dec 2006 21:46:52 +0000 |
parents | c728cbf657c6 |
children | a3192cfa5e41 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Dec 02 00:30:00 2006 +0000 +++ b/lisp/ChangeLog Sat Dec 02 21:46:52 2006 +0000 @@ -1,3 +1,8 @@ +2006-12-02 Chong Yidong <cyd@stupidchicken.com> + + * mouse.el (mouse-drag-track): Suppress automatic hscrolling for + initial down event. + 2006-12-02 Kim F. Storm <storm@cua.dk> * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.