comparison lisp/ChangeLog @ 41943:6250dd339aac

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 11 Dec 2001 06:40:08 +0000
parents 31fb6b379d0f
children 6d27cd884384
comparison
equal deleted inserted replaced
41942:c22a32af6f1c 41943:6250dd339aac
1 2001-12-11 Richard M. Stallman <rms@gnu.org>
2
3 * textmodes/ispell.el (ispell-buffer-local-parsing):
4 Match xml like sgml.
5
6 * emacs-lisp/advice.el (ad-compile-function):
7 Byte compile the function under another (uninterned) name.
8
9 * gud.el (gdb): Define and bind gud-jump.
10
11 * font-lock.el (font-lock-mode):
12 Put our function at the end of after-change-functions.
13
14 * ediff-diff.el (ediff-cmp-options): Doc fix.
15
16 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
17
1 2001-12-10 Richard M. Stallman <rms@gnu.org> 18 2001-12-10 Richard M. Stallman <rms@gnu.org>
2 19
3 * isearch.el (isearch-yank-word-or-char): New function. 20 * isearch.el (isearch-yank-word-or-char): New function.
4 (isearch-mode-map): Bind C-w to that. 21 (isearch-mode-map): Bind C-w to that.
5 22