From: Chong Yidong Date: Sat, 2 Dec 2006 21:46:52 +0000 (+0000) Subject: * mouse.el (mouse-drag-track): Suppress automatic hscrolling for X-Git-Tag: emacs-pretest-22.0.92~353 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8a6137df3a5c5d017dd239ce7fe8bc48292bc6a3;p=emacs.git * mouse.el (mouse-drag-track): Suppress automatic hscrolling for initial down event. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0d10322bf68..c85e3ff7ba6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2006-12-02 Chong Yidong + + * mouse.el (mouse-drag-track): Suppress automatic hscrolling for + initial down event. + 2006-12-02 Kim F. Storm * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.