comparison lisp/ChangeLog @ 60285:c927537088e9

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 27 Feb 2005 10:38:37 +0000
parents df3d4f029ceb
children 5a1957ac3419
comparison
equal deleted inserted replaced
60284:196128d3d9e8 60285:c927537088e9
1 2005-02-27 Richard M. Stallman <rms@gnu.org>
2
3 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
4
5 * textmodes/flyspell.el (flyspell-mode-on):
6 Call ispell-change-dictionary only if necessary.
7
8 * emacs-lisp/re-builder.el (regexp-builder): New function.
9
10 * register.el (describe-register-1): Explicitly handle
11 yank-excluded-properties = t.
12
13 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
14 (custom-magic-alist): Change the status descriptions again.
15 (face widget-type): Total rewrite based on `restricted-sexp'
16 to eliminate the confusing double hiding levels.
17
18 * emacs-lisp/debug.el (debug-on-entry-1):
19 If function body is empty, add nil as body form.
20
1 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca> 21 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
2 22
3 * emacs-lisp/trace.el (inhibit-trace): New var. 23 * emacs-lisp/trace.el (inhibit-trace): New var.
4 (trace-make-advice): Use it. 24 (trace-make-advice): Use it.
5 25