changeset 58376:3b0280015770

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 21 Nov 2004 00:40:54 +0000
parents 8a32e848578e
children 01886d0fea34
files lisp/ChangeLog man/ChangeLog src/ChangeLog
diffstat 3 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sun Nov 21 00:40:32 2004 +0000
+++ b/lisp/ChangeLog	Sun Nov 21 00:40:54 2004 +0000
@@ -1,5 +1,7 @@
 2004-11-20  Richard M. Stallman  <rms@gnu.org>
 
+	* 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.
--- a/man/ChangeLog	Sun Nov 21 00:40:32 2004 +0000
+++ b/man/ChangeLog	Sun Nov 21 00:40:54 2004 +0000
@@ -1,3 +1,7 @@
+2004-11-09  Lars Brinkhoff  <lars@nocrew.org>
+
+	* building.texi (Lisp Eval): Delete hyphen in section name.
+
 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
 
 	* files.texi (Old Versions):
--- a/src/ChangeLog	Sun Nov 21 00:40:32 2004 +0000
+++ b/src/ChangeLog	Sun Nov 21 00:40:54 2004 +0000
@@ -1,3 +1,8 @@
+2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* minibuf.c (Fminibuffer_complete_and_exit):
+	Fixup the case of the completed value, for case-indep completion.
+
 2004-11-20  Richard M. Stallman  <rms@gnu.org>
 
 	* minibuf.c (read_minibuf): New arg KEEP_ALL.  Callers changed.