diff options
| author | Kim F. Storm | 2005-03-09 22:49:38 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-03-09 22:49:38 +0000 |
| commit | 7f351d0b01a8ed9a3336a5db0482fea2f906b976 (patch) | |
| tree | 9db0152a0f7717a4b676f7d1b579c2f9a8866e2b | |
| parent | e62ecf8543ae919e21e5430f914ed508b37a920b (diff) | |
| download | emacs-7f351d0b01a8ed9a3336a5db0482fea2f906b976.tar.gz emacs-7f351d0b01a8ed9a3336a5db0482fea2f906b976.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 cc9031eea25..9cda1496f32 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-03-09 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * play/animate.el (animate-place-char): Use forward-line instead | ||
| 4 | of next-line to improve performance. | ||
| 5 | |||
| 1 | 2005-03-09 Simon Josefsson <jas@extundo.com> | 6 | 2005-03-09 Simon Josefsson <jas@extundo.com> |
| 2 | 7 | ||
| 3 | * net/browse-url.el (browse-url-default-browser): Doc fix. | 8 | * net/browse-url.el (browse-url-default-browser): Doc fix. |
| @@ -12,7 +17,7 @@ | |||
| 12 | * international/latin-1.el: Set case and syntax for 255 only if | 17 | * international/latin-1.el: Set case and syntax for 255 only if |
| 13 | set-case-syntax-set-multibyte is nil. | 18 | set-case-syntax-set-multibyte is nil. |
| 14 | 19 | ||
| 15 | * textmodes/ispell.el (ispell-insert-word): New function. | 20 | * textmodes/ispell.el (ispell-insert-word): New function. |
| 16 | (ispell-word): Use ispell-insert-word to isnert a new word. | 21 | (ispell-word): Use ispell-insert-word to isnert a new word. |
| 17 | (ispell-process-line): Likewise | 22 | (ispell-process-line): Likewise |
| 18 | (ispell-complete-word): Likewise. | 23 | (ispell-complete-word): Likewise. |