summaryrefslogtreecommitdiff
path: root/lisp/textmodes/flyspell.el
Commit message (Expand)AuthorAgeFilesLines
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* (flyspell-mode): Catch errors in flyspell-mode-on.Richard M. Stallman2007-08-271-1/+4
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-2/+3
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (flyspell-correct-word-before-point): Don't let opoint be nil.Richard M. Stallman2007-05-241-0/+3
* (flyspell-auto-correct-previous-word): Use window-start andChong Yidong2007-04-271-6/+2
* (flyspell-define-abbrev): Downcase abbrev before defining it.Glenn Morris2007-04-221-1/+1
* (flyspell-duplicate, flyspell-incorrect): Revert 2006-01-27 change.Chong Yidong2007-04-061-2/+2
* (flyspell-large-region): Use ispell-call-process-region.Richard M. Stallman2007-03-261-1/+1
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (flyspell-hack-local-variables-hook): New. Force buffer local defs evaluationEli Zaretskii2006-12-091-0/+10
* Update copyright years.Glenn Morris2006-12-091-1/+1
* (flyspell-mode-map): Bind C-c $ instead of M-RET.Richard M. Stallman2006-11-111-1/+1
* (flyspell-correct-word-before-point):Richard M. Stallman2006-11-061-40/+51
* (flyspell-check-tex-math-command): Use "non-nil" in docstrings.Juanma Barranquero2006-11-031-1/+1
* * textmodes/flyspell.el (flyspell-check-region-doublons): Fix lastChong Yidong2006-10-231-1/+1
* * textmodes/flyspell.el (flyspell-word): Skip past all previousChong Yidong2006-10-221-7/+12
* * textmodes/flyspell.el (flyspell-word-search-backward): SetChong Yidong2006-10-181-0/+2
* * textmodes/flyspell.el (flyspell-check-region-doublons): NewChong Yidong2006-09-161-1/+18
* (flyspell-word, flyspell-correct-word)Richard M. Stallman2006-09-141-3/+18
* * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell): NewReiner Steib2006-05-301-0/+12
* (flyspell-generic-check-word-p): Make this the alias for theRoland Winkler2006-05-211-14/+17
* (flyspell-external-point-words, flyspell-process-localwords): Fix last changes.Eli Zaretskii2006-03-111-3/+2
* (flyspell-process-localwords): Be case-sensitive.Eli Zaretskii2006-03-031-0/+1
* (flyspell-external-point-words): Be case-sensitive.Eli Zaretskii2006-03-031-1/+2
* (flyspell-incorrect, flyspell-duplicate): Doc fix.Eli Zaretskii2006-01-271-2/+2
* (flyspell-emacs-popup, flypell-xemacs-popup): Default to disabling theEli Zaretskii2006-01-211-2/+4
* (ispell-kill-ispell-hook): Add to the hook whenStefan Monnier2006-01-171-2/+5
* (flyspell-kill-ispell-hook): Fix braino.Stefan Monnier2006-01-151-1/+2
* (flyspell-kill-ispell-hook): New fun.Stefan Monnier2006-01-151-0/+7
* (flyspell-accept-buffer-local-defs): Add anStefan Monnier2006-01-051-4/+6
* (flyspell-external-point-words):Richard M. Stallman2005-12-271-33/+45
* (flyspell-check-word-p): Don't quote - in a regexp.Stefan Monnier2005-12-221-9/+9
* (flyspell-external-point-words): Use save-excursion to ensure we don'tRichard M. Stallman2005-12-161-5/+4
* (flyspell-external-point-words): Consider a misspelling as found in the stringEli Zaretskii2005-12-021-47/+70
* (flyspell-last-buffer): New var.Stefan Monnier2005-11-281-24/+27
* Fix commenting convention. Remove unnecessary leading * in custom docstrings.Stefan Monnier2005-11-161-401/+362
* (flyspell-delete-region-overlays): Use remove-overlays.Stefan Monnier2005-11-161-6/+1
* (flyspell-large-region): Call flyspell-accept-buffer-local-defs.Richard M. Stallman2005-11-141-7/+55
* (flyspell-external-point-words):Richard M. Stallman2005-11-071-1/+1
* (flyspell-post-command-hook): Bind deactivate-mark to prevent deactivation.Richard M. Stallman2005-11-031-1/+3
* (flyspell-external-point-words): Pass nil to flyspell-get-word.Richard M. Stallman2005-11-021-1/+1
* (flyspell-external-point-words):Richard M. Stallman2005-10-301-1/+8
* (flyspell-large-region): Pass -t if Tex file.Richard M. Stallman2005-10-281-6/+12
* (flyspell-large-region): Call ispell-check-version.Richard M. Stallman2005-10-231-0/+1
* (flyspell-check-word-p):Richard M. Stallman2005-10-101-1/+2
* (flyspell-external-point-words): Simplify logic, and don't try toRichard M. Stallman2005-10-101-39/+35
* (flyspell-mode-on): Call ispell-maybe-find-aspell-dictionaries.Richard M. Stallman2005-10-041-0/+1
* (flyspell-incorrect-hook, flyspell-highlight-incorrect-region)Richard M. Stallman2005-09-231-6/+14
* Message format spec fixes (2)Deepak Goel2005-09-181-4/+4