aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add Conference to the list of valid bibtex entry typesLixin Chin2017-02-231-1/+15
* Avoid errors when flyspell-generic-check-word-predicate is a lambda.Hong Xu2017-02-171-3/+3
* Don't delete leading and trailing space from CJK word (bug#25685)Katsumi Yamaoka2017-02-151-2/+14
* Match all characters in optional argument of \documentclassArash Esbati2017-02-131-1/+1
* Fix bug in css--mdn-find-symbolTom Tromey2017-02-111-2/+4
* * lisp/textmodes/css-mode.el: Require subr-x at compile timeSimen Heggestøyl2017-02-051-1/+1
* typo fixTom Tromey2017-02-041-1/+1
* Fix indentation of multiline CSS property valuesSimen Heggestøyl2017-02-041-4/+40
* css-mode documentation lookup featureTom Tromey2017-01-301-0/+114
* Add \citetitle to biblatex cite formatArash Esbati2017-01-271-0/+2
* Treat ":root" as a css-selectorTom Tromey2017-01-171-0/+2
* ; Spelling fixesPaul Eggert2017-01-171-8/+7
* Fix comment in css-mode.elTom Tromey2017-01-161-1/+0
* Add DNS keywords and remove duplicationsAlexander Kuleshov2017-01-111-2/+5
* * lisp/textmodes/rst.el: Fix rst-forward-indented-block.Stefan Merten2017-01-081-22/+25
* Avoid infloop in 'ispell-region'Eli Zaretskii2017-01-071-1/+8
* Lots of refactorings and a few minor improvements.Stefan Merten2017-01-031-1560/+1593
* Fix RefTeX to show table of contents for dtx files (tiny change)Sašo Živanović2017-01-022-3/+6
* Merge from origin/emacs-25Paul Eggert2017-01-0144-44/+44
|\
| * Update copyright year to 2017Paul Eggert2016-12-3144-44/+44
* | Add entry for biblatexArash Esbati2016-12-301-0/+16
* | Keep default CASECHARS/NOT-CASECHARS for ispell built-in dictionariesReuben Thomas2016-12-211-2/+2
* | * tex-mode.el (tex-compile-commands): Add luatex and xetex commandsStefan Monnier2016-12-211-5/+9
* | Reinstate ispell character offset (bug#25219)Alan Third2016-12-181-1/+4
* | Fix spelling mistake in private defun name (Bug#25218)Reuben Thomas2016-12-171-5/+5
* | Remove XEmacs support from flyspell.el (Bug#25218)Reuben Thomas2016-12-171-106/+5
* | Remove support for aspell < 0.60 (from 2004)Reuben Thomas2016-12-131-19/+16
* | Minor docstring and comment fixes to ispell.elReuben Thomas2016-12-131-2/+2
* | Remove unused variableReuben Thomas2016-12-131-2/+0
* | Remove XEmacs-specific ispell-with-no-warningsReuben Thomas2016-12-131-8/+4
* | Remove meaningless defconst ispell-versionReuben Thomas2016-12-131-10/+3
* | Remove boundp test for always-bound symbolReuben Thomas2016-12-131-2/+1
* | Remove support for ispell < 3.1.12Reuben Thomas2016-12-131-8/+2
* | Remove unused constantReuben Thomas2016-12-131-4/+0
* | Remove support for old versions of supercite and GNUS from ispell.elReuben Thomas2016-12-131-7/+2
* | Remove remaining mentions of XEmacs from ispell.elReuben Thomas2016-12-131-3/+2
* | Remove XEmacs-specific minibuffer handling code from ispell.elReuben Thomas2016-12-131-7/+5
* | Remove XEmacs-specific horizontal scrollbar handling in ispell.elReuben Thomas2016-12-131-8/+2
* | Remove XEmacs-specific code dealing with enable-multibyte-charactersReuben Thomas2016-12-131-16/+3
* | Remove XEmacs-specific code from ispell.elReuben Thomas2016-12-131-45/+10
* | Remove some commented-out codeReuben Thomas2016-12-131-6/+1
* | Remove XEmacs and old Emacs highlighting codeReuben Thomas2016-12-131-19/+3
* | Assume Emacs supports [:alpha:] in regexpsReuben Thomas2016-12-131-33/+22
* | Remove some XEmacs-specific code from ispell.elReuben Thomas2016-12-131-63/+6
* | Generalise over-specific documentationReuben Thomas2016-12-131-3/+1
* | Remove tests for built-in functionsReuben Thomas2016-12-131-20/+12
* | Remove unused ispell-looking-backReuben Thomas2016-12-131-15/+0
* | Assume we have version<= for checking ispell versionReuben Thomas2016-12-131-41/+5
* | Remove ispell.el pre-GNU Emacs commentsReuben Thomas2016-12-131-77/+0
* | Merge from origin/emacs-25Paul Eggert2016-12-071-1/+12
|\ \ | |/