aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0c4515e40b1..a7746c25b01 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,23 @@
12004-10-27 Richard M. Stallman <rms@gnu.org> 12004-10-27 Richard M. Stallman <rms@gnu.org>
2 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.
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