summaryrefslogtreecommitdiff
path: root/lisp/textmodes/ispell.el
Commit message (Expand)AuthorAge
* Improve documentation related to 'ispell-complete-word'Eli Zaretskii2023-04-11
* ; Mention Hunspell private-dictionary misfeature in doc stringsEli Zaretskii2023-02-12
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Fix running spell-checking in remote buffersEli Zaretskii2022-09-17
* Clean up ispell "look"-related variablesLars Ingebrigtsen2022-09-02
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-23
* Make ispell-find-hunspell-dictionaries more resilientLars Ingebrigtsen2022-08-22
* Revert "Make compat alias check-ispell-version obsolete"Eli Zaretskii2022-08-09
* Make compat alias check-ispell-version obsoleteStefan Kangas2022-08-09
* Clean up some local variable sectionsStefan Kangas2022-08-08
* Fix ispell-word on colorless TTY framesEli Zaretskii2022-06-26
* ; Fix recent changes in documentation of ispell.elEli Zaretskii2022-05-10
* Make ispell-region/buffer push the mark of the final wordLars Ingebrigtsen2022-05-10
* Make 'ispell-change-dictionary' completion work betterLars Ingebrigtsen2022-02-21
* Remove matching of whitespaces in LaTeX environment namesArash Esbati2022-01-20
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Make some variable aliases obsoleteStefan Kangas2021-12-20
* | Make Re: recognition in ispell-message less ambiguousLars Ingebrigtsen2021-11-29
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-22
|/
* Adjust ispell-look-command typeLars Ingebrigtsen2021-09-28
* Fix search of the look programAndré A. Gomes2021-09-28
* Add new user option ispell-help-timeoutLars Ingebrigtsen2021-09-25
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-21
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-16
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-13
* Fix error handling in 'ispell-init-process'Ian W2021-09-05
* Fix point placement after ispell-complete-wordLars Ingebrigtsen2021-08-31
* Improve documentation of 'ispell-hunspell-add-multi-dic'Eli Zaretskii2021-08-30
* Use string-search instead of string-match[-p]Mattias Engdegård2021-08-09
* Remove a redundant let-binding from IspellBasil L. Contovounesios2021-07-30
* Don't pass 'null-device' to 'call-process' in ispellJim Porter2021-07-02
* * lisp/textmodes/ispell.el: Fix finding dictionaries for Enchant.Reuben Thomas2021-06-28
* * lisp/textmodes/ispell.el: Check process is live before interacting.Reuben Thomas2021-06-28
* Revert "Continue checking the same line when hitting SPC in ispell"Lars Ingebrigtsen2021-05-29
* Continue checking the same line when hitting SPC in ispellLars Ingebrigtsen2021-05-28
* Fix ispell program comparisonDmitrii Kuragin2021-05-06
* * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-11
* Remove redundant #' before lambda in textmodes/*.elStefan Kangas2021-04-02
* Remove redundant :group args from textmodes/*.elStefan Kangas2021-02-14
* 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