summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell.el
Commit message (Expand)AuthorAge
* Prefer defvar-local in textmodes/*.elStefan Kangas2021-01-31
* Update copyright year to 2021Paul Eggert2021-01-01
* Prefer setq-local in most of textmodes/*.elStefan Kangas2020-12-04
* Don't quote lambdas in several placesStefan Kangas2020-11-14
* Don't quote lambdas in several placesStefan Kangas2020-11-12
* Remove unused variable in ispell.el (thanks, Stefan Kangas)Reuben Thomas2020-11-04
* Factor out some common code in ispell.elReuben Thomas2020-11-03
* Simplify ispell-check-version’s use of -vv flagReuben Thomas2020-11-03
* Fix previous patch to ispell.elReuben Thomas2020-11-02
* Fix previous code change to `ispell--call-enchant-lsmod'Reuben Thomas2020-11-02
* Explain last changeEli Zaretskii2020-11-02
* Make ispell.el ignore warnings from enchant-lsmod (closes #44318)Reuben Thomas2020-11-02
* Don't recommend quoting lambdasStefan Kangas2020-10-01
* Fix Enchant dictionary finding routineReuben Thomas2020-09-07
* Add enchant-2 to list of default spelling checker programsReuben Thomas2020-09-06
* Signal error on Hunspell installation problemStefan Kangas2020-08-27
* ispell: Commands to check comments or strings at point or in regionŠtěpán Němec2020-08-26
* Have ispell add new LocalWords lines after any such existing linesKevin Ryde2020-08-21
* Remove some compat code from ispell.elLars Ingebrigtsen2020-08-19
* Remove some compat code from ispell.elLars Ingebrigtsen2020-08-18
* Remove many items obsolete since Emacs 23.1Stefan Kangas2020-08-14
* ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-18
* ; spelling fixesPaul Eggert2020-01-17
* Fix wording and punctuation of a recent commitEli Zaretskii2020-01-17
* Add unattended spell-checking to checkdocDamien Cassou2020-01-17
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-11
* Tweak ispell-init-process messagingLars Ingebrigtsen2019-10-14
* Remove some XEmacs compat code from ispell.elLars Ingebrigtsen2019-10-04
* Improve documentation of 'ispell-skip-html'Eli Zaretskii2019-08-22
* Add new ispell-change-dictionary-hook (Bug#1110)Stefan Kangas2019-06-27
* Update author/maintainer infoPaul Eggert2019-05-26
* Add standard unmatchable regexpMattias Engdegård2019-05-15
* Improve ispell.el diagnostics if Hunspell dictionaries aren't foundMark Diekhans2019-03-08
* Fix regular-expression glitches and typosPaul Eggert2019-03-04
* Merge from origin/emacs-26Glenn Morris2019-02-15
|\
| * Fix Hunspell invocation for discovering its dictionariesEli Zaretskii2019-02-11
* | Merge from origin/emacs-26Glenn Morris2019-01-18
|\|
| * Reinitialize ispell-really-enchant when changing the spellerPhilip K2019-01-12
* | Avoid using obsolete accept-process-output argPaul Eggert2019-01-15
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Merge from origin/emacs-26Glenn Morris2018-11-28
|\|
| * Support Hunspell 1.7.0 in ispell.elEli Zaretskii2018-11-26
* | Improve error message when Hunspell dictionaries are misconfiguredEli Zaretskii2018-08-11
* | Merge from origin/emacs-26Glenn Morris2018-07-20
|\|
| * Don't use a literal "C-u" in ispell.el help message textEli Zaretskii2018-07-14
| * Call enchant-lsmod correctly when Enchant is installed with a suffixReuben Thomas2018-06-10
| * Don't remove highlight of misspelled word on pdict saveEli Zaretskii2018-06-02
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-01