summaryrefslogtreecommitdiff
path: root/lisp/woman.el
Commit message (Expand)AuthorAge
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-22
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-09
* Fix infloop in woman-file-nameLars Ingebrigtsen2021-07-19
* Use emacs-version instead of obsolete version variablesStefan Kangas2021-04-01
* * lisp/woman.el: Activate lexical-binding. Require `cl-lib`Stefan Monnier2021-03-29
* Make easymenu downcase the menu symbol for greater backwards compatLars Ingebrigtsen2021-03-01
* Fix woman.el menu alteration codeLars Ingebrigtsen2021-03-01
* Fix interactive mode tagging for man and womanStefan Kangas2021-02-21
* * lisp/woman.el: Doc fix; remove redundant setup info.Stefan Kangas2021-02-20
* Assume font-lock-mode variable is not voidStefan Kangas2021-02-05
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-02
* Update copyright year to 2021Paul Eggert2021-01-01
* Remove redundant requires of 'button'Stefan Kangas2020-12-03
* Simplify regexp in last change to woman.elBasil L. Contovounesios2020-10-20
* Make woman ignore the new groff kerning operatorsLars Ingebrigtsen2020-10-17
* Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-06
* Remove some compat code from woman.elLars Ingebrigtsen2020-08-18
* Declare some <package>-version variables obsoleteStefan Kangas2020-03-21
* Add "Old-" prefix to "Version" header in some casesStefan Kangas2020-03-21
* Merge from origin/emacs-27Glenn Morris2020-01-20
|\
| * Remove some doc references to old Emacs versionsStefan Kangas2020-01-18
* | 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
|/
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-25
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-19
* 2019-03-26 regex cleanupPaul Eggert2019-03-26
* Fix regular-expression glitches and typosPaul Eggert2019-03-04
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-22
* Don’t assume CURRENT_TIME_LISTPaul Eggert2019-02-10
* Fix woman.el to not confuse scan-sexpsPaul Eggert2019-01-01
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Ensure woman2-roff-buffer restores functions on error (Bug#30908)Ivan Shmakov2018-04-26
* | Prefer \... to control chars in .el literalsPaul Eggert2018-03-29
* | Merge from origin/emacs-26Glenn Morris2018-03-08
|\|
| * Replace some obsolete aliases in documentationGlenn Morris2018-03-07
* | Merge from origin/emacs-26Paul Eggert2018-01-01
|\|
| * Update copyright year to 2018Paul Eggert2018-01-01
* | Rename Man-build-section-alist (bug#28998)Basil L. Contovounesios2017-11-11
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* * lisp/woman.el (woman-push, woman-pop): Remove. (Bug#27962)Noam Postavsky2017-08-16
* Fix all unescaped character literalsPhilipp Stephani2017-05-07
* Merge from origin/emacs-25Paul Eggert2017-03-19
|\
| * * lisp/woman.el (woman): Fix docstring prefix arg description.Noam Postavsky2017-02-18
* | Merge from origin/emacs-25Paul Eggert2017-01-01
|\|
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Derive Man and WoMan modes from special-modeMark Oteiza2016-10-13
* | ; Fix previous changeMark Oteiza2016-09-27
* | Nudge WoMan toward lexical-bindingMark Oteiza2016-08-10