Mercurial > emacs
comparison lisp/ChangeLog @ 43320:a5dd8224b9a5
*** empty log message ***
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Sat, 16 Feb 2002 07:10:26 +0000 |
parents | 4d3d5610eea8 |
children | b38653bd5e04 |
comparison
equal
deleted
inserted
replaced
43319:539d3657c52c | 43320:a5dd8224b9a5 |
---|---|
1 2002-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 | |
11 2002-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 | |
1 2002-02-06 John Wiegley <johnw@gnu.org> | 25 2002-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 |
4 XEmacs' new dired.el, which adds a global entry in the | 28 XEmacs' new dired.el, which adds a global entry in the |
5 `file-name-handler-alist'. | 29 `file-name-handler-alist'. |