]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 21 Nov 2004 00:40:54 +0000 (00:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 21 Nov 2004 00:40:54 +0000 (00:40 +0000)
lisp/ChangeLog
man/ChangeLog
src/ChangeLog

index cf69f70003743f632adb4b516575c65b8846643b..cb6d32a458a05816af8227040442c77c3ca579e1 100644 (file)
@@ -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.
index 140e41a3ac99f3829446cb41497a683b4aa31a95..791c386832dc8754e052a81a5b408460d84fccd5 100644 (file)
@@ -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):
index 6d54dc2937430f87a3a6d1003521eaae20b69044..a01cbece1a7d3be8cece435653b4ed012eca75ba 100644 (file)
@@ -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.