about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-03 14:44:01 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-03 14:44:01 +0000
commitaa0381bd2b64ad6ea1e24110c1c2ec6773f9288e (patch)
treef9b2e23776f0510c2cb771bb882d5731b0a3b289 /ChangeLog
parent17e79c01575b26e28e5f978d99cff250a6d9e63b (diff)
downloadzsh-aa0381bd2b64ad6ea1e24110c1c2ec6773f9288e.tar.gz
zsh-aa0381bd2b64ad6ea1e24110c1c2ec6773f9288e.tar.xz
zsh-aa0381bd2b64ad6ea1e24110c1c2ec6773f9288e.zip
allow `-' in exclusion lists for _arguments, to avoid completing all options (11121)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a7757b7a..d0d96c532 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2000-05-03  Sven Wischnowsky  <wischnow@informatik.hu-berlin.de>
 
+	* 11121: Completion/User/_fakeroot, Completion/User/_rlogin,
+ 	Completion/User/_ssh, Completion/User/_sudo,
+ 	Completion/User/_xargs, Completion/X/_xutils, Doc/Zsh/compsys.yo,
+ 	Src/Zle/computil.c: allow `-' in exclusion lists for _arguments,
+ 	to avoid completing all options
+	
 	* 11117: Doc/Zsh/expn.yo, Src/hist.c: fix for the (z) flag: report
  	partial word (like `"foo', without a closing quote); mention in
  	manual that (z) is handled lately