# HG changeset patch # User Kim F. Storm # Date 1110408578 0 # Node ID 08d793786a8a082513e47ce704dac1abde1edd16 # Parent 5c3e9736e5322c1c40e285a1f04eb38656d87139 *** empty log message *** diff -r 5c3e9736e532 -r 08d793786a8a lisp/ChangeLog --- a/lisp/ChangeLog Wed Mar 09 11:27:46 2005 +0000 +++ b/lisp/ChangeLog Wed Mar 09 22:49:38 2005 +0000 @@ -1,3 +1,8 @@ +2005-03-09 Kim F. Storm + + * play/animate.el (animate-place-char): Use forward-line instead + of next-line to improve performance. + 2005-03-09 Simon Josefsson * net/browse-url.el (browse-url-default-browser): Doc fix. @@ -12,7 +17,7 @@ * international/latin-1.el: Set case and syntax for 255 only if set-case-syntax-set-multibyte is nil. - * textmodes/ispell.el (ispell-insert-word): New function. + * textmodes/ispell.el (ispell-insert-word): New function. (ispell-word): Use ispell-insert-word to isnert a new word. (ispell-process-line): Likewise (ispell-complete-word): Likewise.