about summary refs log tree commit diff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2009-12-10 20:49:27 +0000
committerClint Adams <clint@users.sourceforge.net>2009-12-10 20:49:27 +0000
commited9f525f1be7755a5c6a91301581e9ecf4294e29 (patch)
tree185bda29841780b93bc4b5ac304d9e838aecf3ee
parent72935659636db303df45793a17d9d2fe25178629 (diff)
downloadzsh-ed9f525f1be7755a5c6a91301581e9ecf4294e29.tar.gz
zsh-ed9f525f1be7755a5c6a91301581e9ecf4294e29.tar.xz
zsh-ed9f525f1be7755a5c6a91301581e9ecf4294e29.zip
27494: reportbug --paranoid, --no-paranoid, --body, and --body-file.
-rw-r--r--ChangeLog7
-rw-r--r--Completion/Debian/Command/_bug4
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b631fecb..982c129bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-12-10  Clint Adams  <clint@zsh.org>
+
+	* 27494: Completion/Debian/Command/_bug: reportbug --paranoid,
+	--no-paranoid, --body, and --body-file.
+
 2009-12-07  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 27479: Src/Zle/zle_tricky.c: prevent completions
@@ -12457,5 +12462,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.4836 $
+* $Revision: 1.4837 $
 *****************************************************
diff --git a/Completion/Debian/Command/_bug b/Completion/Debian/Command/_bug
index 77f680837..d757a4a3d 100644
--- a/Completion/Debian/Command/_bug
+++ b/Completion/Debian/Command/_bug
@@ -88,6 +88,10 @@ case "$service" in
       '(-d)--debug' \
       '--version' \
       '--license' \
+      '(--no-paranoid)--paranoid' \
+      '(--paranoid)--no-paranoid' \
+      '--body=:message body string' \
+      '--body-file=:message body file:_files' \
       "$_bug_commonargs[@]" \
       "$_rb_commonargs[@]"
   ;;