about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2004-02-19 22:53:28 +0000
committerClint Adams <clint@users.sourceforge.net>2004-02-19 22:53:28 +0000
commit169b440d2b9615efcdfc405caf2f0777c20d8663 (patch)
tree9fe91c560aa399df556bd53a95c4a9f79bff9789
parentf6de8782b8be44c8eec23c2686968d4a91e7455b (diff)
downloadzsh-169b440d2b9615efcdfc405caf2f0777c20d8663.tar.gz
zsh-169b440d2b9615efcdfc405caf2f0777c20d8663.tar.xz
zsh-169b440d2b9615efcdfc405caf2f0777c20d8663.zip
* unposted: Completion/Debian/Command/_bts: patch from zsh-4.0-patches
  Christian Marillat; complete new BTS tags.
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Debian/Command/_bts10
2 files changed, 11 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 22f59d698..cceab2d78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-19  Clint Adams  <schizo@debian.org>
+
+	* unposted: Completion/Debian/Command/_bts: patch from
+        Christian Marillat; complete new BTS tags.
+
 2003-12-19  Peter Stephenson  <pws@csr.com>
 
 	* unposted: Config/version.mk, README: zsh-4.0.9.
diff --git a/Completion/Debian/Command/_bts b/Completion/Debian/Command/_bts
index 61f36a841..5dbde86ca 100644
--- a/Completion/Debian/Command/_bts
+++ b/Completion/Debian/Command/_bts
@@ -77,13 +77,15 @@ else
 	 then
 	  _wanted tag expl 'tag' \
 	  compadd patch wontfix moreinfo unreproducible fixed \
-	          security potato woody sid help pending upstream \
-		  sarge experimental
+	          security potato woody sid help pending upstream lfs \
+		  sarge experimental sarge-ignore d-i confirmed ipv6 \
+		  fixed-in-experimental fixed-upstream
 	 else
 	  _wanted tag expl 'tag' \
 	  compadd patch wontfix moreinfo unreproducible fixed \
-	          security potato woody sid help pending upstream \
-		  sarge experimental
+	          security potato woody sid help pending upstream lfs \
+		  sarge experimental sarge-ignore d-i confirmed ipv6 \
+		  fixed-in-experimental fixed-upstream
 	  _wanted sep expl 'separator' compadd -S ' ' , .
 	 fi
 	;;