summaryrefslogtreecommitdiff
path: root/lisp/textmodes/flyspell.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix more minor mode docstrings.Chong Yidong2011-10-191-6/+8
* flyspell.el (flyspell-large-region): Use extended character mode if defined (...Agustín Martín2011-10-131-0/+8
* * lisp/textmodes/flyspell.el (flyspell-word): Move with-local-quit from here...Stefan Monnier2011-10-111-49/+48
* * textmodes/flyspell.el: Remove obsolete commentLars Magne Ingebrigtsen2011-09-111-3/+0
* Replace runtime CL function, as flagged by the compiler.Glenn Morris2011-07-011-1/+1
* textmodes/flyspell.el (flyspell-word): Consider words that differ onlyLars Magne Ingebrigtsen2011-07-011-3/+6
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-231-1/+1
* Improvements to flyspell-mark-duplications-exceptions.Chong Yidong2011-04-031-11/+23
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | flyspell.el (flyspell-generic-progmode-verify): Make sure to check inside the...Agustín Martín2010-11-151-1/+2
* | flyspell.el (flyspell-word): Do not re-check known misspellings.Agustín Martín2010-11-101-26/+34
* | Replace end-of-line, save-excursion etc with point-at-eol, point-at-bol.Glenn Morris2010-11-061-1/+1