From: Richard M. Stallman Date: Sun, 21 Nov 2004 00:40:54 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~3795 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9961365e7f3e7772d881be2629c3e0bfcf8bcc86;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf69f700037..cb6d32a458a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2004-11-20 Richard M. Stallman + * comint.el (comint-input-ring-size): Increase to 150. + * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode): New variables. (hexl-mode): Set those variables, record ruler-mode and hl-line-mode. diff --git a/man/ChangeLog b/man/ChangeLog index 140e41a3ac9..791c386832d 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2004-11-09 Lars Brinkhoff + + * building.texi (Lisp Eval): Delete hyphen in section name. + 2004-11-19 Thien-Thi Nguyen * files.texi (Old Versions): diff --git a/src/ChangeLog b/src/ChangeLog index 6d54dc29374..a01cbece1a7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2004-11-16 Stefan Monnier + + * minibuf.c (Fminibuffer_complete_and_exit): + Fixup the case of the completed value, for case-indep completion. + 2004-11-20 Richard M. Stallman * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.