diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2010-07-02 23:13:26 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2010-07-02 23:13:26 -0400 |
commit | d6d8ee7a525e4a4ec66e693115d4c46aa0d6e9e2 (patch) | |
tree | 9f5a507cafd600e14ed20b4d40586d3a28880c2e /etc/NEWS | |
parent | 5592c08fbf5a0ca9f3f7803d2d214a6f6a7097ba (diff) | |
download | emacs-d6d8ee7a525e4a4ec66e693115d4c46aa0d6e9e2.tar.gz |
Take note of mouse dragging changes in NEWS.
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -313,6 +313,10 @@ determine whether to create a menu-bar or tool-bar, respectively. If the alist entries are added, they override the value of `menu-bar-mode'/`tool-bar-mode'. +** Mouse dragging is not any differently from active regions. +The internal variables `mouse-drag-overlay', and the internal function +`mouse-move-drag-overlay' and `mouse-show-mark', have been deleted. + * Lisp changes in Emacs 24.1 |