diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1a53519e840..64a78b0c2bc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,14 @@ | |||
| 1 | 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so | ||
| 4 | we can explicitly enable/disable rather than toggle. | ||
| 5 | (shell-mode): Use it. | ||
| 6 | (shell-cd): Don't try to reproduce what `cd' does. | ||
| 7 | |||
| 1 | 2006-05-17 Kim F. Storm <storm@cua.dk> | 8 | 2006-05-17 Kim F. Storm <storm@cua.dk> |
| 2 | 9 | ||
| 3 | * ido.el (ido-read-internal): Use only nondirectory part of default item. | 10 | * ido.el (ido-read-internal): Use only nondirectory part of |
| 11 | default item. | ||
| 4 | 12 | ||
| 5 | 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org> | 13 | 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org> |
| 6 | 14 | ||