summaryrefslogtreecommitdiff
path: root/lisp/man.el
AgeCommit message (Expand)Author
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-09-23Fix typo in previous man.el changeLars Ingebrigtsen
2021-09-23Add support for "bright" ANSI colors in ansi-colorJim Porter
2021-08-09Use string-search instead of string-match[-p]Mattias Engdegård
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias Engdegård
2021-04-04Work around issue with (setq Man-notify-method 'aggressive)Lars Ingebrigtsen
2021-02-21Fix interactive mode tagging for man and womanStefan Kangas
2021-02-19Do interactive mode tagging for man.elStefan Kangas
2021-02-04* lisp/man.el (Man-notify-method): Remove Emacs 19.28 compat code.Stefan Kangas
2021-02-02Prefer defvar-local in remaining librariesStefan Kangas
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-09Prefer setq-local in most filesStefan Kangas
2020-12-03Remove redundant requires of 'button'Stefan Kangas
2020-12-02Remove redundant requires of envStefan Kangas
2020-09-25Make the Man completion code work better if man -k failsNoam Postavsky
2020-09-21Tweak how Man selects the previous window on failureJuri Linkov
2020-09-09Merge from origin/emacs-27Glenn Morris
2020-09-06Use `format-prompt' when prompting with default valuesLars Ingebrigtsen
2020-09-02; * lisp/man.el (Man-mode): Fix formatting.Stefan Kangas
2020-08-10; * lisp/man.el (manual-entry): Fix comment to say we will keep it.Stefan Kangas
2020-08-09Revert obsoletion of manual-entryStefan Kangas
2020-07-31Declare some ancient compat aliases obsolete (Bug#41328)Stefan Kangas
2020-07-25Fix display of man pages after killing the 'man' processEli Zaretskii
2020-07-07Merge from origin/emacs-27Glenn Morris
2020-06-27Improve do string of 'man'Eli Zaretskii
2020-01-01Merge from origin/emacs-27Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-12-26Use regexp type for regexps in defcustom declarationsMattias Engdegård
2019-12-08* lisp/man.el (Man-width-max): New defcustom (bug#32536, bug#9385)Juri Linkov
2019-11-27message uses minibuffer-message in the active minibuffer (bug#17272 bug#19064)Juri Linkov
2019-11-10Don't overwrite y-or-n-p prompt by message from asynchronous man (bug#19064)Juri Linkov
2019-09-21lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero
2019-08-18Handle more subprocess chunking in M-x man (Bug#36927)Noam Postavsky
2019-08-10Merge from origin/emacs-26Glenn Morris
2019-08-09Fix highlighting in man pages displayed by "M-x man"Eli Zaretskii
2019-08-08Avoid Groff hanging on MS-Windows when invoked by "M-x man"Eli Zaretskii
2019-05-25Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert
2019-05-19Fixes for "Maintainer:" and related linesPaul Eggert
2019-05-04Avoid slow overlay ansi coloring in eshell (Bug#29854)Noam Postavsky
2019-02-20Merge from origin/emacs-26Glenn Morris
2019-02-16Fix handling of manpage references divided by hyphenationEli Zaretskii
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-02Merge from origin/emacs-26Glenn Morris
2018-12-01Fix "M-x man" when there's no 'man' program on PATHEli Zaretskii
2018-11-25Replace insignificant backquotesMichael Heerdegen
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-31Allow customization of decoding of "man" commandEli Zaretskii
2017-11-11Rename Man-build-section-alist (bug#28998)Basil L. Contovounesios