comparison lisp/ChangeLog @ 103947:37177e1f2fcb

* w32-fns.el (x-selection-owner-p): New function. * mouse.el (mouse-drag-track): Call deactivate-mark earlier. (mouse-yank-at-click): If select-active-regions is non-nil, deactivate the mark before insertion. * simple.el (deactivate-mark, set-mark): Only save selection if we own it.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 17 Jul 2009 15:45:08 +0000
parents 0d61df5be488
children 53e13148fb68
comparison
equal deleted inserted replaced
103946:774187433685 103947:37177e1f2fcb
1 2009-07-17 David De La Harpe Golden <david@harpegolden.net>
2
3 * w32-fns.el (x-selection-owner-p): New function.
4
5 * mouse.el (mouse-drag-track): Call deactivate-mark earlier.
6 (mouse-yank-at-click): If select-active-regions is non-nil,
7 deactivate the mark before insertion.
8
9 * simple.el (deactivate-mark, set-mark): Only save selection if we
10 own it.
11
1 2009-07-17 Kenichi Handa <handa@m17n.org> 12 2009-07-17 Kenichi Handa <handa@m17n.org>
2 13
3 * case-table.el (describe-buffer-case-table): Fix for the case 14 * case-table.el (describe-buffer-case-table): Fix for the case
4 that KEY is a cons. 15 that KEY is a cons.
5 16