| Commit message (Expand) | Author | Age | Files | Lines |
* | (flyspell-hack-local-variables-hook): New. Force buffer local defs evaluation | Eli Zaretskii | 2006-12-09 | 1 | -0/+10 |
* | Update copyright years. | Glenn Morris | 2006-12-09 | 1 | -1/+1 |
* | (flyspell-mode-map): Bind C-c $ instead of M-RET. | Richard M. Stallman | 2006-11-11 | 1 | -1/+1 |
* | (flyspell-correct-word-before-point): | Richard M. Stallman | 2006-11-06 | 1 | -40/+51 |
* | (flyspell-check-tex-math-command): Use "non-nil" in docstrings. | Juanma Barranquero | 2006-11-03 | 1 | -1/+1 |
* | * textmodes/flyspell.el (flyspell-check-region-doublons): Fix last | Chong Yidong | 2006-10-23 | 1 | -1/+1 |
* | * textmodes/flyspell.el (flyspell-word): Skip past all previous | Chong Yidong | 2006-10-22 | 1 | -7/+12 |
* | * textmodes/flyspell.el (flyspell-word-search-backward): Set | Chong Yidong | 2006-10-18 | 1 | -0/+2 |
* | * textmodes/flyspell.el (flyspell-check-region-doublons): New | Chong Yidong | 2006-09-16 | 1 | -1/+18 |
* | (flyspell-word, flyspell-correct-word) | Richard M. Stallman | 2006-09-14 | 1 | -3/+18 |
* | * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell): New | Reiner Steib | 2006-05-30 | 1 | -0/+12 |
* | (flyspell-generic-check-word-p): Make this the alias for the | Roland Winkler | 2006-05-21 | 1 | -14/+17 |
* | (flyspell-external-point-words, flyspell-process-localwords): Fix last changes. | Eli Zaretskii | 2006-03-11 | 1 | -3/+2 |
* | (flyspell-process-localwords): Be case-sensitive. | Eli Zaretskii | 2006-03-03 | 1 | -0/+1 |
* | (flyspell-external-point-words): Be case-sensitive. | Eli Zaretskii | 2006-03-03 | 1 | -1/+2 |
* | (flyspell-incorrect, flyspell-duplicate): Doc fix. | Eli Zaretskii | 2006-01-27 | 1 | -2/+2 |
* | (flyspell-emacs-popup, flypell-xemacs-popup): Default to disabling the | Eli Zaretskii | 2006-01-21 | 1 | -2/+4 |
* | (ispell-kill-ispell-hook): Add to the hook when | Stefan Monnier | 2006-01-17 | 1 | -2/+5 |
* | (flyspell-kill-ispell-hook): Fix braino. | Stefan Monnier | 2006-01-15 | 1 | -1/+2 |
* | (flyspell-kill-ispell-hook): New fun. | Stefan Monnier | 2006-01-15 | 1 | -0/+7 |
* | (flyspell-accept-buffer-local-defs): Add an | Stefan Monnier | 2006-01-05 | 1 | -4/+6 |
* | (flyspell-external-point-words): | Richard M. Stallman | 2005-12-27 | 1 | -33/+45 |
* | (flyspell-check-word-p): Don't quote - in a regexp. | Stefan Monnier | 2005-12-22 | 1 | -9/+9 |
* | (flyspell-external-point-words): Use save-excursion to ensure we don't | Richard M. Stallman | 2005-12-16 | 1 | -5/+4 |
* | (flyspell-external-point-words): Consider a misspelling as found in the string | Eli Zaretskii | 2005-12-02 | 1 | -47/+70 |
* | (flyspell-last-buffer): New var. | Stefan Monnier | 2005-11-28 | 1 | -24/+27 |
* | Fix commenting convention. Remove unnecessary leading * in custom docstrings. | Stefan Monnier | 2005-11-16 | 1 | -401/+362 |
* | (flyspell-delete-region-overlays): Use remove-overlays. | Stefan Monnier | 2005-11-16 | 1 | -6/+1 |
* | (flyspell-large-region): Call flyspell-accept-buffer-local-defs. | Richard M. Stallman | 2005-11-14 | 1 | -7/+55 |
* | (flyspell-external-point-words): | Richard M. Stallman | 2005-11-07 | 1 | -1/+1 |
* | (flyspell-post-command-hook): Bind deactivate-mark to prevent deactivation. | Richard M. Stallman | 2005-11-03 | 1 | -1/+3 |
* | (flyspell-external-point-words): Pass nil to flyspell-get-word. | Richard M. Stallman | 2005-11-02 | 1 | -1/+1 |
* | (flyspell-external-point-words): | Richard M. Stallman | 2005-10-30 | 1 | -1/+8 |
* | (flyspell-large-region): Pass -t if Tex file. | Richard M. Stallman | 2005-10-28 | 1 | -6/+12 |
* | (flyspell-large-region): Call ispell-check-version. | Richard M. Stallman | 2005-10-23 | 1 | -0/+1 |
* | (flyspell-check-word-p): | Richard M. Stallman | 2005-10-10 | 1 | -1/+2 |
* | (flyspell-external-point-words): Simplify logic, and don't try to | Richard M. Stallman | 2005-10-10 | 1 | -39/+35 |
* | (flyspell-mode-on): Call ispell-maybe-find-aspell-dictionaries. | Richard M. Stallman | 2005-10-04 | 1 | -0/+1 |
* | (flyspell-incorrect-hook, flyspell-highlight-incorrect-region) | Richard M. Stallman | 2005-09-23 | 1 | -6/+14 |
* | Message format spec fixes (2) | Deepak Goel | 2005-09-18 | 1 | -4/+4 |
* | (flyspell-large-region): Fix doc and custom type. | Richard M. Stallman | 2005-08-15 | 1 | -2/+7 |
* | (flyspell-mode): Autoload a defvar. | Richard M. Stallman | 2005-08-15 | 1 | -0/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -1/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | (flyspell-use-local-map): Variable deleted. | Richard M. Stallman | 2005-06-28 | 1 | -43/+8 |
* | (flyspell-incorrect-hook, flyspell-maybe-correct-transposition, | Juanma Barranquero | 2005-06-14 | 1 | -18/+18 |
* | Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-394 | Miles Bader | 2005-06-10 | 1 | -10/+13 |
* | (flyspell-mode-line-string): Remove autoload cookie. | Lute Kamstra | 2005-06-08 | 1 | -5/+0 |
* | (flyspell-mode): Use define-minor-mode. | Lute Kamstra | 2005-06-08 | 1 | -23/+7 |
* | (flyspell-auto-correct-binding, flyspell-incorrect-face) | Stefan Monnier | 2005-06-06 | 1 | -119/+75 |