Mercurial > emacs
comparison lisp/ChangeLog @ 109678:14830418f9fc
Change `select-active-region' mechanics.
Save region text prior to buffer modification.
Set window selection lazily, during `deactivate-mark' or after each
command when the region is temporarily active.
* lisp/cus-start.el: Add custom declaration for select-active-regions.
* lisp/mouse.el (mouse-drag-track): Remove hacks to deal with old
select-active-regions implementation.
(mouse-yank-at-click): Doc fix.
* lisp/simple.el (select-active-regions): Move to keyboard.c.
(deactivate-mark): Used saved-region-selection.
(select-active-region): Function removed.
(activate-mark, set-mark, push-mark-command)
(handle-shift-selection): Don't call it.
(keyboard-quit): Avoid adding the region to the window selection.
* src/insdel.c (prepare_to_modify_buffer): Save active region text to
Vsaved_region_selection.
* src/keyboard.c (Vselect_active_regions): Move from simple.el.
(Vsaved_region_selection, Qx_set_selection, QPRIMARY, Qlazy): New
vars.
(command_loop_1): Set window selection prior to deactivating the
mark.
* src/xselect.c (QPRIMARY): Move to keyboard.c.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 07 Aug 2010 15:39:04 -0400 |
parents | 5b1f706a7622 |
children | 232ba164887b |
comparison
equal
deleted
inserted
replaced
109677:73b2acbfa01b | 109678:14830418f9fc |
---|---|
1 2010-08-07 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * simple.el (select-active-regions): Move to keyboard.c. | |
4 (deactivate-mark): Used saved-region-selection. | |
5 (select-active-region): Function removed. | |
6 (activate-mark, set-mark, push-mark-command) | |
7 (handle-shift-selection): Don't call it. | |
8 (keyboard-quit): Avoid adding the region to the window selection. | |
9 | |
10 * mouse.el (mouse-drag-track): Remove hacks to deal with old | |
11 select-active-regions implementation. | |
12 (mouse-yank-at-click): Doc fix. | |
13 | |
14 * cus-start.el: Add custom declaration for select-active-regions. | |
15 | |
1 2010-08-07 Eli Zaretskii <eliz@gnu.org> | 16 2010-08-07 Eli Zaretskii <eliz@gnu.org> |
2 | 17 |
3 * simple.el (delete-forward-char): Doc fix. | 18 * simple.el (delete-forward-char): Doc fix. |
4 | 19 |
5 * tutorial.el (help-with-tutorial): Hack safe file-local variables | 20 * tutorial.el (help-with-tutorial): Hack safe file-local variables |