aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/rst.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename 'any' to 'member-if' and deprecate 'cl-member-if'Sean Whitton7 days1-3/+3
* Revert "Rename 'any' to 'member-if' and deprecate 'cl-member-if'"Mattias Engdegård7 days1-3/+3
* Rename 'any' to 'member-if' and deprecate 'cl-member-if'Sean Whitton8 days1-3/+3
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Merge from origin/emacs-30Michael Albinus2025-03-301-1/+1
|\
| * ; Fix package-version valuesEli Zaretskii2025-03-271-1/+1
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | Prefer incf to cl-incf in textmodes/*.elStefan Kangas2025-02-241-5/+5
* | Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-1/+1
|\ \
| * | Don't call purecopy in textmodes/*.elStefan Kangas2024-12-121-1/+1
* | | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
|/ /
* | Delete redundant declarations of 'electric' variablesStefan Kangas2024-09-211-2/+0
* | Merge from origin/emacs-30Eli Zaretskii2024-07-271-2/+2
|\ \ | |/
| * Don't refer to obsolete finder group "wp"Stefan Kangas2024-07-241-2/+2
* | ; Delete redundant comment in rst.elStefan Kangas2024-07-031-1/+0
|/
* ; Resolve a FIXME in rst.elJörg Bornemann2024-02-131-4/+4
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Use ensure-list in many more placesStefan Kangas2023-08-271-2/+1
* | ; Prefer HTTPS to HTTP in more linksStefan Kangas2023-08-021-1/+1
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Don't warn about some deleted variables in rst.elStefan Kangas2022-09-091-13/+0
* Make some rst.el compat aliases obsoleteStefan Kangas2022-07-121-18/+18
* ; * lisp/textmodes/rst.el: Delete stale comment.Stefan Kangas2022-07-121-2/+0
* Merge from origin/emacs-28Stefan Kangas2022-07-091-7/+7
|\
| * ; * lisp/textmodes/rst.el: Update URLs.Stefan Kangas2022-07-081-7/+7
* | Remove many items obsolete since 24.1Stefan Kangas2022-07-081-112/+33
* | Delete most libraries obsolete since 24.1 and 24.3Stefan Kangas2022-06-171-1/+1
* | Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-1/+1
|/
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Fix quoting style in Lisp commentsEli Zaretskii2021-09-121-4/+4
* ; Fix symbol quoting typosStefan Kangas2021-09-121-4/+4
* * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-111-7/+5
* Remove redundant #' before lambda in textmodes/*.elStefan Kangas2021-04-021-166/+166
* * lisp: Remove yet more always-nil variablesStefan Monnier2021-03-111-1/+1
* Use `declare` instead of `def-edebug-spec` in most placesStefan Monnier2021-02-121-4/+0
* * lisp/textmodes/rst.el (rst-directive): Remove XEmacs compat code.Stefan Kangas2021-02-051-4/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * lisp/textmodes/rst.el (rst-mode): Don't touch global hookStefan Monnier2020-12-271-4/+3
* Fix electric pairs in rst-modeLars Ingebrigtsen2020-12-151-4/+2
* Assume font-lock is provided; it's preloaded since 22.1Stefan Kangas2020-11-191-2/+0
* Don't use obsolete variable write-contents-hooksStefan Kangas2020-10-271-1/+1
* Use format-prompt in read-string calls (that have default values)Lars Ingebrigtsen2020-09-061-7/+9
* Use format-prompt in calls to completing-read with a default valueLars Ingebrigtsen2020-09-061-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Warn about missing executables in RST PDF previewSimen Heggestøyl2019-10-091-1/+6
* Fix bugs found by 2019-09-29 regexp scannerPaul Eggert2019-10-041-4/+4
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-4/+4
* Fix more regular expression typosPaul Eggert2019-03-181-1/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\