comparison lisp/ChangeLog @ 57753:cc9db2b45e74

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 Oct 2004 17:51:08 +0000
parents 394f5aa03475
children 507a7395d0ef
comparison
equal deleted inserted replaced
57752:d0dbcba62472 57753:cc9db2b45e74
1 2004-10-27 Richard M. Stallman <rms@gnu.org> 1 2004-10-27 Richard M. Stallman <rms@gnu.org>
2
3 * add-log.el (add-change-log-entry): Set up mailing address
4 and full name later, and don't alter add-log-mailing-address
5 or add-log-full-name.
6
7 * elide-head.el (elide-head): Change error to message.
8 (elide-head-show): Likewise.
9
10 * apropos.el (apropos-macrop): Doc fix.
11
12 * mouse.el (mouse-show-mark): Do most processing the same
13 regardless of transient-mark-mode.
14
15 * shadowfile.el (shadow-copy-files): Use interactive-p
16 only to control whether to print a message.
17
18 * tar-mode.el (tar-mode): Use write-contents-functions,
19 not write-contents-hooks.
2 20
3 * eshell/em-unix.el (eshell-du-sum-directory): Don't use 21 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
4 directory-sep-char. 22 directory-sep-char.
5 23
6 2004-10-27 Richard M. Stallman <rms@gnu.org> 24 2004-10-27 Richard M. Stallman <rms@gnu.org>