about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-02-09 14:01:57 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-02-09 14:01:57 +0000
commit006e966e435e9c0b54e356fcb66a0447c8dd570c (patch)
tree5118f0501f93ab8ded2e3baea6ffe4e1067075c7 /ChangeLog
parent5723d260c0928b85989bfde7b48f26acf2d9f8c5 (diff)
downloadzsh-006e966e435e9c0b54e356fcb66a0447c8dd570c.tar.gz
zsh-006e966e435e9c0b54e356fcb66a0447c8dd570c.tar.xz
zsh-006e966e435e9c0b54e356fcb66a0447c8dd570c.zip
two small fixes to _multi_parts; one more place where a caller-supplied -S can be used and fix for the code deciding which prefix to use (13450)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 63336337f..2046d45c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-02-09  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 13450: Completion/Core/_multi_parts: two small fixes to
+ 	_multi_parts; one more place where a caller-supplied -S can be
+ 	used and fix for the code deciding which prefix to use
+	
 2001-02-08  Oliver Kiddle  <opk@zsh.org>
 
 	* 13448: Completion/User/.distfiles, Completion/User/_tin,