aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5cff212be1c..00d6b8a3277 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,27 @@
12002-02-16 John Wiegley <johnw@gnu.org>
2
3 * eshell/em-hist.el (eshell-hist-initialize): When in the
4 minibuffer, use the global value of `eshell-history-ring', and
5 never save it to disk, or ask to save it to disk. This allows
6 users of session.el to control whether its global state should be
7 persisted or not.
8 (eshell-add-command-to-history): Don't write Eshell's history out
9 to disk, let the governing mode control that upon exit.
10
112002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
12
13 * eshell/eshell.el (eshell-command): Before reading from the
14 minibuffer, add eshell-add-command-to-history to
15 minibuffer-exit-hook, and remove it after read-from-minibuffer
16 returns.
17
18 * eshell/em-hist.el (eshell-add-input-to-history): New function,
19 with most of the code from eshell-add-to-history.
20 (eshell-add-command-to-history): New function, to record in
21 eshell-history the commands run via eshell-command.
22 (eshell-add-to-history): Call eshell-add-command-to-history to do
23 most of the work.
24
12002-02-06 John Wiegley <johnw@gnu.org> 252002-02-06 John Wiegley <johnw@gnu.org>
2 26
3 * eshell/esh-ext.el (eshell-external-command): Added a fix for 27 * eshell/esh-ext.el (eshell-external-command): Added a fix for