summaryrefslogtreecommitdiff
path: root/lisp/textmodes/flyspell.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* (flyspell-check-word-p): Simplify silly compatibility code.Stefan Monnier2005-06-031-3/+1
* (flyspell-auto-correct-previous-word):Richard M. Stallman2005-05-291-1/+0
* (flyspell-version): Function deleted.Richard M. Stallman2005-05-291-318/+460
* (flyspell-large-region): Clarify docstring.Stephen Eglen2005-04-081-4/+4
* (mail-mode-flyspell-verify): Fix regexp syntax.Richard M. Stallman2005-03-231-1/+1
* (flyspell-large-region): Pass args differently for aspell.Richard M. Stallman2005-03-061-1/+1
* (flyspell-mode-on): Call ispell-change-dictionary only if necessary.Richard M. Stallman2005-02-271-2/+3
* (flyspell-mouse-map): Pop the menuStefan Monnier2004-11-161-9/+5
* (flyspell-external-point-words): Use goto-char instead of beginning-of-buffer.Richard M. Stallman2004-11-071-1/+1
* (flyspell-word): Don't alter FOLLOWING; set it only thru `interactive' spec.Richard M. Stallman2004-11-041-3/+1
* (flyspell-mode): Doc fix.Richard M. Stallman2004-10-191-1/+1
* (flyspell-word): Use set-process-query-on-exit-flag.Richard M. Stallman2004-08-221-6/+5
* Update author email address.Richard M. Stallman2004-07-241-1/+1
* Maintained by FSF.Richard M. Stallman2004-05-221-0/+1
* 2004-05-08 John Wiegley <johnw@newartisans.com>John Wiegley2004-05-081-69/+69