Mercurial > emacs
changeset 67998:8b8bbb4f81c2
*** empty log message ***
author | J.D. Smith <jdsmith@as.arizona.edu> |
---|---|
date | Tue, 03 Jan 2006 17:15:10 +0000 |
parents | 217b260efd66 |
children | 08bdaa28d0d2 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jan 03 17:08:51 2006 +0000 +++ b/lisp/ChangeLog Tue Jan 03 17:15:10 2006 +0000 @@ -11,6 +11,15 @@ * startup.el (fancy-splash-tail, normal-splash-screen): Update copyright year. +2006-01-02 J.D. Smith <jdsmith@as.arizona.edu> + + * mouse.el (mouse-drag-track): Renamed, from + `mouse-drag-region-1'. Includes optional argument required to + enable post-drag event processing (e.g. delete region keys). Can + be used without this argument to track a mouse region and operate + on it as soon as the drag completes. + (mouse-drag-region): Use `mouse-drag-track'. + 2006-01-02 Chong Yidong <cyd@stupidchicken.com> * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):