about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-03-27 09:14:50 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-03-27 09:14:50 +0000
commit6d72dca54fbbf3e86807502288ace649f5fbe05c (patch)
tree92fac1ca5f8121f253fbe77662c1a3fd2d4bef08 /ChangeLog
parentb0176cb54f2a7fdde6e4226e0691c88c1674af34 (diff)
downloadzsh-6d72dca54fbbf3e86807502288ace649f5fbe05c.tar.gz
zsh-6d72dca54fbbf3e86807502288ace649f5fbe05c.tar.xz
zsh-6d72dca54fbbf3e86807502288ace649f5fbe05c.zip
try to make _h_c_w smarter at the beginning and end of the list; avoid list-beeping if the old completion list is re-used (3752)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 57dd6ac1a..e8093256e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-03-27  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 3752: Completion/Commands/_history_complete_word,
+	Src/Zle/compresult.c: try to make _h_c_w smarter at the
+	beginning and end of the list; avoid list-beeping if the old
+	completion list is re-used
+
 2001-03-26  Clint Adams  <schizo@debian.org>
 
 	* 13783 from Michal Politowski: Completion/Builtins/_pids: