aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog9
-rw-r--r--man/ChangeLog5
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 034374789cc..ab44fcc5612 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12005-01-08 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc.el (calc-settings-file): Change default value.
4 Suggested by cgw in a comment in calc-mode.el.
5
6 * calc/calc-mode.el (calc-settings-file-name):
7 Compare calc-settings-file to user-init-file instead of ~/.emacs.
8 Replace ~/.emacs in a prompt by calc-settings-file.
9
12005-01-07 Lars Hansen <larsh@math.ku.dk> 102005-01-07 Lars Hansen <larsh@math.ku.dk>
2 11
3 * desktop.el (desktop-restore-eager, desktop-lazy-verbose, 12 * desktop.el (desktop-restore-eager, desktop-lazy-verbose,
diff --git a/man/ChangeLog b/man/ChangeLog
index 83eeaaf3129..e0de2c18558 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12005-01-08 Jay Belanger <belanger@truman.edu>
2
3 * calc.texi (General Mode Commands, Installation): Change to
4 reflect new default value of calc-settings-file.
5
12005-01-06 Katsumi Yamaoka <yamaoka@jpl.org> 62005-01-06 Katsumi Yamaoka <yamaoka@jpl.org>
2 7
3 * message.texi (Reply): `message-reply-to-function' should return 8 * message.texi (Reply): `message-reply-to-function' should return