summaryrefslogtreecommitdiff
path: root/lisp/textmodes
Commit message (Expand)AuthorAgeFilesLines
* Fix preserving cell boundaries in table.el after <delete>Michal Sojka2019-11-301-0/+1
* * lisp/textmodes/mhtml-mode.el: Fix bug#38372Stefan Monnier2019-11-292-29/+28
* Make tables more resistant to major mode changesLars Ingebrigtsen2019-11-171-2/+2
* Make bibtex-parse-keys more robustLars Ingebrigtsen2019-11-171-0/+3
* tex-mode: paragraph separator groups text and commentsMichael Orlitzky2019-11-161-1/+1
* Fix a few more minor quoting problems.Paul Eggert2019-11-111-1/+1
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-111-2/+2
* Add a <a id=...> skeleton to html-modeLars Ingebrigtsen2019-11-031-0/+8
* Support \pagebreak[0] for paragraph-separate in latex-modeKevin Ryde2019-10-301-1/+2
* Tweak fontification of \url{http://foo.org/bar%zot} in (la)tex-modeLars Ingebrigtsen2019-10-301-1/+1
* Improve support for biblatex and cleveref macrosArash Esbati2019-10-262-5/+12
* Avoid infloop's by doing a case-sensitive matchArash Esbati2019-10-261-1/+2
* Move entry for \Ref into LaTeX coreArash Esbati2019-10-221-2/+2
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-201-6/+6
* Use 'C-x t' for tab-prefix-map instead of 'C-x 6' still used by 2C-mode-map.Juri Linkov2019-10-201-3/+1
* Remove commented out XEmacs compat code from po.elStefan Kangas2019-10-171-6/+0
* lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero2019-10-172-19/+21
* lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero2019-10-141-1/+2
* Tweak ispell-init-process messagingLars Ingebrigtsen2019-10-141-13/+17
* Correct some more custom type specsRobert Pluim2019-10-111-4/+10
* Warn about missing executables in RST PDF previewSimen Heggestøyl2019-10-091-1/+6
* Don't bind 'C-x 6' to '2C-mode-map' globally by default.Juri Linkov2019-10-061-1/+3
* Fix bugs found by 2019-09-29 regexp scannerPaul Eggert2019-10-041-4/+4
* Remove some XEmacs compat code from ispell.elLars Ingebrigtsen2019-10-041-6/+1
* Update some URLsPaul Eggert2019-09-231-1/+1
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-216-11/+11
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-192-6/+6
* Remove leftover XEmacs compat code and doc fixesStefan Kangas2019-09-131-4/+0
* Improve documentation of 'ispell-skip-html'Eli Zaretskii2019-08-221-1/+6
* Fix usage of remove-text-propertiesBasil L. Contovounesios2019-08-011-1/+1
* Revert "Make `ispell-change-dictionary' only list installed dictionaries"Lars Ingebrigtsen2019-07-301-11/+8
* Make `ispell-change-dictionary' only list installed dictionariesLars Ingebrigtsen2019-07-281-8/+11
* Clean up conf-mode-syntax-table slightlyLars Ingebrigtsen2019-07-281-1/+1
* Tweak font-locking in conf-mode for "#foo { bar" linesLars Ingebrigtsen2019-07-271-1/+1
* citeasnoun in reftex can take an optional parameterLars Ingebrigtsen2019-07-131-2/+2
* Add more quote-end characters to sentence-end-baseLars Ingebrigtsen2019-07-091-1/+1
* Allow using @@ in @uref in texinfoKatsumi Yamaoka2019-07-091-2/+1
* Replace manually crafted hex regexes with [:xdigit:]Konstantin Kharlamov2019-07-062-4/+4
* Add new ispell-change-dictionary-hook (Bug#1110)Stefan Kangas2019-06-271-2/+7
* Use `default-indent-new-line' instead of `indent-new-comment-line'Dmitry Gutov2019-06-271-1/+1
* Allow generating wiki and mediawiki tablesAaron S. Hawley2019-06-271-12/+28
* * lisp/textmodes/page-ext.el (sort-pages-buffer): Fix typoStefan Monnier2019-06-261-25/+25
* Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-262-7/+1
* * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-262-1/+7
* Merge from emacs-26Noam Postavsky2019-06-251-0/+1
|\
| * Fix sgml-mode handling of quotes within parens (Bug#36347)Noam Postavsky2019-06-251-4/+6
* | Fix recent tex-mode safe-local-variable changesBasil L. Contovounesios2019-06-251-4/+4
* | * lisp/textmodes/tex-mode.el (latex-noindent-commands): New custom varStefan Monnier2019-06-241-5/+23
* | Tweaks to html modeEric Abrahamsen2019-06-241-10/+29
* | Split up and add tests for two page.el functionsSimen Heggestøyl2019-06-231-25/+34