summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-----------------------------