aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes/flyspell.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | Use regexp type for regexps in defcustom declarationsMattias Engdegård2019-12-261-2/+2
|/
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-1/+1
* lisp/*.el, src/*.c: Fix typos in docstringsJuanma Barranquero2019-09-191-1/+1
* Avoid a flyspell error if point is at beginning of bufferAlex Branham2019-06-171-3/+4
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix build error: use string :version in defcustomKarl Fogel2018-09-101-1/+1
* | Add flyspell option to ignore duplicates of different caseReuben Thomas2018-09-101-1/+8
* | Merge from origin/emacs-26Glenn Morris2018-08-101-6/+31
|\ \ | |/
| * Fix Flyspell mode when several languages are mixed in a bufferEli Zaretskii2018-08-071-6/+31
* | Merge from origin/emacs-26Glenn Morris2018-07-201-3/+11
|\ \ | |/
| * Clarify usage and dependencies between several Flyspell featuresEli Zaretskii2018-07-141-3/+11
* | Merge from origin/emacs-26Glenn Morris2018-07-131-3/+4
|\ \ | |/
| * Another documentation improvement in flyspell.elEli Zaretskii2018-07-121-1/+2
| * Improve documentation of FlyspellEli Zaretskii2018-07-121-2/+2
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-3/+0
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-201-2/+4
* | Merge from origin/emacs-26Glenn Morris2018-04-201-2/+3
|\ \ | |/
| * Fix flyspell-auto-correct-previous-word broken by recent changeEli Zaretskii2018-04-171-2/+3
* | Better support for 'transpose-chars' in Flyspell modeAaron Jensen2018-03-201-0/+5
|/