aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/table.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Recommend using 'keymap-set' in CommentariesStefan Kangas2025-03-151-1/+1
* Recommend using 'keymap-global-set' in CommentariesStefan Kangas2025-03-151-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Checkdoc fixes in `textmodes/*.el`Stefan Kangas2024-07-081-5/+5
* Merge from origin/emacs-29Eli Zaretskii2024-06-011-4/+4
|\
| * ; Fix typosStefan Kangas2024-05-271-4/+4
* | Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; Prefer finder keyword "text" to deprecated keyword "wp"Stefan Kangas2023-12-301-1/+1
* | Remove useless unwind-protect forms, or make them useful as intendedMattias Engdegård2023-04-071-2/+2
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Remove redundant library installation instructionsStefan Kangas2022-11-111-3/+1
* ; * lisp/textmodes/table.el: Delete reference to ancient version.Stefan Kangas2022-10-261-5/+0
* Remove redundant let-bindings of `inhibit-point-motion-hooks`Stefan Monnier2022-10-071-10/+9
* ; * lisp/textmodes/table.el (table-latex-environment): Doc fix.Eli Zaretskii2022-05-091-2/+4
* Add new user option table-latex-environmentVladimir Nikishkin2022-05-091-2/+13
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix table-fixed-width-mode when typing fastLars Ingebrigtsen2021-12-011-48/+54
|/
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-8/+8
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-131-6/+5
* ; Fix typos: emacs lisp -> Emacs LispStefan Kangas2021-04-161-1/+1
* Convert many more links to use HTTPSStefan Kangas2021-03-241-3/+3
* * lisp/textmodes: Use lexical-bindingStefan Monnier2021-03-171-52/+48
* Use proper command substitutions in some docstringsStefan Kangas2021-03-101-1/+1
* Prefer defvar-local in textmodes/*.elStefan Kangas2021-01-311-2/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix some over-wide docstringsStefan Kangas2020-12-301-8/+11
* Shorten over-wide docstrings in variablesStefan Kangas2020-12-191-3/+5
* Make table-fixed-width-mode work againBoruch Baum2020-12-081-0/+2
* Remove Emacs 19 and 20 compat code from table.elStefan Kangas2020-11-231-56/+45
* Remove redundant 'function's around lambdasStefan Kangas2020-11-171-28/+27
* ; Prefer https to http in many URLsStefan Kangas2020-10-011-1/+1
* Don't quote lambdas in several placesStefan Kangas2020-10-011-2/+2
* Don't recommend quoting lambdasStefan Kangas2020-10-011-4/+4
* Escape ampersand in table.el LaTeX outputReuben Thomas2020-09-131-1/+1
* Use `format-prompt' when prompting with default valuesLars Ingebrigtsen2020-09-061-16/+15
* Merge from origin/emacs-27Glenn Morris2020-03-071-10/+11
|\
| * Improve documentation of 'table-generate-source'Eli Zaretskii2020-03-061-10/+11
| * Move “Fix some broken conditional forms” to masterPaul Eggert2020-01-051-1/+5
* | Make more load-hooks obsoleteGlenn Morris2020-01-161-0/+2
|/
* Fix some broken conditional formsPaul Eggert2020-01-041-5/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix preserving cell boundaries in table.el after <delete>Michal Sojka2019-11-301-0/+1
* Make tables more resistant to major mode changesLars Ingebrigtsen2019-11-171-2/+2
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-201-6/+6
* lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero2019-10-141-1/+2
* Remove leftover XEmacs compat code and doc fixesStefan Kangas2019-09-131-4/+0
* Allow generating wiki and mediawiki tablesAaron S. Hawley2019-06-271-12/+28