aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/flyspell.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Improve performance of 'flyspell-goto-next-error'Kristoffer Balintona2025-12-041-10/+4
* Make turn-on-flyspell/turn-off-flyspell obsoleteStefan Kangas2025-03-141-12/+9
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* New option 'flyspell-delay-use-timer'Eshel Yaron2024-11-221-2/+23
* ; Fix documentation of 'flyspell-check-changes'Eli Zaretskii2024-03-151-5/+9
* * lisp/textmodes/flyspell.el (flyspell-check-changes): New user option.Juri Linkov2024-03-141-1/+26
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Mark two flyspell functions as internalStefan Kangas2023-09-081-24/+13
* | Remove compat code from flyspellStefan Kangas2023-09-061-12/+0
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix overlays order in Flyspell (bug#58970)Juri Linkov2022-11-031-1/+3
* Remove redundant let-bindings of `inhibit-point-motion-hooks`Stefan Monnier2022-10-071-2/+0
* Prefer defvar-keymap in several casesStefan Kangas2022-09-131-5/+3
* Make a prefix go to the previous errorLars Ingebrigtsen2022-08-251-21/+30
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-1/+1
* Make flyspell-check-word-p work better with delete-selection-modeLars Ingebrigtsen2022-08-041-0/+3
* Remove some XEmacs compat code from flyspell.elStefan Kangas2022-05-131-3/+1
* Merge from origin/emacs-28Stefan Kangas2022-02-251-0/+3
|\
| * Mention flyspell-prog-mode in flyspell-mode doc stringLars Ingebrigtsen2022-02-241-0/+3
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * lisp/textmodes/flyspell.el: Pop up the menu under cursor from keyboard.Juri Linkov2021-11-221-11/+2
|/
* Fix flyspell-correct-word selected from context menu opened with the keyboardJuri Linkov2021-11-181-1/+1
* ; More minor stylistic fixes found by checkdocStefan Kangas2021-09-221-1/+1
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-131-4/+4
* * lisp/thingatpt.el (thing-at-mouse): New function (bug#50256).Juri Linkov2021-09-121-1/+1
* Replace flyspell-use-mouse-3-for-menu with context-menu-mode (bug#50067)Juri Linkov2021-08-271-29/+18
* * lisp/textmodes/flyspell.el: Fix bug#49104Stefan Monnier2021-06-271-15/+8
* More accurate highlighting of mis-spellings in FlyspellEli Zaretskii2021-06-031-7/+20
* ; Fix some typos in doc strings and manualsŠtěpán Němec2021-04-241-1/+1
* * lisp: Remove yet more always-nil variablesStefan Monnier2021-03-111-2/+2
* Prefer defvar-local in textmodes/*.elStefan Kangas2021-01-311-26/+13
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Don't boldify the flyspell language indicator in the mode lineLars Ingebrigtsen2020-10-111-1/+0
* Don't recommend quoting lambdasStefan Kangas2020-10-011-1/+1
* Display the language in the Flyspell mode lineLars Ingebrigtsen2020-09-191-1/+15
* Make flyspell-prog-text-faces into defcustomStefan Kangas2020-09-091-2/+6
* Fix OBOE in flyspell-check-previous-highlighted-wordStefan Kangas2020-09-021-1/+1
* Minor clean up in flyspell.elStefan Kangas2020-08-271-8/+5
* Only show flyspell welcome message interactivelyStefan Kangas2020-08-271-1/+1
* Fix flyspell welcome messageStefan Kangas2020-08-271-9/+14
* ; * lisp/textmodes/flyspell.el (flyspell-mode-on): Fix typo.Stefan Kangas2020-08-271-1/+1
* Refer to correct mouse button in flyspell messageStefan Kangas2020-08-271-9/+12
* Rename new option to flyspell-use-mouse-3-for-menuStefan Kangas2020-08-181-7/+7
* Add new option flyspell-correct-on-mouse-3Stefan Kangas2020-08-161-1/+20
* Remove redundant :group args from flyspell.elStefan Kangas2020-08-161-36/+4
* Merge from origin/emacs-27Paul Eggert2020-01-011-1/+1
|\
| * Update copyright year to 2020Paul Eggert2020-01-011-1/+1