comparison lisp/ChangeLog @ 109448:334eb7871775

Change x-select-enable-primary to nil. * lisp/mouse.el (mouse-drag-copy-region): * lisp/simple.el (select-active-regions): Likewise. * lisp/term/x-win.el (x-select-enable-primary): Change default to nil. (x-select-enable-clipboard): Add :version keyword.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 16 Jul 2010 22:49:48 -0400
parents 051595eb9b58
children 333d4b14e6cb
comparison
equal deleted inserted replaced
109447:f0c7ada3b642 109448:334eb7871775
1 2010-07-17 Chong Yidong <cyd@stupidchicken.com>
2
3 * term/x-win.el (x-select-enable-primary): Change default to nil.
4 (x-select-enable-clipboard): Add :version keyword.
5
6 * mouse.el (mouse-drag-copy-region):
7 * simple.el (select-active-regions): Likewise.
8
1 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de> 9 2010-07-16 Reiner Steib <Reiner.Steib@gmx.de>
2 10
3 * vc.el (vc-coding-system-inherit-eol): New defvar. 11 * vc.el (vc-coding-system-inherit-eol): New defvar.
4 (vc-coding-system-for-diff): Use it to decide whether to inherit 12 (vc-coding-system-for-diff): Use it to decide whether to inherit
5 from the file the EOL format for reading the diffs of that file. 13 from the file the EOL format for reading the diffs of that file.