summaryrefslogtreecommitdiff
path: root/lisp/textmodes/flyspell.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (flyspell-large-region): Fix doc and custom type.Richard M. Stallman2005-08-151-2/+7
* (flyspell-mode): Autoload a defvar.Richard M. Stallman2005-08-151-0/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (flyspell-use-local-map): Variable deleted.Richard M. Stallman2005-06-281-43/+8
* (flyspell-incorrect-hook, flyspell-maybe-correct-transposition,Juanma Barranquero2005-06-141-18/+18
* Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-394Miles Bader2005-06-101-10/+13
* (flyspell-mode-line-string): Remove autoload cookie.Lute Kamstra2005-06-081-5/+0
* (flyspell-mode): Use define-minor-mode.Lute Kamstra2005-06-081-23/+7
* (flyspell-auto-correct-binding, flyspell-incorrect-face)Stefan Monnier2005-06-061-119/+75