# HG changeset patch # User Richard M. Stallman # Date 1098899468 0 # Node ID cc9db2b45e742f1d6858575401d3ebaaa2ab3ebc # Parent d0dbcba62472d396791688a2780c5ce1c7961897 *** empty log message *** diff -r d0dbcba62472 -r cc9db2b45e74 lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 27 17:50:19 2004 +0000 +++ b/lisp/ChangeLog Wed Oct 27 17:51:08 2004 +0000 @@ -1,5 +1,23 @@ 2004-10-27 Richard M. Stallman + * add-log.el (add-change-log-entry): Set up mailing address + and full name later, and don't alter add-log-mailing-address + or add-log-full-name. + + * elide-head.el (elide-head): Change error to message. + (elide-head-show): Likewise. + + * apropos.el (apropos-macrop): Doc fix. + + * mouse.el (mouse-show-mark): Do most processing the same + regardless of transient-mark-mode. + + * shadowfile.el (shadow-copy-files): Use interactive-p + only to control whether to print a message. + + * tar-mode.el (tar-mode): Use write-contents-functions, + not write-contents-hooks. + * eshell/em-unix.el (eshell-du-sum-directory): Don't use directory-sep-char.