summaryrefslogtreecommitdiff
path: root/lisp/term
Commit message (Expand)AuthorAgeFilesLines
* Add some missing version tags.Glenn Morris2016-01-122-0/+2
* Update copyright year to 2016Paul Eggert2016-01-0119-19/+19
* ; Re-enabled "File-name completion of non-ASCII characters on OS X (bug#22169)""Anders Lindgren2015-12-251-22/+6
* ; Revert "File-name completion of non-ASCII characters on OS X (bug#22169)"Anders Lindgren2015-12-241-6/+22
* * lisp/term/x-win.el (x-gtk-stock-map): Fix typo.YAMAMOTO Mitsuharu2015-12-241-1/+1
* File-name completion of non-ASCII characters on OS X (bug#22169)Anders Lindgren2015-12-231-22/+6
* * lisp/emacs-lisp/cl-generic.el: Add (major-mode MODE) contextStefan Monnier2015-10-295-34/+34
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-291-1/+1
* Make face realization be more frame-specificEli Zaretskii2015-09-261-3/+5
* Use %s to format strings instead of splicing themPaul Eggert2015-09-201-1/+1
* Prefer straight quoting in some text filesPaul Eggert2015-09-111-16/+16
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-072-5/+5
* terminal-init-w32console mimicks command-linePaul Eggert2015-09-011-6/+1
* Use curved quotes in core elisp diagnosticsPaul Eggert2015-08-162-5/+5
* Convert lisp/term/x-win.el to UTF-8Paul Eggert2015-08-161-804/+796
* * lisp/term/xterm.el (xterm--query): Fix paren typo (bug#20951).Stefan Monnier2015-07-021-8/+8
* * lisp/term/xterm.el (xterm--query): Avoid generating garbageStefan Monnier2015-06-301-29/+45
* In strings, prefer plain ` and ' to \` and \'Paul Eggert2015-06-301-1/+1
* Translate undisplayable ‘ to `Paul Eggert2015-06-251-1/+1
* Address some check-declare warnings.Glenn Morris2015-06-161-6/+3
* * lisp/term/xterm.el: Add gui-get-selection support via OSC-52Philipp Stephani2015-05-251-42/+75
* Replace gui-method macros with cl-generic with &contextStefan Monnier2015-05-235-78/+126
* Fix minor quoting problems in doc stringsPaul Eggert2015-05-191-2/+2
* MS-Windows followup for ASCIIfication of curved quotesEli Zaretskii2015-05-171-1/+9
* * lisp/term/xterm.el: Fix xterm-paste handling for rxvtStefan Monnier2015-05-112-198/+92
* * lisp/term/x-win.el: Quieten --without-x compilation.Glenn Morris2015-05-101-0/+11
* Quieten --without-x compilation.Glenn Morris2015-05-082-0/+3
* ns-win.el (ns-paste-secondary): Use gui-get-selection.Jan D2015-05-071-1/+1
* * lisp/term/screen.el (xterm-screen-extra-capabilities): New customStefan Monnier2015-05-032-13/+31
* (ns-get-cut-buffer-internal): Remove this alias.Jan D2015-05-011-2/+0
* * lisp/term/ns-win.el (ns-get-selection-internal):Glenn Morris2015-04-301-2/+0
* Silence some compilation warningsGlenn Morris2015-04-301-0/+9
* xterm and OSC 52: Add NEWS entry, and tweak the codeStefan Monnier2015-04-131-15/+13
* xterm.el: Implement OSC-52 functionality for setting the X selectionPhilipp Stephani2015-04-131-4/+89
* Support GnuTLS v3.4 and later on MS-WindowsChris Zheng2015-04-111-1/+5
* Update copyright year to 2015Paul Eggert2015-01-0119-19/+20
* Merge branch 'emacs-24'.Paul Eggert2014-11-281-1/+0
|\
| * .gitignore cleanup.Paul Eggert2014-11-171-1/+0
* | * lisp/term/ns-win.el (ns-store-cut-buffer-internal)Stefan Monnier2014-10-241-4/+3
* | * lisp/select.el: Use lexical-binding.Stefan Monnier2014-10-223-24/+27
* | Get rid of backend-dependent selection-handling functions for kill/yankStefan Monnier2014-10-214-239/+53
* | Handle deprecated Gtk+ stuff for version <= 3.10Jan Djärv2014-10-181-30/+33
* | * lisp/select.el (gui-selection-exists-p-alist): New method.Stefan Monnier2014-10-094-0/+4
* | * lisp/term/w32-win.el: Move all code from 32-common-fns.el here.Stefan Monnier2014-10-061-4/+61
* | New gui-selection-value consolidating x-selection-value.Stefan Monnier2014-10-024-97/+71
* | * lisp/term/ns-win.el: Add functions to ns frame, not x frame.David Raynes2014-10-021-4/+4
* | Consolidate management/ownership of selections.Stefan Monnier2014-10-014-109/+61
* | Consolidate x-select-text.Stefan Monnier2014-10-015-129/+68
* | Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.caGlenn Morris2014-06-212-9/+12
|\ \ | |/
| * * lisp/emacs-lisp/smie.el (smie--hanging-eolp-function): New var.Stefan Monnier2014-06-191-2/+2