about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2013-10-28 12:12:17 -0700
committerBart Schaefer <schaefer@zsh.org>2013-10-28 12:12:17 -0700
commitf2b2b4fece90a38f503c1f8fccf8e23f04fe2a29 (patch)
treec31700c59f95bc48b5d6c3df9f12d50502ffae0b
parentcbe9371023942960e56aa6fe87badf10eaf42cb8 (diff)
downloadzsh-f2b2b4fece90a38f503c1f8fccf8e23f04fe2a29.tar.gz
zsh-f2b2b4fece90a38f503c1f8fccf8e23f04fe2a29.tar.xz
zsh-f2b2b4fece90a38f503c1f8fccf8e23f04fe2a29.zip
Mention HISTORY_IGNORE
-rw-r--r--ChangeLog4
-rw-r--r--NEWS5
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27b4cde50..771d52374 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-28  Bart Schaefer  <schaefer@zsh.org>
+
+	* unposted: NEWS: mention HISTORY_IGNORE
+
 2013-10-28  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 31922: Src/Zle/zle_utils.c (zlecharasstring): missing
diff --git a/NEWS b/NEWS
index beea90bab..84c5f7b1f 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,11 @@ The _user_expand completer now allows expansion functions in the
 user-expand files to return a string in REPLY that will be used to name
 the set of expansions returned.
 
+The parameter HISTORY_IGNORE may be set to a pattern which matches
+lines in the internal history that are to be omitted from the history
+file at file write time.  This differs from history changes made in
+the zshaddhistory hook or by the HIST_IGNORE_* options, all of which
+take effect immediately on the internal history list itself.
 
 Changes between 4.2 and 5.0.0
 -----------------------------