diff options
| author | Pavel Janík | 2002-02-02 16:03:02 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-02-02 16:03:02 +0000 |
| commit | 420cfdf2b5c2a60bc9582e773a7e80c1ed06213f (patch) | |
| tree | bbb9fab0a08917c7adfb03d17db409ee22bf1c69 | |
| parent | 73194d6771a7eeb9e4022573131f7fdc573ec9c5 (diff) | |
| download | emacs-420cfdf2b5c2a60bc9582e773a7e80c1ed06213f.tar.gz emacs-420cfdf2b5c2a60bc9582e773a7e80c1ed06213f.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6ae25cf0190..dabce299022 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 1 | 2002-02-02 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * cus-edit.el (customize-save-variable): Fix typo in prompt. | ||
| 4 | |||
| 5 | These changes integrate new version of flyspell.el from its | ||
| 6 | maintainer, Manuel Serrano: | ||
| 7 | |||
| 8 | * textmodes/flyspell.el (flyspell-issue-message-flag): New user | ||
| 9 | option. | ||
| 10 | (flyspell-mode-on, flyspell-notify-misspell) | ||
| 11 | (flyspell-small-region, flyspell-external-point-words) | ||
| 12 | (flyspell-large-region): Use it | ||
| 13 | (flyspell-before-incorrect-word-string) | ||
| 14 | (flyspell-after-incorrect-word-string): New user options. | ||
| 15 | (make-flyspell-overlay): Use them. | ||
| 16 | (flyspell-version): New function. | ||
| 17 | (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face | ||
| 18 | definitions to use :weight. | ||
| 19 | (flyspell-insert-function): New user option. | ||
| 20 | (flyspell-auto-correct-word, flyspell-correct-word) | ||
| 21 | (flyspell-xemacs-correct): Use it. | ||
| 22 | (flyspell-define-abbrev): New function. | ||
| 23 | (flyspell-auto-correct-word, flyspell-correct-word) | ||
| 24 | (flyspell-xemacs-correct): Use it. | ||
| 25 | (make-flyspell-overlay): Use `evaporate' property. | ||
| 26 | (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay. | ||
| 27 | (flyspell-emacs-popup): Use `session' instead of `accept'. | ||
| 28 | (flyspell-auto-correct-previous-pos): New variable. | ||
| 29 | (flyspell-auto-correct-previous-hook) | ||
| 30 | (flyspell-auto-correct-previous-word): New functions. | ||
| 31 | |||
| 1 | 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il> | 32 | 2002-02-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 33 | ||
| 3 | * novice.el (enable-command): If Emacs was invoked as "emacs -q", | 34 | * novice.el (enable-command): If Emacs was invoked as "emacs -q", |