aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/ispell.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-231-2/+11
|\ \ | |/
| * ; Fix typoStefan Kangas2023-12-221-1/+1
| * ; Improve documentation of ispell.el's dictionary databaseEli Zaretskii2023-12-171-2/+11
* | ; Remove long annotation for word completion candidatesEshel Yaron2023-12-061-1/+0
* | ; * lisp/textmodes/ispell.el (ispell-complete-word): Remove FIXME.Eli Zaretskii2023-11-261-1/+0
* | Unbind 'C-M-i' in Text modeEshel Yaron2023-11-261-0/+22
* | Merge from origin/emacs-29Eli Zaretskii2023-11-181-1/+2
|\ \ | |/
| * Fix spell-checking email message with citationsEli Zaretskii2023-11-141-1/+2
* | Merge from origin/emacs-29Eli Zaretskii2023-09-091-2/+2
|\ \ | |/
| * Doc fixes for obsolete functions and variablesStefan Kangas2023-09-021-2/+2
* | Make ispell localwords safe local variableJoseph Turner2023-08-261-0/+1
|/
* Improve documentation related to 'ispell-complete-word'Eli Zaretskii2023-04-111-4/+13
* ; Mention Hunspell private-dictionary misfeature in doc stringsEli Zaretskii2023-02-121-2/+7
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix running spell-checking in remote buffersEli Zaretskii2022-09-171-1/+2
* Clean up ispell "look"-related variablesLars Ingebrigtsen2022-09-021-3/+7
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-6/+7
* Make ispell-find-hunspell-dictionaries more resilientLars Ingebrigtsen2022-08-221-22/+30
* Revert "Make compat alias check-ispell-version obsolete"Eli Zaretskii2022-08-091-2/+2
* Make compat alias check-ispell-version obsoleteStefan Kangas2022-08-091-2/+2
* Clean up some local variable sectionsStefan Kangas2022-08-081-7/+0
* Fix ispell-word on colorless TTY framesEli Zaretskii2022-06-261-3/+6
* ; Fix recent changes in documentation of ispell.elEli Zaretskii2022-05-101-2/+2
* Make ispell-region/buffer push the mark of the final wordLars Ingebrigtsen2022-05-101-9/+24
* Make 'ispell-change-dictionary' completion work betterLars Ingebrigtsen2022-02-211-5/+10
* Remove matching of whitespaces in LaTeX environment namesArash Esbati2022-01-201-4/+3
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Make some variable aliases obsoleteStefan Kangas2021-12-201-1/+2
* | Make Re: recognition in ispell-message less ambiguousLars Ingebrigtsen2021-11-291-1/+1
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-221-39/+41
|/
* Adjust ispell-look-command typeLars Ingebrigtsen2021-09-281-1/+2
* Fix search of the look programAndré A. Gomes2021-09-281-7/+5
* Add new user option ispell-help-timeoutLars Ingebrigtsen2021-09-251-2/+6
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-211-2/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-1/+1
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-131-5/+4
* Fix error handling in 'ispell-init-process'Ian W2021-09-051-1/+8
* Fix point placement after ispell-complete-wordLars Ingebrigtsen2021-08-311-12/+5
* Improve documentation of 'ispell-hunspell-add-multi-dic'Eli Zaretskii2021-08-301-1/+5
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-5/+5
* Remove a redundant let-binding from IspellBasil L. Contovounesios2021-07-301-5/+1
* Don't pass 'null-device' to 'call-process' in ispellJim Porter2021-07-021-1/+1
* * lisp/textmodes/ispell.el: Fix finding dictionaries for Enchant.Reuben Thomas2021-06-281-12/+1
* * lisp/textmodes/ispell.el: Check process is live before interacting.Reuben Thomas2021-06-281-5/+8
* Revert "Continue checking the same line when hitting SPC in ispell"Lars Ingebrigtsen2021-05-291-12/+7
* Continue checking the same line when hitting SPC in ispellLars Ingebrigtsen2021-05-281-7/+12
* Fix ispell program comparisonDmitrii Kuragin2021-05-061-1/+1