comparison etc/NEWS @ 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 2f784ad8d94c
children 334eb7871775
comparison
equal deleted inserted replaced
109397:4e6b8160da4b 109398:c9970d4bfd62
170 Apart from obeying `delete-active-region', its behavior is unchanged. 170 Apart from obeying `delete-active-region', its behavior is unchanged.
171 However, the byte compiler now warns if it is called from Lisp; you 171 However, the byte compiler now warns if it is called from Lisp; you
172 should use delete-char with a negative argument instead. 172 should use delete-char with a negative argument instead.
173 173
174 *** The option `mouse-region-delete-keys' has been deleted. 174 *** The option `mouse-region-delete-keys' has been deleted.
175
176 ** Selection changes.
177
178 The way Emacs interacts with the clipboard and primary selection, by
179 default, is now similar to other X applications. In particular, kill
180 and yank use the clipboard, in addition to the primary selection.
181
182 *** `select-active-regions' now defaults to t.
183
184 *** `x-select-enable-clipboard' now defaults to t.
185
186 *** `mouse-drag-copy-region' now defaults to nil.
187
188 *** `mouse-2' is now bound to `mouse-yank-primary'.
175 189
176 190
177 * Changes in Specialized Modes and Packages in Emacs 24.1 191 * Changes in Specialized Modes and Packages in Emacs 24.1
178 192
179 ** Archive Mode has basic support to browse 7z archives. 193 ** Archive Mode has basic support to browse 7z archives.