summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2015-06-18 23:55:45 +0200
committerOliver Kiddle <opk@zsh.org>2015-06-19 00:01:42 +0200
commit0a0ba5e6641a8a78d745928e5738c95cc5353ee0 (patch)
tree3eb03306f095516cb14c93d1ad192f0c65eba1ba /ChangeLog
parent35510: use consistent formatting for git subcommands (diff)
downloadzsh-0a0ba5e6641a8a78d745928e5738c95cc5353ee0.tar
zsh-0a0ba5e6641a8a78d745928e5738c95cc5353ee0.tar.gz
zsh-0a0ba5e6641a8a78d745928e5738c95cc5353ee0.tar.bz2
zsh-0a0ba5e6641a8a78d745928e5738c95cc5353ee0.tar.lz
zsh-0a0ba5e6641a8a78d745928e5738c95cc5353ee0.tar.xz
zsh-0a0ba5e6641a8a78d745928e5738c95cc5353ee0.tar.zst
zsh-0a0ba5e6641a8a78d745928e5738c95cc5353ee0.zip
35487, 35496: don't reinstate previous incremental search string
when search direction changes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42b25a74d..0a0bd36a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2015-06-18 Oliver Kiddle <opk@zsh.org>
+ * 35487, 35496: Doc/Zsh/zle.yo, Src/Zle/complist.c,
+ Src/Zle/zle_hist.c: don't reinstate previous incremental search
+ string when search direction changes
+
* 35510: Completion/Unix/Command/_git: use consistent
formatting for git subcommands