diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf51221f4a9..35aa5fca167 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,20 @@ | |||
| 1 | 2005-11-13 Richard M. Stallman <rms@gnu.org> | 1 | 2005-11-13 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * textmodes/flyspell.el (flyspell-large-region): | ||
| 4 | Call flyspell-accept-buffer-local-defs. | ||
| 5 | |||
| 6 | 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es> | ||
| 7 | |||
| 8 | * textmodes/flyspell.el (flyspell-notify-misspell): | ||
| 9 | Fix misspelling of "Misspelling". | ||
| 10 | (flyspell-process-localwords): New function. | ||
| 11 | (flyspell-large-region): Call flyspell-process-localwords and | ||
| 12 | flyspell-delete-region-overlays. | ||
| 13 | (flyspell-delete-region-overlays): New function. | ||
| 14 | (flyspell-delete-all-overlays): Call that. | ||
| 15 | |||
| 16 | 2005-11-13 Richard M. Stallman <rms@gnu.org> | ||
| 17 | |||
| 3 | * help.el (help-for-help-internal): Improve doc of C-h a. | 18 | * help.el (help-for-help-internal): Improve doc of C-h a. |
| 4 | 19 | ||
| 5 | 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca> | 20 | 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca> |