aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add biblatex alias entry types for compability with bibtexOlaf Trygve Berglihn2022-04-121-0/+23
* Improve LaTeX symbol prettificationArash Esbati2022-03-171-14/+108
* doctex-mode: Try and fix bug#35140Stefan Monnier2022-03-151-9/+4
* Tweak how bibtex-mark-entry places pointLars Ingebrigtsen2022-03-071-3/+3
* Don't throw errors while propertizing in sgml-modeLars Ingebrigtsen2022-02-281-5/+5
* Merge from origin/emacs-28Stefan Kangas2022-02-251-0/+3
|\
| * Mention flyspell-prog-mode in flyspell-mode doc stringLars Ingebrigtsen2022-02-241-0/+3
* | Make 'ispell-change-dictionary' completion work betterLars Ingebrigtsen2022-02-211-5/+10
* | Merge from origin/emacs-28Eli Zaretskii2022-02-181-18/+33
|\ \ | |/
| * Improve documentation of filling and justification commandsEli Zaretskii2022-02-181-18/+33
* | (with-demoted-errors): Warn on missing `format` argStefan Monnier2022-02-041-1/+1
* | Tweak href/superscript fix in tex-modeLars Ingebrigtsen2022-01-271-6/+3
* | Merge from origin/emacs-28Stefan Kangas2022-01-271-14/+4
|\ \ | |/
| * Partially revert a fill-region-as-paragraph regressionLars Ingebrigtsen2022-01-261-14/+4
* | Fix \href{a_b} in tex-modeLars Ingebrigtsen2022-01-241-0/+5
* | Revert "Fix tex-mode handling of _ chars in href{} commands"Lars Ingebrigtsen2022-01-241-11/+1
* | Fix tex-mode handling of _ chars in href{} commandsLars Ingebrigtsen2022-01-241-1/+11
* | Put the old label into the future history in reftex-change-labelLars Ingebrigtsen2022-01-221-2/+2
* | Remove matching of whitespaces in LaTeX environment namesArash Esbati2022-01-201-4/+3
* | * lisp/textmodes/paragraphs.el (repunctuate-sentences): Use filter variable.Juri Linkov2022-01-051-9/+13
* | ; Add 2022 to copyright years.Eli Zaretskii2022-01-012-2/+2
* | Merge from origin/emacs-28Eli Zaretskii2022-01-0147-47/+47
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-0147-47/+47
* | * lisp/textmodes/paragraphs.el (repunctuate-sentences-filter): New function.Juri Linkov2021-12-291-2/+16
* | * lisp/textmodes/sgml-mode.el (sgml-mode): Set skeleton-end-newline to nil.Juri Linkov2021-12-291-0/+1
* | Fix bug#52467 by adding a new custom variable 'display-comint-buffer-action'Sam Steingold2021-12-281-3/+3
* | * lisp/textmodes/paragraphs.el (repunctuate-sentences): Region for NO-QUERY.Juri Linkov2021-12-281-2/+4
* | * lisp/textmodes/paragraphs.el (repunctuate-sentences): Support region.Juri Linkov2021-12-281-4/+8
* | Make some variable aliases obsoleteStefan Kangas2021-12-204-7/+10
* | Recognize starred environmentsArash Esbati2021-12-151-6/+10
* | Fix bibtex-biblatex-entry-alist sorting when using latexLars Ingebrigtsen2021-12-111-0/+18
* | Convert etc-authors-mode-map to defvar-keymapStefan Kangas2021-12-081-6/+4
* | ; * lisp/textmodes/texinfo.el: Remove stale comment.Stefan Kangas2021-12-081-1/+0
* | Fix pixel-fill--fill-line infloop for certain unbreakable linesLars Ingebrigtsen2021-12-041-10/+9
* | Fix recent changes related to 'glyphless-display-mode'Eli Zaretskii2021-12-021-1/+1
* | Add a bidi-control target for `glyphless-char-display-control'Lars Ingebrigtsen2021-12-021-0/+1
* | Fix table-fixed-width-mode when typing fastLars Ingebrigtsen2021-12-011-48/+54
* | Fix fencepost error in pixel-fill--fill-lineLars Ingebrigtsen2021-12-011-4/+5
* | Add a new minor mode `glyphless-display-mode'Lars Ingebrigtsen2021-12-011-0/+67
* | Make pixel-fill-region handle space regions betterLars Ingebrigtsen2021-12-011-4/+11
* | Preserve newlines at the end of pixel-fill-regionLars Ingebrigtsen2021-12-011-4/+12
* | Improve documentation of pixel-fillEli Zaretskii2021-11-301-2/+3
* | Document pixel-fill-regionLars Ingebrigtsen2021-11-301-0/+22
* | Add new package pixel-fill.elLars Ingebrigtsen2021-11-301-0/+202
* | Make Re: recognition in ispell-message less ambiguousLars Ingebrigtsen2021-11-291-1/+1
* | Make fill-region-as-paragraph clear the markers it createsIkumi Keita2021-11-291-1/+5
* | * lisp/textmodes/flyspell.el: Pop up the menu under cursor from keyboard.Juri Linkov2021-11-221-11/+2
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-223-52/+57
* | Merge from origin/emacs-28Stefan Kangas2021-11-191-1/+1
|\ \ | |/
| * Fix flyspell-correct-word selected from context menu opened with the keyboardJuri Linkov2021-11-181-1/+1