summaryrefslogtreecommitdiff
path: root/lisp/man.el
Commit message (Expand)AuthorAge
* Fix bootstrap failurePo Lu2023-03-02
* ; Fix last changeEli Zaretskii2023-03-02
* Add new user option Man-prefer-synchronous-callSebastian Tennant2023-03-02
* Use delete-char instead of backward-delete-charMattias Engdegård2023-02-22
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Fix typosStefan Kangas2022-11-20
* ; Fix typosStefan Kangas2022-11-18
* * lisp/man.el (Man-mode-map): Prefer defvar-keymap.Stefan Kangas2022-11-02
* New option 'thrifty' for Man-notify-methodAugusto Stoffel2022-08-26
* string-equal-ignore-case: new functionSam Steingold2022-07-26
* Add more bookmark typesMatthias Meulien2022-02-20
* More fixes for recently committed context-menu additions from bug#52973Juri Linkov2022-01-15
* Add new context menu functions to the context-menu-functions typeLars Ingebrigtsen2022-01-14
* Implement context-menu-mode support for man pagesPhilip Kaludercic2022-01-14
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Fix "SEE ALSO" buttons in some man pagesLars Ingebrigtsen2021-12-01
* | Use format-prompt for many more promptsStefan Kangas2021-10-05
|/
* Fix typo in previous man.el changeLars Ingebrigtsen2021-09-23
* Add support for "bright" ANSI colors in ansi-colorJim Porter2021-09-23
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-09
* Use string-replace instead of replace-regexp-in-stringMattias Engdegård2021-08-08
* Work around issue with (setq Man-notify-method 'aggressive)Lars Ingebrigtsen2021-04-04
* Fix interactive mode tagging for man and womanStefan Kangas2021-02-21
* Do interactive mode tagging for man.elStefan Kangas2021-02-19
* * lisp/man.el (Man-notify-method): Remove Emacs 19.28 compat code.Stefan Kangas2021-02-04
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-02
* Update copyright year to 2021Paul Eggert2021-01-01
* Prefer setq-local in most filesStefan Kangas2020-12-09
* Remove redundant requires of 'button'Stefan Kangas2020-12-03
* Remove redundant requires of envStefan Kangas2020-12-02
* Make the Man completion code work better if man -k failsNoam Postavsky2020-09-25
* Tweak how Man selects the previous window on failureJuri Linkov2020-09-21
* Merge from origin/emacs-27Glenn Morris2020-09-09
|\
| * ; * lisp/man.el (Man-mode): Fix formatting.Stefan Kangas2020-09-02
* | Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-06
* | ; * lisp/man.el (manual-entry): Fix comment to say we will keep it.Stefan Kangas2020-08-10
* | Revert obsoletion of manual-entryStefan Kangas2020-08-09
* | Declare some ancient compat aliases obsolete (Bug#41328)Stefan Kangas2020-07-31
* | Fix display of man pages after killing the 'man' processEli Zaretskii2020-07-25
* | Merge from origin/emacs-27Glenn Morris2020-07-07
|\|
| * Improve do string of 'man'Eli Zaretskii2020-06-27
* | Merge from origin/emacs-27Paul Eggert2020-01-01
|\|
| * Update copyright year to 2020Paul Eggert2020-01-01
* | Use regexp type for regexps in defcustom declarationsMattias Engdegård2019-12-26
|/
* * lisp/man.el (Man-width-max): New defcustom (bug#32536, bug#9385)Juri Linkov2019-12-08
* message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)Juri Linkov2019-11-27
* Don't overwrite y-or-n-p prompt by message from asynchronous man (bug#19064)Juri Linkov2019-11-10
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-21
* Handle more subprocess chunking in M-x man (Bug#36927)Noam Postavsky2019-08-18