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.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Shorten over-wide docstrings in variables
Stefan Kangas
2020-12-19
1
-2
/
+2
*
term.el comment update
Lars Ingebrigtsen
2020-12-08
1
-1
/
+1
*
Prefer setq-local in term.el
Stefan Kangas
2020-12-08
1
-20
/
+17
*
Define explicit-shell-file-name only in shell.el
Basil L. Contovounesios
2020-12-03
1
-15
/
+6
*
Use null-device where appropriate
Michael Albinus
2020-11-25
1
-2
/
+2
*
Make XEmacs compat aliases easy-menu-{add,remove} obsolete
Stefan Kangas
2020-11-24
1
-7
/
+0
*
Remove redundant 'function's around lambdas
Stefan Kangas
2020-11-17
1
-7
/
+6
*
; Prefer https to http in more URLs
Stefan Kangas
2020-10-24
1
-1
/
+1
*
Don't quote lambdas in several places
Stefan Kangas
2020-10-01
1
-4
/
+4
*
* lisp/term.el: Make C-/ undo in a nested Emacs subprocess
Stefan Monnier
2020-09-30
1
-0
/
+2
*
Use `format-prompt' when prompting with default values
Lars Ingebrigtsen
2020-09-06
1
-5
/
+3
*
term.el: Use correct exit status in suggested dir-tracking functions
Phil Sainty
2020-08-26
1
-3
/
+3
*
Remove many items obsolete since Emacs 23.2 and 23.3
Stefan Kangas
2020-08-24
1
-48
/
+1
*
Add new variable term-set-terminal-size (not setting LINES/COLUMNS)
Lars Ingebrigtsen
2020-08-15
1
-3
/
+11
*
; Touch up last term.el-related changes
Basil L. Contovounesios
2020-08-13
1
-0
/
+1
*
Add a new variable to not recenter term on all input
Ryan Crum
2020-08-13
1
-3
/
+14
*
Remove subsumed repetitions in regexps
Mattias Engdegård
2020-02-20
1
-2
/
+2
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
Trivial docstring fixes
Juanma Barranquero
2019-12-24
1
-1
/
+1
*
Quadruple term-buffer-maximum-size (Bug#37584)
Stefan Kangas
2019-10-07
1
-7
/
+7
*
Remove XEmacs compat code from term.el (Bug#37524)
Stefan Kangas
2019-10-01
1
-16
/
+9
*
lisp/*.el, src/*.c: Fix typos in docstrings
Juanma Barranquero
2019-09-19
1
-1
/
+1
*
Merge from origin/emacs-26
Glenn Morris
2019-07-30
1
-79
/
+52
|
\
|
*
; * lisp/term.el: Add missing / to esc seq commentary.
Noam Postavsky
2019-07-25
1
-1
/
+1
|
*
Mention term.el's \032 dir tracking in commentary (Bug#19524)
Noam Postavsky
2019-07-25
1
-91
/
+52
*
|
Allow serial-term to take an optional argument for line-mode
Lars Ingebrigtsen
2019-07-27
1
-3
/
+12
*
|
Merge from emacs-26
Noam Postavsky
2019-07-20
1
-4
/
+5
|
\
|
|
*
Handle completely undecoded input in term (Bug#29918)
Noam Postavsky
2019-07-20
1
-4
/
+5
*
|
Consider line spacing and font height when deriving proc window size
John Shahid
2019-06-07
1
-1
/
+1
*
|
Fix setting and resetting of scroll-with-delete
John Shahid
2019-05-07
1
-15
/
+28
*
|
Prevent accidental edits in the ansi-term buffer from breaking resizing
John Shahid
2019-05-06
1
-2
/
+4
*
|
Fix more regular expression typos
Paul Eggert
2019-03-18
1
-2
/
+2
*
|
Add text properties to newlines used to unwrap long lines.
John Shahid
2019-02-27
1
-0
/
+1
*
|
* lisp/term.el: Fix minor compilation issues with cl-lib and lexbind
Stefan Monnier
2019-02-24
1
-65
/
+36
*
|
Adjust line wrapping on window resize and killing text
John Shahid
2019-02-24
1
-2
/
+54
*
|
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
*
|
* lisp/term.el (term-read-noecho): Mark obsolete.
Noam Postavsky
2018-07-29
1
-0
/
+1
*
|
Merge from origin/emacs-26
Glenn Morris
2018-07-24
1
-4
/
+15
|
\
|
|
*
Prevent line-mode term from showing user passwords
Tino Calancha
2018-07-23
1
-4
/
+15
|
*
Don’t set EMACS=t if Bash is 4.4 or newer
Paul Eggert
2018-06-14
1
-6
/
+28
*
|
Merge from emacs-26
Noam Postavsky
2018-06-10
1
-4
/
+2
|
\
|
|
*
Fix term.el cursor movement at bottom margin (Bug#31690)
Noam Postavsky
2018-06-10
1
-4
/
+3
*
|
Merge from origin/emacs-26
Glenn Morris
2018-06-04
1
-15
/
+16
|
\
|
|
*
Fix remote-host directory tracking for shells in `term' buffers
Phil Sainty
2018-06-04
1
-15
/
+16
*
|
Fix column double counting in term.el (Bug#31662)
John Shahid
2018-06-01
1
-1
/
+2
*
|
Don’t set EMACS=t if Bash is 4.4 or newer
Paul Eggert
2018-05-26
1
-6
/
+28
*
|
Merge from origin/emacs-26
Glenn Morris
2018-05-01
1
-0
/
+3
|
\
|
|
*
Fix pre- and post-command-hook errors in term.el
Karl Otness
2018-04-22
1
-0
/
+3
[next]