]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuri Linkov <juri@jurta.org>
Wed, 31 May 2006 22:07:21 +0000 (22:07 +0000)
committerJuri Linkov <juri@jurta.org>
Wed, 31 May 2006 22:07:21 +0000 (22:07 +0000)
lispref/ChangeLog
src/ChangeLog

index 03fc486ae5ae3c0e92e6a44a9541e48e25aa0db0..e0f53dd26e15d11251cbd627e367342ea44ac6e1 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-31  Juri Linkov  <juri@jurta.org>
+
+       * minibuf.texi (Minibuffer History): Add history-add-new-input.
+
 2006-05-30  Richard Stallman  <rms@gnu.org>
 
        * display.texi (Line Height): Fix errors in description of
index cca73c2d2a8f702c94a6874f086ace2f1b1a55ef..555e57110f2c44f540cb4c5b7f38c44211ffda98 100644 (file)
@@ -1,3 +1,10 @@
+2006-05-31  Juri Linkov  <juri@jurta.org>
+
+       * minibuf.c (Vhistory_add_new_input): New variable.
+       (read_minibuf): Use it.
+       (syms_of_minibuf) <history-add-new-input>: New Lisp variable.
+       (syms_of_minibuf) <history-delete-duplicates>: Doc fix.
+
 2006-05-31  Kim F. Storm  <storm@cua.dk>
 
        * process.c (select_wrapper): Add wrapper around select to work around