summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Src/Zle/zle_hist.c19
2 files changed, 19 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 541a99857..b1aa1a361 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-04-26 Peter Stephenson <p.w.stephenson@ntlworld.com>
+ * 24879: Src/Zle/zle_hist.c: nastiness with pattern search
+ and duplicate line detection.
+
* 24878: NEWS, Doc/Zsh/zle.yo, Src/glob.c, Src/pattern.c,
Src/zsh.h, Src/Zle/iwidgets.list, Src/Zle/zle_hist.c:
add history-incremental-pattern-search-backward and
diff --git a/Src/Zle/zle_hist.c b/Src/Zle/zle_hist.c
index 281de2e3b..ce3c284ca 100644
--- a/Src/Zle/zle_hist.c
+++ b/Src/Zle/zle_hist.c