diff options
| author | Stefan Monnier | 2014-10-02 21:39:49 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2014-10-02 21:39:49 -0400 |
| commit | d6f8fef3fc17187687fafce50b428f88a278aee9 (patch) | |
| tree | 042705e9c52b2799144888fe9a602022f8d84e72 /etc | |
| parent | f0da11bd3978faee12cd15b26dbf2fbf837d8a2b (diff) | |
| download | emacs-d6f8fef3fc17187687fafce50b428f88a278aee9.tar.gz emacs-d6f8fef3fc17187687fafce50b428f88a278aee9.zip | |
New gui-selection-value consolidating x-selection-value.
* lisp/select.el (gui-selection-value-alist): New method.
(gui-selection-value): New function.
(x-selection-value): Make it an obsolete alias.
* lisp/simple.el (interprogram-paste-function): Default to gui-selection-value.
* lisp/w32-common-fns.el (w32-get-selection-value): Simplify.
(x-selection-value): Remove alias.
(interprogram-paste-function): Don't set.
(gui-selection-value): Define for w32.
* lisp/term/x-win.el (gui-selection-value): Define for x.
(x--selection-value): Rename from x--selection-value.
(interprogram-paste-function): Don't set.
* lisp/term/pc-win.el (w16-get-selection-value): Simplify.
(msdos-initialize-window-system): Don't set interprogram-paste-function.
(gui-selection-value): Define for pc.
* lisp/term/ns-win.el (x-selection-value): Remove.
(gui-selection-value): Define for ns, instead.
* lisp/term/common-win.el (x-setup-function-keys): Don't set
interprogram-paste-function.
* lisp/obsolete/mouse-sel.el (mouse-sel-get-selection-function):
Use gui-selection-value.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -247,6 +247,7 @@ Emacs-21. | |||
| 247 | 247 | ||
| 248 | ** Some "x-*" were obsoleted: | 248 | ** Some "x-*" were obsoleted: |
| 249 | *** x-select-text is renamed gui-select-text. | 249 | *** x-select-text is renamed gui-select-text. |
| 250 | *** x-selection-value is renamed gui-selection-value. | ||
| 250 | *** x-get-selection is renamed gui-get-selection. | 251 | *** x-get-selection is renamed gui-get-selection. |
| 251 | *** x-get-clipboard and x-clipboard-yank are marked obsolete. | 252 | *** x-get-clipboard and x-clipboard-yank are marked obsolete. |
| 252 | *** x-get-selection-value is renamed to gui-get-primary-selection. | 253 | *** x-get-selection-value is renamed to gui-get-primary-selection. |