comparison lisp/ChangeLog @ 109398:c9970d4bfd62

Change clipboard/primary selection to X application standards. * lisp/menu-bar.el (menu-bar-enable-clipboard): Don't overwrite Cut/Copy/Paste menu bar items. * lisp/mouse.el: Bind mouse-2 to mouse-yank-primary. (mouse-drag-copy-region): Default to nil. * lisp/simple.el (select-active-regions): Default to t. (push-mark-command): Don't overwrite primary with empty string. * lisp/term/x-win.el (x-select-enable-clipboard): Default to t. (x-initialize-window-system): Don't overwrite Paste menu item.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 14 Jul 2010 14:03:39 -0400
parents 4e6b8160da4b
children 3fcc8637a887
comparison
equal deleted inserted replaced
109397:4e6b8160da4b 109398:c9970d4bfd62
1 2010-07-14 Chong Yidong <cyd@stupidchicken.com>
2
3 * term/x-win.el (x-select-enable-clipboard): Default to t.
4 (x-initialize-window-system): Don't overwrite Paste menu item.
5
6 * simple.el (select-active-regions): Default to t.
7 (push-mark-command): Don't overwrite primary with empty string.
8
9 * mouse.el: Bind mouse-2 to mouse-yank-primary.
10 (mouse-drag-copy-region): Default to nil.
11
12 * menu-bar.el (menu-bar-enable-clipboard): Don't overwrite
13 Cut/Copy/Paste menu bar items.
14
1 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com> 15 2010-07-13 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2 16
3 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975). 17 Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4 Patch applied by Karl Fogel. 18 Patch applied by Karl Fogel.
5 19