From 82db8fa7c5ef973cb17c82d90bd2d2f7900b428f Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 31 May 2006 22:07:21 +0000 Subject: [PATCH] *** empty log message *** --- lispref/ChangeLog | 4 ++++ src/ChangeLog | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 03fc486ae5a..e0f53dd26e1 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2006-05-31 Juri Linkov + + * minibuf.texi (Minibuffer History): Add history-add-new-input. + 2006-05-30 Richard Stallman * display.texi (Line Height): Fix errors in description of diff --git a/src/ChangeLog b/src/ChangeLog index cca73c2d2a8..555e57110f2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2006-05-31 Juri Linkov + + * minibuf.c (Vhistory_add_new_input): New variable. + (read_minibuf): Use it. + (syms_of_minibuf) : New Lisp variable. + (syms_of_minibuf) : Doc fix. + 2006-05-31 Kim F. Storm * process.c (select_wrapper): Add wrapper around select to work around -- 2.39.5