diff options
| author | Stefan Monnier | 2014-07-01 14:13:28 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-07-01 14:13:28 -0400 |
| commit | 6372fc12fe9c5d22a825e2c812c4a788cda175f6 (patch) | |
| tree | 08fc8f1091b1a8e725ace80b4e71e26fe871f520 /lisp/ChangeLog | |
| parent | 854b22ea18090cc226703c4a828a3fc0bfaa0ccd (diff) | |
| download | emacs-6372fc12fe9c5d22a825e2c812c4a788cda175f6.tar.gz emacs-6372fc12fe9c5d22a825e2c812c4a788cda175f6.zip | |
* lisp/simple.el (deactivate-mark, set-mark-command, handle-shift-selection):
Don't keep transient-mark-mode buffer-local when not needed.
Fixes: debbugs:6316
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 054bef5697d..6f279c7b454 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2014-07-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * simple.el (deactivate-mark, set-mark-command, handle-shift-selection): | ||
| 4 | Don't keep transient-mark-mode buffer-local when not needed (bug#6316). | ||
| 5 | |||
| 3 | * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal) | 6 | * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal) |
| 4 | (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal | 7 | (turn-off-xterm-mouse-tracking-on-terminal): Don't burp if the terminal |
| 5 | is suspended (bug#17857). | 8 | is suspended (bug#17857). |