Mercurial > emacs
comparison lisp/ChangeLog @ 103949:d7999ea3bbc2
* mouse.el (mouse-yank-primary): If select-active-regions is non-nil,
deactivate the mark before insertion.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 17 Jul 2009 23:24:54 +0000 |
parents | 53e13148fb68 |
children | c59b9da550fc |
comparison
equal
deleted
inserted
replaced
103948:53e13148fb68 | 103949:d7999ea3bbc2 |
---|---|
7 2009-07-17 David De La Harpe Golden <david@harpegolden.net> | 7 2009-07-17 David De La Harpe Golden <david@harpegolden.net> |
8 | 8 |
9 * w32-fns.el (x-selection-owner-p): New function. | 9 * w32-fns.el (x-selection-owner-p): New function. |
10 | 10 |
11 * mouse.el (mouse-drag-track): Call deactivate-mark earlier. | 11 * mouse.el (mouse-drag-track): Call deactivate-mark earlier. |
12 (mouse-yank-at-click): If select-active-regions is non-nil, | 12 (mouse-yank-at-click, mouse-yank-primary): If |
13 deactivate the mark before insertion. | 13 select-active-regions is non-nil, deactivate the mark before |
14 insertion. | |
14 | 15 |
15 * simple.el (deactivate-mark, set-mark): Only save selection if we | 16 * simple.el (deactivate-mark, set-mark): Only save selection if we |
16 own it. | 17 own it. |
17 | 18 |
18 2009-07-17 Kenichi Handa <handa@m17n.org> | 19 2009-07-17 Kenichi Handa <handa@m17n.org> |