# HG changeset patch # User J.D. Smith # Date 1136308510 0 # Node ID 8b8bbb4f81c28c83b01f48d802f4b9f812e4a5dc # Parent 217b260efd665e5d5adf6e1a1239c03c3a6924f4 *** empty log message *** diff -r 217b260efd66 -r 8b8bbb4f81c2 lisp/ChangeLog --- 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 + + * 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 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):