diff etc/NEWS @ 71123:cc77c3208f2c

Add `history-add-new-input'.
author Juri Linkov <juri@jurta.org>
date Wed, 31 May 2006 22:17:37 +0000
parents 8960b8875970
children 25fa0038a52d
line wrap: on
line diff
--- a/etc/NEWS	Wed May 31 22:07:21 2006 +0000
+++ b/etc/NEWS	Wed May 31 22:17:37 2006 +0000
@@ -4377,6 +4377,12 @@
 It is like `read-file-name' except that the defaulting works better
 for directories, and completion inside it shows only directories.
 
++++
+*** The new variable `history-add-new-input' specifies whether to add new
+elements in history.  If set to nil, minibuffer reading functions don't
+add new elements to the history list, so it is possible to do this
+afterwards by calling `add-to-history' explicitly.
+
 ** Completion changes:
 
 +++