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