about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-11 09:40:13 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-04-11 09:40:13 +0000
commit3d0f90ba2b52aa93b9176362c3f1d479f21f220f (patch)
tree21860ec2e4f45695b40b038230a6a9648c36e08f /ChangeLog
parent2fcab2a716d2f770aa1efd0a2ee36f8b3b55d808 (diff)
downloadzsh-3d0f90ba2b52aa93b9176362c3f1d479f21f220f.tar.gz
zsh-3d0f90ba2b52aa93b9176362c3f1d479f21f220f.tar.xz
zsh-3d0f90ba2b52aa93b9176362c3f1d479f21f220f.zip
make _oldlist ignore list from _complete_help; _match runs for every match spec from matcher-list; _approximate doesn't redefine compadd if that is already a function (10641)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 34cc8ade1..f2ef402b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2000-04-11  Sven Wischnowsky <wischnow@informatik.hu-berlin.de>
 
+	* 10641: Completion/Core/_approximate, Completion/Core/_match,
+ 	Completion/Core/_oldlist: make _oldlist ignore list from
+ 	_complete_help; _match runs for every match spec from
+ 	matcher-list; _approximate doesn't redefine compadd if that is
+ 	already a function
+	
 	* 10635: Completion/User/_make: _make uses $words[1] for command
  	name