comparison lisp/ChangeLog @ 60536:08d793786a8a

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Mar 2005 22:49:38 +0000
parents 5c3e9736e532
children edce5aeb8af5
comparison
equal deleted inserted replaced
60535:5c3e9736e532 60536:08d793786a8a
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.
4 9
5 2005-03-09 Miles Bader <miles@gnu.org> 10 2005-03-09 Miles Bader <miles@gnu.org>
10 2005-03-09 Kenichi Handa <handa@m17n.org> 15 2005-03-09 Kenichi Handa <handa@m17n.org>
11 16
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.
19 24
20 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk> 25 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>