comparison lisp/ChangeLog @ 55947:256f881c19bb

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Sun, 06 Jun 2004 02:49:56 +0000
parents 9bd7fd45a307
children 05fc173fc545
comparison
equal deleted inserted replaced
55946:039192c37cca 55947:256f881c19bb
1 2004-06-05 Juri Linkov <juri@jurta.org>
2
3 * bindings.el (debug-ignored-errors): Add regexps for history
4 related messages. Remove $ from "No further undo information".
5 Move Ediff's messages to ediff.el.
6
7 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
8
9 * cus-edit.el (custom-display): Add `min-colors'.
10
11 * custom.el (defface): Add `supports' to docstring.
12
13 * help-fns.el (help-argument-name): Add :group 'help.
14
1 2004-06-05 Luc Teirlinck <teirllm@auburn.edu> 15 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
2 16
3 * find-dired.el (find-ls-subdir-switches): New user option. 17 * find-dired.el (find-ls-subdir-switches): New user option.
4 (find-dired): No longer call `abbreviate-file-name' on DIR. 18 (find-dired): No longer call `abbreviate-file-name' on DIR.
5 Set `dired-subdir-switches' buffer-locally. 19 Set `dired-subdir-switches' buffer-locally.
3264 3278
3265 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace 3279 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
3266 if the source location can't be found. 3280 if the source location can't be found.
3267 (edebug-compute-previous-result): Use prin1-char. 3281 (edebug-compute-previous-result): Use prin1-char.
3268 3282
3269 * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1. 3283 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
3270 (debug-ignored-errors): Add an entry. 3284 (debug-ignored-errors): Add an entry.
3271 3285
3272 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir. 3286 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
3273 (byte-compile-file): Output warning when deleting a file. 3287 (byte-compile-file): Output warning when deleting a file.
3274 3288