emacs/lisp/emacs-lisp
Stefan Monnier a8b36b953e Consolidate x-select-text.
* lisp/frame.el (gui-method, gui-method-define, gui-method-declare)
(gui-call): New macros.
(gui-method--name): New function.
(frame-creation-function-alist): Use gui-method-declare.
(make-frame): Use gui-method.
* lisp/select.el (gui-select-enable-clipboard): Rename from
x-select-enable-clipboard and move here.
(x-select-enable-clipboard): Define as obsolete alias.
(gui-last-selected-text): New var, to replace x-last-selected-text.
(gui-select-text): New GUI method.
(gui-select-text): New function.
(x-select-text): Define as obsolete alias.
* lisp/term/common-win.el (x-select-enable-clipboard, x-select-text):
Move to select.el.
* lisp/simple.el (interprogram-cut-function): Change default to
x-select-text.
(interprogram-paste-function): Change default to `ignore'.
* lisp/w32-common-fns.el (interprogram-cut-function): Don't modify.
* lisp/term/x-win.el (interprogram-cut-function): Don't modify.
(gui-select-text): Add method for x.
* lisp/term/w32-win.el (gui-select-text): Add method for w32.
* lisp/term/pc-win.el (x-last-selected-text): Remove, use
gui-last-selected-text instead.
(msdos-initialize-window-system): Don't set interprogram-cut-function.
(gui-select-text): Add method for pc.
* lisp/term/ns-win.el (ns-last-selected-text): Remove, use
gui-last-selected-text instead.
(gui-select-text): Add method for ns.
(x-setup-function-keys): Don't change interprogram-cut-function.
* lisp/loadup.el ("startup"): Load after "frame".
* lisp/subr.el (package--builtin-versions, package--description-file):
Move from startup.el.
* lisp/startup.el (package--builtin-versions, package--description-file):
Move to subr.el.
(handle-args-function-alist, window-system-initialization-alist):
Use gui-method-declare.
(command-line): Use gui-method.
* src/xselect.c (selection-converter-alist): Fix docstring.
2014-10-01 18:13:11 -04:00
..
advice.el * lisp/emacs-lisp/advice.el (ad-add-advice, defadvice): Doc fix 2014-03-10 14:16:13 -04:00
autoload.el Get rid of the AUTOGEN_VCS variable in lisp/Makefile 2014-06-30 14:26:34 -04:00
avl-tree.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
backquote.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
benchmark.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
bindat.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
byte-opt.el Merge from emacs-24; up to 2014-05-29T17:16:00Z!dmantipov@yandex.ru 2014-06-01 17:18:22 -07:00
byte-run.el 2014-04-22 Daniel Colascione <dancol@dancol.org> 2014-04-22 14:46:19 -07:00
bytecomp.el * lisp/subr.el (track-mouse): New macro. 2014-09-27 11:52:28 -04:00
cconv.el * lisp/subr.el (track-mouse): New macro. 2014-09-27 11:52:28 -04:00
chart.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
check-declare.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
checkdoc.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
cl-extra.el * emacs-lisp/cl-extra.el (cl-parse-integer): Fix last change. 2014-09-26 10:01:17 +08:00
cl-indent.el Tweak regex from last change 2014-04-09 08:33:43 -07:00
cl-lib.el Consolidate x-select-text. 2014-10-01 18:13:11 -04:00
cl-macs.el Indentation, punctuation, and other nitpicks. 2014-07-20 21:41:59 -04:00
cl-seq.el * lisp/emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure. 2014-04-21 23:18:15 -04:00
cl.el Require gv early to break eager macro-expansion cycles 2014-04-23 17:28:47 -07:00
copyright.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
crm.el Some crm.el doc 2014-02-26 23:42:57 -08:00
debug.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
derived.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
disass.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
easy-mmode.el * lisp/emacs-lisp/easy-mmode.el (define-minor-mode): Use mode function 2014-08-29 22:28:19 +02:00
easymenu.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
edebug.el * lisp/emacs-lisp/edebug.el: Use nadvice. 2014-07-20 21:56:54 -04:00
eieio-base.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
eieio-core.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
eieio-custom.el Restore generated autoloads in eieio.el. 2014-01-09 21:31:21 +01:00
eieio-datadebug.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
eieio-opt.el Deal with EIEIO methods without doc strings (Bug#17490). 2014-05-14 22:41:53 +02:00
eieio-speedbar.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
eieio.el Auto-commit of loaddefs files. 2014-05-26 06:21:18 -04:00
eldoc.el Rename 24.5 to 25.1 2014-09-29 14:14:08 -04:00
elint.el * lisp/abbrev.el (define-abbrev): Beware new meaning of fboundp. 2014-01-06 18:34:05 -05:00
elp.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
ert-x.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ert.el Simplify and parallize test/automated Makefile 2014-06-25 22:47:10 -07:00
ewoc.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
find-func.el * find-func.el (find-function-C-source-directory): Use file-accessible-directory-p 2014-06-25 23:45:10 -07:00
float-sup.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
generic.el Spelling fixes. 2014-01-11 21:29:11 -08:00
gv.el * lisp/subr.el (alist-get): New accessor. 2014-10-01 13:23:42 -04:00
helper.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
lisp-mnt.el * lisp/emacs-lisp/lisp-mnt.el: Comments. 2014-02-10 00:36:27 -08:00
lisp-mode.el Font-lock `cl-flet*', too. 2014-09-28 10:03:48 +02:00
lisp.el Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el. 2014-09-26 23:57:41 -04:00
macroexp.el Correctly macroexpand top-level forms during eager macroexpand 2014-04-22 00:04:34 -07:00
map-ynp.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
nadvice.el Merge from emacs-24; up to 2014-05-26T10:21:18Z!rgm@gnu.org 2014-05-25 19:28:09 -07:00
package-x.el lisp/emacs-lisp/package-x.el: Follow-up to change in package.el. 2014-03-27 01:20:50 +01:00
package.el Merge from emacs-24 2014-09-30 19:19:31 -04:00
pcase.el * lisp/emacs-lisp/pcase.el (pcase--split-match, pcase--app-subst-match): 2014-09-27 00:24:06 -04:00
pp.el * emacs-lisp/pp.el (pp-eval-expression, pp-eval-last-sexp): 2014-07-02 13:05:50 +08:00
re-builder.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
regexp-opt.el * lisp/minibuffer.el (completion--sreverse): Remove. 2014-05-23 11:54:44 -04:00
regi.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
ring.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
rx.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
shadow.el * lisp/emacs-lisp/shadow.el (load-path-shadows-find): Ignore dir-locals. 2014-03-05 21:01:02 -05:00
smie.el * emacs-lisp/smie.el (smie-config--guess-1): Split from smie-config--guess. 2014-07-20 21:58:43 -04:00
subr-x.el Rename 24.5 to 25.1 2014-09-29 14:14:08 -04:00
syntax.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
tabulated-list.el * emacs-lisp/tabulated-list.el (tabulated-list-print): Only call 2014-06-06 02:39:22 +02:00
tcover-ses.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
tcover-unsafep.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
testcover.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
timer.el * lisp/emacs-lisp/timer.el (timer-event-handler): Fix last change. 2014-05-18 09:17:10 -04:00
tq.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
trace.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00
unsafep.el Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
warnings.el Replace "Maintainer: FSF" with the emacs-devel mailing address 2014-02-09 17:34:22 -08:00