diff options
| author | Kim F. Storm | 2002-10-22 22:27:39 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2002-10-22 22:27:39 +0000 |
| commit | 00e98040d106230e0860a7470f7bd9ba01b7cae3 (patch) | |
| tree | 62cb54daf84ed11031f64720f0f9e83c37ef4cac | |
| parent | 7440eb85bc144dd9437374d6b7e2d5444f1aeac8 (diff) | |
| download | emacs-00e98040d106230e0860a7470f7bd9ba01b7cae3.tar.gz emacs-00e98040d106230e0860a7470f7bd9ba01b7cae3.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b3e116c94f..1f60758a695 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-10-23 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * ido.el (ido-restrict-to-matches): New command. | ||
| 4 | (ido-define-mode-map): Bind it to C-SPC and C-@ in ido-mode-map. | ||
| 5 | |||
| 1 | 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change) | 6 | 2002-10-22 Bob Halley <halley@play-bow.org> (tiny change) |
| 2 | 7 | ||
| 3 | * eshell/esh-io.el (eshell-set-output-handle): Fix so that | 8 | * eshell/esh-io.el (eshell-set-output-handle): Fix so that |