comparison lisp/ChangeLog @ 66559:a3ac2cd57daa

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Sun, 30 Oct 2005 16:39:55 +0000
parents fadace302be8
children 742e40a6bf3c
comparison
equal deleted inserted replaced
66558:fadace302be8 66559:a3ac2cd57daa
1 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
2
3 * comint.el (comint-send-input): Call `comint-update-fence' when
4 `comint-process-echoes' and `comint-prompt-read-only' are both
5 non-nil, to avoid leftover read-only newline.
6
1 2005-10-30 Richard M. Stallman <rms@gnu.org> 7 2005-10-30 Richard M. Stallman <rms@gnu.org>
2 8
3 * textmodes/flyspell.el (flyspell-external-point-words): 9 * textmodes/flyspell.el (flyspell-external-point-words):
4 Detect when WORD can't be checked properly because 10 Detect when WORD can't be checked properly because
5 flyspell-get-word finds just part of it, and move on. 11 flyspell-get-word finds just part of it, and move on.
23 29
24 * vc.el (vc-switch-backend): Better error message if the buffer is 30 * vc.el (vc-switch-backend): Better error message if the buffer is
25 not visiting a file under version control. 31 not visiting a file under version control.
26 32
27 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it. 33 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
28 34
29 2005-10-29 Chong Yidong <cyd@stupidchicken.com> 35 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
30 36
31 * startup.el (command-line): Use ~/.emacs.d/init.el instead of 37 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
32 ~/.emacs.d/.emacs. 38 ~/.emacs.d/.emacs.
33 39