summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--Completion/Debian/Command/_bts4
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e30987e4f..6dbeb49ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-21 Clint Adams <clint@zsh.org>
+
+ * 22166: Completion/Debian/Command/_bts: add new
+ subcommands (clone, submitter, found, notfound, block, unblock,
+ user, usertag, package, owner, noowner, reportspam, cache,
+ cleancache).
+
2006-01-18 Clint Adams <clint@zsh.org>
* 22165: Doc/Zsh/builtins.yo, Doc/Zsh/expn.yo,
diff --git a/Completion/Debian/Command/_bts b/Completion/Debian/Command/_bts
index 93ca3349c..cd78eb669 100644
--- a/Completion/Debian/Command/_bts
+++ b/Completion/Debian/Command/_bts
@@ -6,7 +6,9 @@ compset -N '[,.]' || compset -n 2
if [[ CURRENT -eq 1 ]]; then
_wanted cmd expl 'bts command' compadd show bugs close reopen retitle \
- reassign merge unmerge tag severity forwarded notforwarded help
+ reassign merge unmerge tag severity forwarded notforwarded help \
+ clone submitter found notfound block unblock user usertag \
+ package owner noowner reportspam cache cleancache
return
fi