Mercurial > emacs
comparison lisp/ChangeLog @ 109112:a46a2b77a8b1
Simplify mouse-dragging implementation.
Now that DEL deletes active regions, we can handle it by using the
ordinary region instead of a separate overlay.
* mouse.el (mouse-drag-overlay): Variable deleted.
(mouse-move-drag-overlay, mouse-show-mark): Functions deleted.
(mouse--remap-link-click-p): New function.
(mouse-drag-track): Handle dragging by using temporary Transient
Mark mode, instead of a special overlay.
(mouse-kill-ring-save, mouse-save-then-kill): Don't call
mouse-show-mark.
* mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay
deleted.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Fri, 02 Jul 2010 23:07:48 -0400 |
parents | 25749a68f5ae |
children | 6b757d9cacac |
comparison
equal
deleted
inserted
replaced
109111:52b76722152a | 109112:a46a2b77a8b1 |
---|---|
1 2010-07-03 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * mouse.el (mouse-drag-overlay): Variable deleted. | |
4 (mouse-move-drag-overlay, mouse-show-mark): Functions deleted. | |
5 (mouse--remap-link-click-p): New function. | |
6 (mouse-drag-track): Handle dragging by using temporary Transient | |
7 Mark mode, instead of a special overlay. | |
8 (mouse-kill-ring-save, mouse-save-then-kill): Don't call | |
9 mouse-show-mark. | |
10 | |
11 * mouse-sel.el (mouse-sel-selection-alist): mouse-drag-overlay | |
12 deleted. | |
13 | |
1 2010-07-02 Juri Linkov <juri@jurta.org> | 14 2010-07-02 Juri Linkov <juri@jurta.org> |
2 | 15 |
3 * autoinsert.el (auto-insert-alist): Fix readability | 16 * autoinsert.el (auto-insert-alist): Fix readability |
4 by using dotted pair notation for lambda. | 17 by using dotted pair notation for lambda. |
5 | 18 |