diff options
| author | Richard M. Stallman | 2006-09-14 01:21:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-09-14 01:21:06 +0000 |
| commit | 87bbe2fd4c37e49455933db810104b7eafc6b25a (patch) | |
| tree | 5f6c84dd3079695f7ce2cb5030d22a48e3c6553d | |
| parent | 9c0fad71d954207e4e7b10c305563324939cba95 (diff) | |
| download | emacs-87bbe2fd4c37e49455933db810104b7eafc6b25a.tar.gz emacs-87bbe2fd4c37e49455933db810104b7eafc6b25a.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 9 |
2 files changed, 8 insertions, 3 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index c9631ddfed2..8a98221fc60 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE | |||
| @@ -54,8 +54,6 @@ Windows only bug. | |||
| 54 | ** C-g fails to interrupt accept-process-output in Gnus. | 54 | ** C-g fails to interrupt accept-process-output in Gnus. |
| 55 | (Is that fixed?) | 55 | (Is that fixed?) |
| 56 | 56 | ||
| 57 | ** ispell.el: no option for no flyspell on non-ASCII | ||
| 58 | |||
| 59 | ** allout.el patch from Manheimer to be installed. | 57 | ** allout.el patch from Manheimer to be installed. |
| 60 | 58 | ||
| 61 | ** regex char class matching needs a call to char-syntax. | 59 | ** regex char class matching needs a call to char-syntax. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ba2cb9cdaa3..378813f850d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,11 @@ | |||
| 1 | 2006-09-14 Kim F. Storm <storm@cua.dk> | 1 | 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es> |
| 2 | |||
| 3 | * textmodes/flyspell.el (flyspell-word, flyspell-correct-word) | ||
| 4 | (flyspell-auto-correct-word): Make ispell-filter local to these | ||
| 5 | functions. Check that ispell-filter has new stuff before calling | ||
| 6 | ispell-parse-output. | ||
| 7 | |||
| 8 | 2006-09-13 Kim F. Storm <storm@cua.dk> | ||
| 2 | 9 | ||
| 3 | * simple.el (line-move-partial): Optimize. | 10 | * simple.el (line-move-partial): Optimize. |
| 4 | 11 | ||