aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant 'function's around lambdasStefan Kangas2020-11-171-40/+39
* Don't quote lambdas in several placesStefan Kangas2020-11-121-3/+3
* NS: Make s-<left/right> to move to beginning/end of lineAndrii Kolomoiets2020-11-091-3/+2
* Use lexical-binding in most term librariesStefan Kangas2020-10-249-9/+9
* Merge from origin/emacs-27Glenn Morris2020-10-101-9/+3
|\
| * Make drag and drop on NS open all URLs (bug#43470)Alan Third2020-10-031-9/+3
| * Revert "Fix display of working text on NS (Bug#23412, Bug#1453)"Alan Third2020-02-111-4/+6
* | ; Prefer https to http in many URLsStefan Kangas2020-10-011-3/+3
* | Fix font-panel on NS (bug#43480)David Reitter2020-09-221-8/+14
* | Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-141-4/+0
* | Avoid ambiguity about what st refers toStefan Kangas2020-08-121-0/+8
* | Add term/st.el (Bug#33182)Stefan Kangas2020-08-101-0/+12
* | Minor improvements as followup to recent RGB string-parsing changeEli Zaretskii2020-06-221-1/+1
* | Consolidate #RGB string parsersMattias Engdegård2020-06-211-56/+2
* | Map "mail/compose" icon to "mail-message-new" in GTKDmitry Gutov2020-05-111-1/+1
* | Use better icons on GTK in message-mode and isearchDmitry Gutov2020-05-111-3/+5
* | Use lexical-binding for some term librariesStefan Kangas2020-05-026-4/+7
* | Initial version of native image API support for MS-WindowsJuan José García-Ripoll2020-04-141-0/+2
* | * lisp/term/rxvt.el: Enable backeted paste and window titleDaniel Gröber2020-03-081-1/+20
|/
* Update copyright year to 2020Paul Eggert2020-01-0121-21/+21
* * lisp/term/ns-win.el (ns-insert-working-text): Comment is obsolete.Alan Third2019-12-221-2/+0
* Fix display of working text on NS (Bug#23412, Bug#1453)Masahiro Nakamura2019-12-221-6/+4
* Rename *-multiframe-window to *-window-any-frameStefan Kangas2019-11-061-1/+1
* Update X keysym mappingAxel Svensson2019-09-281-5/+35
* Improve font lookup on MS-WindowsEli Zaretskii2019-09-171-0/+130
* Fix XTerm OSC 52 selection retrieval (bug#36879)Mattias Engdegård2019-08-081-10/+20
* Use the CSS convention for #RGB colors (bug#36304)Pip Cet2019-07-271-34/+40
* Resurrect SVG support on MS-WindowsEli Zaretskii2019-07-111-0/+1
* * lisp/replace.el (replace-highlight): Add save-match-data (bug#36328)Juri Linkov2019-07-051-1/+1
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-1/+0
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-0/+1
* Make mouse-wheel-scroll-amount consistent among platformsTak Kunihiro2019-06-071-4/+0
* Merge from origin/emacs-26Glenn Morris2019-06-071-0/+9
|\
| * * lisp/term/w32-win.el ([noname]): Bind to 'ignore'. (Bug#36083)Eli Zaretskii2019-06-061-0/+9
* | Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-253-0/+3
* | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-193-3/+0
* | Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-3/+5
* | Fix drag and drop behaviour on NS (bug#30929)Alan Third2019-01-101-32/+22
* | Merge from origin/emacs-26Paul Eggert2018-12-3121-21/+21
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-0121-21/+21
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-1/+1
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-213-25/+25
* | Merge from origin/emacs-26Glenn Morris2018-07-201-6/+8
|\ \ | |/
| * Fix TTY colors breakage by 'clear-face-cache'Eli Zaretskii2018-07-191-6/+8
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-012-7/+1
* | New focus management interfaceDaniel Colascione2018-06-111-2/+9
* | Fix typo in docstringDaniel Colascione2018-06-091-1/+1
* | Improve robustness xterm event processingDaniel Colascione2018-06-091-16/+36
* | Avoid unnecessary readahead early in TTY frame initDaniel Colascione2018-06-081-3/+21
* | Support terminal focus notificationsDaniel Colascione2018-06-081-0/+21