about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-05-01 11:33:02 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-05-01 11:33:02 +0000
commita8854f71ebb7670e49cf0481f26ede1c807ba177 (patch)
treef2eec2b2733646d931f2d15d29ed929a8d6f8908 /ChangeLog
parentfadf4a55ffa9209f1988e7bd85f2940ef592d26f (diff)
downloadzsh-a8854f71ebb7670e49cf0481f26ede1c807ba177.tar.gz
zsh-a8854f71ebb7670e49cf0481f26ede1c807ba177.tar.xz
zsh-a8854f71ebb7670e49cf0481f26ede1c807ba177.zip
24900: add backward-kill-word behaviour to isearch
document isearch commands better
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34210525b..6cbc997b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-05-01  Peter Stephenson  <pws@csr.com>
 
+	* 24900: Doc/Zsh/zle.yo, Src/Zle/zle_hist.c: add
+	backward-kill-word to delete previous character immediately
+	in isearch and document the isearch commands better.
+
 	* 24899: Doc/Zsh/zle.yo, Src/Zle/zle_main.c,
 	Src/Zle/zle_refresh.c: make colour escape sequences configurable
 	and allow ANSI colour names.