index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
term
/
xterm.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
* lisp/term/xterm.el (xterm-function-map): Add M-SPC. (Bug#60077)
Eli Zaretskii
2022-12-16
1
-0
/
+2
*
Make some defcustom types more restrictive
Stefan Kangas
2022-07-05
1
-1
/
+1
*
Fix test failures due to 'xterm-select-active-regions'
Eli Zaretskii
2022-06-18
1
-8
/
+0
*
Support `select-active-regions' with xterm
Duncan Findlay
2022-06-18
1
-0
/
+8
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-4
/
+3
*
Add support for keypad `=' key in xterm.el
Lars Ingebrigtsen
2021-09-08
1
-0
/
+3
*
Allow not putting pasted text onto the kill ring under xterm
Lars Ingebrigtsen
2021-09-03
1
-3
/
+16
*
* lisp/term/xterm.el (xterm-function-map): Map `\e[29~` to `menu`
Stefan Monnier
2021-08-25
1
-1
/
+14
*
Make xterm-set-window-title more robust
Lars Ingebrigtsen
2021-08-09
1
-3
/
+4
*
Use string-replace instead of replace-regexp-in-string
Mattias Engdegård
2021-08-08
1
-3
/
+2
*
Fix key recording bug when an input method is activated
Gregory Heytings
2021-05-29
1
-6
/
+14
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Fix background mode on Gnome 3.38 terminals
Lars Ingebrigtsen
2020-12-28
1
-2
/
+5
*
Don't show in 'view-lossage' responses to xterm feature queries
Eli Zaretskii
2020-11-30
1
-1
/
+2
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Fix XTerm OSC 52 selection retrieval (bug#36879)
Mattias Engdegård
2019-08-08
1
-10
/
+20
*
Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"
Stefan Monnier
2019-06-26
1
-1
/
+0
*
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
Stefan Monnier
2019-06-26
1
-0
/
+1
*
Avoid some double-rounding of Lisp timestamps
Paul Eggert
2019-02-22
1
-3
/
+5
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Audit use of lsh and fix glitches
Paul Eggert
2018-08-21
1
-1
/
+1
*
|
New focus management interface
Daniel Colascione
2018-06-11
1
-2
/
+9
*
|
Fix typo in docstring
Daniel Colascione
2018-06-09
1
-1
/
+1
*
|
Improve robustness xterm event processing
Daniel Colascione
2018-06-09
1
-16
/
+36
*
|
Avoid unnecessary readahead early in TTY frame init
Daniel Colascione
2018-06-08
1
-3
/
+21
*
|
Support terminal focus notifications
Daniel Colascione
2018-06-08
1
-0
/
+21
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-09
1
-1
/
+6
|
\
|
|
*
Query background for gnome terminal version 3.22 (Bug#29716)
Noam Postavsky
2018-01-07
1
-1
/
+6
*
|
Merge from origin/emacs-26
Paul Eggert
2018-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
|
Disable XTerm titles (Bug#28591)
Mark Oteiza
2017-10-09
1
-1
/
+1
*
|
Teach Emacs to set XTerm window titles
Mark Oteiza
2017-09-20
1
-0
/
+35
|
/
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-2
/
+2
*
Support 24-bit direct colors on text terminals
Rami Ylimäki
2017-02-18
1
-0
/
+8
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Merge from origin/emacs-25
Paul Eggert
2016-11-19
1
-1
/
+1
|
\
|
|
*
Modernize usage of 'macOS' in doc and comments
Paul Eggert
2016-11-06
1
-1
/
+1
*
|
Revert "Disable bracketed paste in a terminal in char mode"
Daniel Colascione
2016-11-02
1
-81
/
+9
*
|
; Add missing `require'
Philipp Stephani
2016-10-25
1
-0
/
+2
*
|
; Fix embarassing typo
Philipp Stephani
2016-10-18
1
-1
/
+1
*
|
Disable bracketed paste in a terminal in char mode
Philipp Stephani
2016-10-15
1
-9
/
+79
*
|
Merge from origin/emacs-25
Paul Eggert
2016-05-26
1
-19
/
+20
|
\
|
|
*
Bring back xterm pasting with middle mouse
Paul Eggert
2016-05-22
1
-19
/
+20
*
|
Meta + shift + Fn combos are recognized by xterm>=216.
Tino Calancha
2016-02-29
1
-0
/
+13
|
/
*
Add some missing version tags.
Glenn Morris
2016-01-12
1
-0
/
+1
[next]