about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-10-17 11:07:47 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-10-17 11:07:47 +0000
commit47f979381ff34e83ff006897ce52c3692cd06c05 (patch)
treeb0d46e18b45cfa5361632ebee46021e9786fcadd /ChangeLog
parentf9eb4b60bd5ee425689fdd3f7b65f120ed719917 (diff)
downloadzsh-47f979381ff34e83ff006897ce52c3692cd06c05.tar.gz
zsh-47f979381ff34e83ff006897ce52c3692cd06c05.tar.xz
zsh-47f979381ff34e83ff006897ce52c3692cd06c05.zip
various old patches ported back
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9de6226d..1a46ca6f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2001-10-17  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 16002: Completion/Unix/Type/_path_files: use expanded paths
+	(expand style with value prefix) only when we are at the last
+	matcher spec
+
+	* 15991: Src/Zle/compcore.c: hide all but one match with the
+	same string in the list even for unsorted groups
+
+	* 15944: Completion/Unix/Type/_path_files, Doc/Zsh/compsys.yo:
+	make expand style (file completion) work again; no more special
+	behaviour with menu completion; try to make docs clearer
+
+	* 15653: Completion/Base/Core/_main_complete: make insert-tab
+	really default to `true'
+
+	* 15615: Completion/Unix/Type/_path_files: -[12n] options don't
+	get arguments
+
 2001-10-16  Bart Schaefer  <schaefer@zsh.org>
 
 	* 15812: Doc/Zsh/zle.yo: Cross-reference parameters used by ZLE.