diff options
| author | Chong Yidong | 2009-07-15 01:25:32 +0000 |
|---|---|---|
| committer | Chong Yidong | 2009-07-15 01:25:32 +0000 |
| commit | f9be2e356915fd56496dc2583e4856b5ccf95664 (patch) | |
| tree | 0c618bbfeca73e3583da5a02204238c3e9f851a7 /lisp/ChangeLog | |
| parent | cbd61418b367a9329ed51b5748019a75a5c7e9cf (diff) | |
| download | emacs-f9be2e356915fd56496dc2583e4856b5ccf95664.tar.gz emacs-f9be2e356915fd56496dc2583e4856b5ccf95664.zip | |
* simple.el (deactivate-mark): Optional argument FORCE.
(set-mark): Use deactivate-mark.
* info.el (Info-search): No need to check transient-mark-mode
before calling deactivate-mark.
* select.el (x-set-selection): Doc fix.
(x-valid-simple-selection-p): Allow buffer values.
(xselect--selection-bounds): Handle buffer values. Suggested by
David De La Harpe Golden.
* mouse.el (mouse-set-region, mouse-drag-track): Call
copy-region-as-kill before setting the mark, to let
select-active-regions work.
* simple.el (deactivate-mark): If select-active-regions is
non-nil, copy the selection data into a string.
(activate-mark): If select-active-regions is non-nil, set the
selection to the current buffer.
(set-mark): Update selection if select-active-regions is non-nil.
* select.el (x-valid-simple-selection-p): Allow buffer values.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5ccc6988ad2..0215d0aead6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,30 @@ | |||
| 1 | 2009-07-15 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * simple.el (deactivate-mark): Optional argument FORCE. | ||
| 4 | (set-mark): Use deactivate-mark. | ||
| 5 | |||
| 6 | * info.el (Info-search): No need to check transient-mark-mode | ||
| 7 | before calling deactivate-mark. | ||
| 8 | |||
| 9 | * select.el (x-set-selection): Doc fix. | ||
| 10 | (x-valid-simple-selection-p): Allow buffer values. | ||
| 11 | (xselect--selection-bounds): Handle buffer values. Suggested by | ||
| 12 | David De La Harpe Golden. | ||
| 13 | |||
| 14 | * mouse.el (mouse-set-region, mouse-drag-track): Call | ||
| 15 | copy-region-as-kill before setting the mark, to let | ||
| 16 | select-active-regions work. | ||
| 17 | |||
| 18 | 2009-06-28 David De La Harpe Golden <david@harpegolden.net> | ||
| 19 | |||
| 20 | * simple.el (deactivate-mark): If select-active-regions is | ||
| 21 | non-nil, copy the selection data into a string. | ||
| 22 | (activate-mark): If select-active-regions is non-nil, set the | ||
| 23 | selection to the current buffer. | ||
| 24 | (set-mark): Update selection if select-active-regions is non-nil. | ||
| 25 | |||
| 26 | * select.el (x-valid-simple-selection-p): Allow buffer values. | ||
| 27 | |||
| 1 | 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca> | 28 | 2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 29 | ||
| 3 | * simple.el (mail-user-agent): Default to the upwardly-UI-compatible | 30 | * simple.el (mail-user-agent): Default to the upwardly-UI-compatible |