diff options
| author | Kim F. Storm | 2006-09-14 11:08:38 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-09-14 11:08:38 +0000 |
| commit | 36961efd6733a28246293bcae4c992018f9be3d2 (patch) | |
| tree | 3b1236416b58b168051d74c9390347f108da8846 | |
| parent | 50f814f59db0d3169a7bb60e4b570b0635d2bfec (diff) | |
| download | emacs-36961efd6733a28246293bcae4c992018f9be3d2.tar.gz emacs-36961efd6733a28246293bcae4c992018f9be3d2.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 378813f850d..62ada3773cc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,10 +1,15 @@ | |||
| 1 | 2006-09-14 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * jit-lock.el (jit-lock-fontify-again): New function. | ||
| 4 | (jit-lock-fontify-now): Use it instead of lambda form. | ||
| 5 | |||
| 1 | 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es> | 6 | 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es> |
| 2 | 7 | ||
| 3 | * textmodes/flyspell.el (flyspell-word, flyspell-correct-word) | 8 | * textmodes/flyspell.el (flyspell-word, flyspell-correct-word) |
| 4 | (flyspell-auto-correct-word): Make ispell-filter local to these | 9 | (flyspell-auto-correct-word): Make ispell-filter local to these |
| 5 | functions. Check that ispell-filter has new stuff before calling | 10 | functions. Check that ispell-filter has new stuff before calling |
| 6 | ispell-parse-output. | 11 | ispell-parse-output. |
| 7 | 12 | ||
| 8 | 2006-09-13 Kim F. Storm <storm@cua.dk> | 13 | 2006-09-13 Kim F. Storm <storm@cua.dk> |
| 9 | 14 | ||
| 10 | * simple.el (line-move-partial): Optimize. | 15 | * simple.el (line-move-partial): Optimize. |