diff options
| author | Chong Yidong | 2010-08-21 00:46:23 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-08-21 00:46:23 -0400 |
| commit | d2625c3ded73eb75c43a8c0a7f20d624e85628a1 (patch) | |
| tree | dfdb597e0beed4d8215aff454677379c88e69ed9 /lisp/ChangeLog | |
| parent | 80525855696044e98ecb3a781f294f4b31f13558 (diff) | |
| download | emacs-d2625c3ded73eb75c43a8c0a7f20d624e85628a1.tar.gz emacs-d2625c3ded73eb75c43a8c0a7f20d624e85628a1.zip | |
Cleanups and fixes for mouse-save-then-kill and mouse-secondary-save-then-kill.
* mouse.el (mouse-save-then-kill): Don't save region to kill ring
when extending it. Before killing on the second click, check if
the buffer is the correct one. Doc fix.
(mouse-secondary-save-then-kill): Allow usage without first
calling mouse-start-secondary, by defaulting to point. Don't save
an empty secondary selection. Doc fix.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3a38a6c031a..b717877dcf5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2010-08-21 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * mouse.el (mouse-save-then-kill): Don't save region to kill ring | ||
| 4 | when extending it. Before killing on the second click, check if | ||
| 5 | the buffer is the correct one. Doc fix. | ||
| 6 | (mouse-secondary-save-then-kill): Allow usage without first | ||
| 7 | calling mouse-start-secondary, by defaulting to point. Don't save | ||
| 8 | an empty secondary selection. Doc fix. | ||
| 9 | |||
| 1 | 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 10 | 2010-08-21 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 2 | 11 | ||
| 3 | * whitespace.el: Fix slow cursor movement. Reported by Christoph | 12 | * whitespace.el: Fix slow cursor movement. Reported by Christoph |