log lisp/textmodes/flyspell.el @ 60890:a48e83530ac6

age author description
Wed, 23 Mar 2005 14:39:08 +0000 Richard M. Stallman (mail-mode-flyspell-verify): Fix regexp syntax.
Sun, 06 Mar 2005 18:27:25 +0000 Richard M. Stallman (flyspell-large-region): Pass args differently for aspell.
Sun, 27 Feb 2005 10:36:38 +0000 Richard M. Stallman (flyspell-mode-on): Call ispell-change-dictionary only if necessary.
Tue, 16 Nov 2004 15:29:10 +0000 Stefan Monnier (flyspell-mouse-map): Pop the menu
Sun, 07 Nov 2004 03:52:04 +0000 Richard M. Stallman (flyspell-external-point-words): Use goto-char instead of beginning-of-buffer.
Thu, 04 Nov 2004 10:20:35 +0000 Richard M. Stallman (flyspell-word): Don't alter FOLLOWING; set it only thru `interactive' spec.
Tue, 19 Oct 2004 16:54:17 +0000 Richard M. Stallman (flyspell-mode): Doc fix.
Sun, 22 Aug 2004 17:15:55 +0000 Richard M. Stallman (flyspell-word): Use set-process-query-on-exit-flag.
Sat, 24 Jul 2004 21:35:56 +0000 Richard M. Stallman Update author email address.
Sat, 22 May 2004 21:52:34 +0000 Richard M. Stallman Maintained by FSF.
Sat, 08 May 2004 12:48:49 +0000 John Wiegley 2004-05-08 John Wiegley <johnw@newartisans.com>
Sat, 03 Jan 2004 12:11:21 +0000 Eli Zaretskii * progmodes/idlwave.el (idlwave-make-tags):
Mon, 29 Dec 2003 20:06:19 +0000 Richard M. Stallman (mail-mode-flyspell-verify): Search for header separator alone on a
Mon, 01 Sep 2003 15:45:59 +0000 Miles Bader Add arch taglines
Wed, 08 May 2002 15:26:47 +0000 Pavel Jank (make-flyspell-overlay): Add help text to flyspell overlays.
Thu, 21 Feb 2002 01:42:22 +0000 Sam Steingold (flyspell-mode): Autoload the variable since it is used in the menu bar.
Sun, 17 Feb 2002 12:15:17 +0000 Per Abrahamsen 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
Wed, 06 Feb 2002 22:37:12 +0000 Pavel Jank (flyspell-insert-function): Doc fix.
Sat, 02 Feb 2002 15:56:45 +0000 Pavel Jank (flyspell-issue-message-flag): New user option.
Tue, 29 Jan 2002 13:42:12 +0000 Pavel Jank Minor formatting fixes in preparation of merging new version.
Sat, 12 Jan 2002 21:35:37 +0000 Pavel Jank (flyspell-check-pre-word-p): Prevent delaying when executing keyboard
Tue, 08 Jan 2002 23:57:15 +0000 Richard M. Stallman (flyspell-mode-line-string): Fix custom type.
Mon, 31 Dec 2001 20:44:44 +0000 Richard M. Stallman (various face definitions): Use :weight, not :bold.
Thu, 27 Dec 2001 03:13:48 +0000 Richard M. Stallman (flyspell-mode-map): New keymap, defined as before 2001-11-09.
Mon, 12 Nov 2001 08:17:15 +0000 Pavel Jank (flyspell-default-dictionary): Fix previous change.
Mon, 12 Nov 2001 06:17:27 +0000 Richard M. Stallman (flyspell-default-dictionary): Fix custom type.
Sun, 11 Nov 2001 20:12:27 +0000 Richard M. Stallman (flyspell-default-dictionary): Allow nil as value, and make nil the default.
Sat, 10 Nov 2001 18:36:26 +0000 Richard M. Stallman (flyspell-correct-word/local-keymap): Function deleted.
Sat, 10 Nov 2001 01:20:22 +0000 Richard M. Stallman Use the keymap property instead of local-map, and don't use a minor-mode map.
Mon, 16 Jul 2001 12:23:00 +0000 Pavel Jank Some fixes to follow coding conventions.