summaryrefslogtreecommitdiff
path: root/lisp/comint.el
AgeCommit message (Expand)Author
2026-04-23(comint--fontify-input-fontify-region): Silence messages (bug#80870)Stefan Monnier
2026-02-04* lisp/comint.el (comint-redirect-hook): Defvar (bug#80313)Stefan Monnier
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-11Simplify 'comint-write-input-ring'Philip Kaludercic
2025-10-28lisp/comint.el: Fix `comint-write-input-ring' contextMichael R. Mauger
2025-10-22lisp/comint.el (comint--mark-yanked-as-output): Use `letrec`Stefan Monnier
2025-10-15Add support for su-rs and sudo-rs programsMichael Albinus
2025-09-13* lisp/comint.el (comint-password-prompt-regexp): Join two entries.Michael Albinus
2025-09-13Make comint understand SSH proxy password phrasesAndre A. Gomes
2025-09-06Fix duplicate inputs in 'comint-read-input-ring'Liu Hui
2025-08-21Add minibuffer--completions-visible and use itSpencer Baugh
2025-06-25Improve discoverability of using dumb-emacs-ansi terminal typeSean Whitton
2025-06-03Add ansible password prompts to `comint-password-prompt-regexp'Michael Albinus
2025-05-12comint.el: Cosmetic changesStefan Monnier
2025-05-12lisp/comint.el (comint-delchar-or-maybe-eof): Obey global C-d bindingStefan Monnier
2025-03-16Don't recommend legacy keymap functions in docstringsStefan Kangas
2025-03-15Recommend using 'keymap-set' in CommentariesStefan Kangas
2025-03-09Make sure Comint minibuffer password prompts end with spaceRudolf Adamkovič
2025-02-21Delete note on Emacs 19 modes from comint.elStefan Kangas
2025-02-17Prefer '(oddp A)' to '(= 1 (% A 2))'Stefan Kangas
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-16* lisp/comint.el (comint-complete-input-ring): New command (bug#74694).Juri Linkov
2024-12-12Delete remaining calls to purecopyStefan Kangas
2024-12-11Do not call custom-reevaluate-setting in comint.el (bug#74287)Pengji Zhang
2024-12-02Fix password prompt in comintMichael Albinus
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-07-27Use buffer-local value of 'comint-input-ring-size'Liu Hui
2024-06-21; Avoid byte-compiler warning in comint.elEli Zaretskii
2024-06-20Limit the amount of text we examine when looking for password promptsJim Porter
2024-05-19comint.el: Add applicable modes to 'interactive' formsAugusto Stoffel
2024-04-18; * lisp/comint.el: Fix wording of last change.Eli Zaretskii
2024-04-18Obsolete comint-osc symbols moved to ansi-osc.elAugusto Stoffel
2024-03-14; Simplify (with-current-buffer (get-buffer ...) ...)Tim Landscheidt
2024-02-15Add support for reading/writing IELM input history (bug#67000)Simen Heggestøyl
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-09-16Declare more functions as shift-translatable motion commandsJens Schmidt
2023-09-10Doc fix; explain what it means if comint-pager is nilStefan Kangas
2023-09-10Correct many instances of ``allows to''Po Lu
2023-08-16Remedy wrong-looking \(:?...\) regexp constructsMattias Engdegård
2023-05-27Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-05-26Support setting PAGER=cat in comint.el (bug#62958)Spencer Baugh
2023-05-26Merge from origin/emacs-29Eli Zaretskii
2023-05-21Preserve mark in comint-history-isearchJens Schmidt
2023-02-16Update Android portPo Lu
2023-02-13Add new user option password-colon-equivalentsMichael Albinus
2023-01-01Merge from origin/emacs-29Eli Zaretskii
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-23Merge from origin/emacs-29Stefan Kangas