Mercurial > emacs
changeset 42118:b646f4a6326b
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 18 Dec 2001 04:14:07 +0000 |
parents | bdf2f34631aa |
children | cfeff2859949 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Dec 18 02:22:44 2001 +0000 +++ b/lisp/ChangeLog Tue Dec 18 04:14:07 2001 +0000 @@ -1,3 +1,10 @@ +2001-12-17 Richard M. Stallman <rms@gnu.org> + + * comint.el (comint-dynamic-list-input-ring-select): New function. + Switches back to the old window configuration. + (comint-dynamic-list-input-ring): Bind RET to that function. + (comint-dynamic-list-input-ring-window-conf): New variable. + 2001-12-17 Werner Lemberg <wl@gnu.org> * international/mule-conf.el: Improve documentation strings of @@ -10,6 +17,9 @@ * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el. + * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers. + Add a DESCRIPTION for the makefile item. + * find-file.el (ff-other-file-name): New function. 2001-12-16 Eli Zaretskii <eliz@is.elta.co.il>