Mercurial > emacs
comparison lisp/ChangeLog @ 31326:a36c3cf583d4
See ChangeLog
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Fri, 01 Sep 2000 22:48:12 +0000 |
parents | f365a6dc7773 |
children | 548aceb8313d |
comparison
equal
deleted
inserted
replaced
31325:f365a6dc7773 | 31326:a36c3cf583d4 |
---|---|
1 2000-09-01 John Wiegley <johnw@gnu.org> | |
2 | |
3 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing | |
4 predicate, which caused entries in the completion list to be | |
5 doubled. | |
6 | |
7 2000-08-30 John Wiegley <johnw@gnu.org> | |
8 | |
9 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct | |
10 sending to subprocesses. Also, hook pre-command-hook if | |
11 `eshell-send-direct-to-subprocesses' is non-nil. | |
12 (eshell-send-direct-to-subprocesses): New config variable. If t, | |
13 subprocess input is send immediately. | |
14 (eshell-toggle-direct-send): New function. | |
15 (eshell-self-insert-command): New function. | |
16 (eshell-intercept-commands): New function. | |
17 (eshell-send-input): If direct subprocess sending is enabled, | |
18 don't echo any input to the Eshell buffer. Let the subprocess | |
19 handle that. This requires "stty echo" in bash, for example. | |
20 | |
21 2000-08-28 John Wiegley <johnw@gnu.org> | |
22 | |
23 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added | |
24 completion function for Eshell's implementation of `unset'. | |
25 | |
1 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il> | 26 2000-09-02 Eli Zaretskii <eliz@is.elta.co.il> |
2 | 27 |
3 * info.el (Info-directory-list): Doc fix. | 28 * info.el (Info-directory-list): Doc fix. |
4 | 29 |
5 2000-08-31 Peter Breton <pbreton@ne.mediaone.net> | 30 2000-08-31 Peter Breton <pbreton@ne.mediaone.net> |