summaryrefslogtreecommitdiff
path: root/lisp/textmodes/emacs-authors-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
|
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
|
* Support outline-minor-mode in emacs-authors-modeStefan Kangas2022-09-101-1/+14
| | | | | * lisp/textmodes/emacs-authors-mode.el (emacs-authors-mode): Support and enable outline-minor-mode.
* ; Normalize my emailStefan Kangas2022-08-161-1/+1
|
* Hide local variable section in emacs-news-modesStefan Kangas2022-08-121-13/+4
| | | | | | | | | | | | | | * lisp/textmodes/emacs-authors-mode.el (emacs-authors-mode--hide-local-variables): Move from here... * lisp/emacs-lisp/subr-x.el (emacs-etc--hide-local-variables): ...to here. * lisp/textmodes/emacs-authors-mode.el (subr-x): Require. (emacs-authors-mode): Use above renamed function. * lisp/textmodes/emacs-news-mode.el (subr-x): Require. (emacs-news--mode-common): Call 'emacs-etc--hide-local-variables' to hide local variables section.
* Support imenu in emacs-authors-modeStefan Kangas2022-08-121-0/+7
| | | | | | * lisp/textmodes/emacs-authors-mode.el (emacs-authors-imenu-generic-expression): New variable. (emacs-authors-mode): Add imenu support.
* Rename etc-authors-mode to emacs-authors-modeStefan Kangas2022-08-121-61/+75
| | | | | | | * emacs-authors-mode.el: Rename all symbols from 'etc-authors-*' to 'emacs-authors-*'. Make most old names into obsolete compat aliases. * admin/authors.el: (Bug#57105) * etc/AUTHORS: Use 'emacs-authors' instead of 'etc-authors'.
* Rename etc-authors-mode.el to emacs-authors-mode.elStefan Kangas2022-08-121-0/+133
* lisp/textmodes/etc-authors-mode.el: Move from here... * lisp/textmodes/emacs-authors-mode.el: ...to here. (Bug#57105)