summaryrefslogtreecommitdiff
path: root/lisp/term.el
AgeCommit message (Expand)Author
2024-07-20Miscellaneous checkdoc fixesStefan Kangas
2024-06-14Correct last changePo Lu
2024-06-14Port term.el's terminfo machinery to AndroidPo Lu
2024-03-23Merge from origin/emacs-29Eli Zaretskii
2024-03-16`term-mode': mention the keymap to add keybindings toKonstantin Kharlamov
2024-03-14; Simplify (with-current-buffer (get-buffer ...) ...)Tim Landscheidt
2024-01-20Merge from origin/emacs-29Eli Zaretskii
2024-01-14; Fix typos in symbol namesStefan Kangas
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-16Merge from origin/emacs-29Eli Zaretskii
2023-12-16; * lisp/term.el (term--xterm-paste): Fix last change.Eli Zaretskii
2023-12-16Fix pasting into terminal-mode on term.elEli Zaretskii
2023-12-06Cease preloading touch-screen.el outside X and AndroidPo Lu
2023-10-07Merge from origin/emacs-29Eli Zaretskii
2023-10-01Fix term-scroll-to-bottom-on-output :typeMauro Aranda
2023-08-20* lisp/term.el (term--update-term-menu): Simplify.Stefan Kangas
2023-08-16Make `term-mode` non-interactiveStefan Kangas
2023-08-16Remedy wrong-looking \(:?...\) regexp constructsMattias Engdegård
2023-08-03Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-08-02; Prefer HTTPS to HTTP in more linksStefan Kangas
2023-06-19Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-06-18Make C-SPC work in "M-x term"Al Petrofsky
2023-06-11Update Android portPo Lu
2023-03-27Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-03-27* lisp/term.el (term-mouse-paste) Do not treat as a yank command (bug#58608)Phil Sainty
2023-03-27Fix primary selection modification during `term-mouse-paste' (bug#58608)Phil Sainty
2023-03-27Fix primary selection modification during `term-mouse-paste' (bug#58608)Phil Sainty
2023-02-18Update Android portPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-01term--update-term-menu: Add the menu to term-terminal-menuSean Whitton
2022-12-01; Fix typos (don't abbreviate "with" or "without")Stefan Kangas
2022-09-09Delete many items obsolete since 24.3Stefan Kangas
2022-08-23Make point-at-eol and point-at-bol obsoleteStefan Kangas
2022-08-03Merge from origin/emacs-28Stefan Kangas
2022-08-02* lisp/term.el: Doc fix; don't mention rlogin.Stefan Kangas
2022-07-06Make some additional defcustom types more restrictiveStefan Kangas
2022-07-03Quote some literal keys to get help-key-binding faceStefan Kangas
2022-06-26Update term-char-mode doc stringLars Ingebrigtsen
2022-06-26Fix Bug#56110 (switching from line-mode to char-mode)Michael Heerdegen
2022-06-20term-set-escape-char: Remove old binding from term-raw-escape-mapSean Whitton
2022-05-11Allow giving switches to the program in `M-x term'Lars Ingebrigtsen
2022-05-11Remedy ineffective backslashes and fix regexpsMattias Engdegård
2022-05-08Allow term-mode to send function keys to the underlying shellLars Ingebrigtsen
2022-01-25Improve the term-clear-full-screen-programs doc stringLars Ingebrigtsen
2022-01-24Implement alternative sub-buffer support in term.elMiha Rihtaršič
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-28; * lisp/term.el (term-goto-process-mark-maybe): Fix typo in doc string.Eli Zaretskii
2021-12-27Fix precision scrolling inside terminal buffersPo Lu