summaryrefslogtreecommitdiff
path: root/lisp/textmodes/flyspell.el
Commit message (Expand)AuthorAgeFilesLines
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
* Don't lose key bindings on mis-spelled text in flyspell-modeEli Zaretskii2017-04-301-1/+6
* Avoid errors when flyspell-generic-check-word-predicate is a lambda.Hong Xu2017-02-171-3/+3
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-02-051-1/+1
* | Fix spelling mistake in private defun name (Bug#25218)Reuben Thomas2016-12-171-5/+5
* | Remove XEmacs support from flyspell.el (Bug#25218)Reuben Thomas2016-12-171-106/+5
* | Update parameter :version to 26.1 in several defcustomTino Calancha2016-11-171-1/+1
* | Fix problems caused by new implementation of sub-word modeEli Zaretskii2016-03-211-1/+1
* | Allow sorting flyspell correctionsLars Ingebrigtsen2016-02-291-13/+29
|/
* * lisp/textmodes/flyspell.el (flyspell--prev-meta-tab-binding):Glenn Morris2016-01-251-0/+3
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Allow to invoke original M-TAB binding in 'flyspell-prog-mode'Eli Zaretskii2015-12-311-99/+111
* Prefer directed to neutral quotesPaul Eggert2015-08-241-1/+1
* Don't quote symbols 'like-this' in docstrings etc.Paul Eggert2015-08-201-2/+2
* Don't overflow if computing approximate percentagePaul Eggert2015-07-311-2/+2
* Resurrect highlighting of repeated words by Flyspell ModeEli Zaretskii2015-07-291-1/+2
* Fix flyspell-check-previous-highlighted-wordEli Zaretskii2015-07-251-6/+7
* Don't require GUI frames and mouse for Flyspell menusEli Zaretskii2015-07-241-5/+2
* Merge from origin/emacs-24Paul Eggert2015-03-031-21/+51
|\
| * * lisp/textmodes/flyspell.el (flyspell-duplicate-distance): Bump :version.Glenn Morris2015-02-131-1/+1
| * Improve string search in `flyspell-word-search-*`. (Bug#16800)Agustin Martin Domingo2015-02-121-20/+50
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | * lisp/textmodes/flyspell.el (flyspell-word): Defvar.Stefan Monnier2015-02-131-3/+5
* | * lisp/textmodes/flyspell.el: Use lexical-binding and cl-lib.Stefan Monnier2015-02-041-21/+24
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
|/
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Every defcustom should specify its typeGlenn Morris2013-12-281-0/+1
* textmodes/flyspell.el: Don't check pre-word if buffer was switched.Agustín Martín2013-04-171-14/+11
* Disambiguate function and variable references in docstrings.Aaron S. Hawley2013-01-111-3/+4
* * lisp/textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):Juri Linkov2013-01-091-2/+12
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-171-3/+3
* Face cleanups. Remove some uses of old-style face spec and :bold/:italic. Chong Yidong2012-06-091-15/+5
* Remove incorrect uses of "modeline".Chong Yidong2012-06-021-2/+2
* textmodex/{ispell,flyspell}.el: Decrease XEmacs incompatibilities.Agustín Martín2012-05-281-9/+24
* * lisp/textmodes/flyspell.el: Commenting style, plus code simplifications.Stefan Monnier2012-05-181-161/+96
* textmodes/flyspell.el: Minor change over last 2012-05-18T07:04:04Z!agustin.ma...Agustín Martín2012-05-181-3/+3
* textmodes/flyspell.el: Protect delay handling for otherchars against empty ot...Agustín Martín2012-05-181-66/+76
* textmodes/flyspell.el: Delay for otherchars as for normal word components.Agustín Martín2012-05-161-2/+11
* ispell.el,flyspell.el: Preserve session localwords when switching back buffers.Agustín Martín2012-04-231-1/+5
* textmodes/flyspell.el (flyspell-large-region): Specify encoding for hunspell ...Agustín Martín2012-04-121-4/+5
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Give some autoloaded things doc-strings.Glenn Morris2011-11-241-1/+1
* Spelling fixes.Paul Eggert2011-11-181-1/+1
* Spelling fixes.Paul Eggert2011-11-141-1/+1
* * flyspell.el (flyspell-word): Fix char offset for forged Ispell output.Chong Yidong2011-10-291-1/+1