comparison etc/NEWS @ 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 c9970d4bfd62
children 597339bd6bef
comparison
equal deleted inserted replaced
109447:f0c7ada3b642 109448:334eb7871775
180 and yank use the clipboard, in addition to the primary selection. 180 and yank use the clipboard, in addition to the primary selection.
181 181
182 *** `select-active-regions' now defaults to t. 182 *** `select-active-regions' now defaults to t.
183 183
184 *** `x-select-enable-clipboard' now defaults to t. 184 *** `x-select-enable-clipboard' now defaults to t.
185
186 *** `x-select-enable-primary' now defaults to nil.
185 187
186 *** `mouse-drag-copy-region' now defaults to nil. 188 *** `mouse-drag-copy-region' now defaults to nil.
187 189
188 *** `mouse-2' is now bound to `mouse-yank-primary'. 190 *** `mouse-2' is now bound to `mouse-yank-primary'.
189 191