]> code.delx.au - gnu-emacs-elpa/commitdiff
Fix the values possible for status queries in debbugs
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 22 Jun 2016 15:52:22 +0000 (17:52 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 22 Jun 2016 15:52:22 +0000 (17:52 +0200)
* packages/debbugs/debbugs.el (debbugs-get-bugs)
(debbugs-search-est):
* packages/debbugs/debbugs-gnu.el (debbugs-gnu-search):
* packages/debbugs/debbugs.texi (Requesting bug numbers)
(Requesting bugs statuses):
* packages/debbugs/debbugs-ug.texi (Searching Bugs):
Fix the values possible for status queries.

packages/debbugs/debbugs-gnu.el
packages/debbugs/debbugs-ug.info
packages/debbugs/debbugs-ug.texi
packages/debbugs/debbugs.el
packages/debbugs/debbugs.info
packages/debbugs/debbugs.texi

index a84083f9d2d760ed5d2058d47d7dfcca5412ee48..3df11176afd7b8370ecbe2e0810c873a5d7548c2 100644 (file)
@@ -451,7 +451,7 @@ marked as \"client-side filter\"."
               (completing-read
                (format "Enter status%s: "
                        (if (null phrase) "" " (client-side filter)"))
               (completing-read
                (format "Enter status%s: "
                        (if (null phrase) "" " (client-side filter)"))
-               '("pending" "forwarded" "fixed" "done")))
+               '("open" "forwarded" "done")))
              (when (not (zerop (length val1)))
                 (if (null phrase)
                     (add-to-list
              (when (not (zerop (length val1)))
                 (if (null phrase)
                     (add-to-list
index 11738e30deea2619b291c2fd3e2a2dd33ec68635..4a210105f1d71892fcb4c1118267b2ba3f109613 100644 (file)
@@ -203,8 +203,8 @@ engine
           Word(s) the subject of the bug report contains.
 
      'status'
           Word(s) the subject of the bug report contains.
 
      'status'
-          The status of the bug report.  Valid values are "pending",
-          "forwarded", "fixed" and "done".
+          The status of the bug report.  Valid values are "open",
+          "forwarded" and "done".
 
      It is also possible to apply these commands with an empty search
      phrase.  In this case, the GNU Debbugs server is searched only
 
      It is also possible to apply these commands with an empty search
      phrase.  In this case, the GNU Debbugs server is searched only
@@ -599,15 +599,15 @@ Tag Table:
 Node: Top\7f1097
 Node: Retrieving Bugs\7f2635
 Node: Searching Bugs\7f6362
 Node: Top\7f1097
 Node: Retrieving Bugs\7f2635
 Node: Searching Bugs\7f6362
-Ref: Searching Bugs-Footnote-1\7f10520
-Ref: Searching Bugs-Footnote-2\7f10608
-Node: Layout\7f10699
-Node: Tabulated Lists\7f11174
-Node: TODO Items\7f14532
-Node: Control Messages\7f15579
-Node: Minor Mode\7f17975
-Node: Command Index\7f18914
-Node: Variable Index\7f19703
-Node: Key Index\7f20422
+Ref: Searching Bugs-Footnote-1\7f10508
+Ref: Searching Bugs-Footnote-2\7f10596
+Node: Layout\7f10687
+Node: Tabulated Lists\7f11162
+Node: TODO Items\7f14520
+Node: Control Messages\7f15567
+Node: Minor Mode\7f17963
+Node: Command Index\7f18902
+Node: Variable Index\7f19691
+Node: Key Index\7f20410
 \1f
 End Tag Table
 \1f
 End Tag Table
index 40057a28b2410b146bb468920046203b295bce67..2d5f4352bad61febaadd98136b0cb2095d8109e9 100644 (file)
@@ -225,8 +225,8 @@ modified.
 Word(s) the subject of the bug report contains.
 
 @item status
 Word(s) the subject of the bug report contains.
 
 @item status
-The status of the bug report.  Valid values are "pending",
-"forwarded", "fixed" and "done".
+The status of the bug report.  Valid values are "open", "forwarded"
+and "done".
 @end table
 
 It is also possible to apply these commands with an empty search
 @end table
 
 It is also possible to apply these commands with an empty search
index ad5147444fa4f2e9e7ecdd6549e086d3b1f54727..8d42f3e31ff967c80c229f21a697a22938be3f3c 100644 (file)
@@ -181,8 +181,8 @@ Valid keywords are:
   the value of field `affects' in bug's status.  The returned bugs
   do not necessary belong to this package.
 
   the value of field `affects' in bug's status.  The returned bugs
   do not necessary belong to this package.
 
-  :status -- Status of bug.  Valid values are \"pending\",
-  \"forwarded\", \"fixed\" and \"done\".
+  :status -- Status of bug.  Valid values are \"open\",
+  \"forwarded\" and \"done\".
 
   :archive -- A keyword to filter for bugs which are already
   archived, or not.  Valid values are \"0\" (not archived),
 
   :archive -- A keyword to filter for bugs which are already
   archived, or not.  Valid values are \"0\" (not archived),
@@ -225,8 +225,8 @@ patch:
               (setq vec (vconcat vec (list key val))))
           (error "Wrong %s: %s" key val)))
        (:status
               (setq vec (vconcat vec (list key val))))
           (error "Wrong %s: %s" key val)))
        (:status
-        ;; Possible values: "pending", "forwarded", "fixed" and "done".
-        (if (string-match "\\`\\(pending\\|forwarded\\|fixed\\|done\\)\\'" val)
+        ;; Possible values: "open", "forwarded" and "done".
+        (if (string-match "\\`\\(open\\|forwarded\\|done\\)\\'" val)
             (setq vec (vconcat vec (list key val)))
           (error "Wrong %s: %s" key val)))
        (:archive
             (setq vec (vconcat vec (list key val)))
           (error "Wrong %s: %s" key val)))
        (:archive
@@ -749,11 +749,10 @@ Examples:
               (setq attr-cond t)
               (if (not (stringp (car elt)))
                   (setq vec (vconcat vec (list key "")))
               (setq attr-cond t)
               (if (not (stringp (car elt)))
                   (setq vec (vconcat vec (list key "")))
-                ;; Possible values: "pending", "forwarded", "fixed" and "done".
-                (while  (and (stringp (car elt))
-                             (string-match
-                              "\\`\\(pending\\|forwarded\\|fixed\\|done\\)\\'"
-                              (car elt)))
+                ;; Possible values: "open", "forwarded" and "done".
+                (while (and (stringp (car elt))
+                            (string-match
+                             "\\`\\(open\\|forwarded\\|done\\)\\'" (car elt)))
                   (let ((x (pop elt)))
                     (unless (member x val)
                       (setq val (append val (list x))))))
                   (let ((x (pop elt)))
                     (unless (member x val)
                       (setq val (append val (list x))))))
index b05bf77d1bbbc291535903c127a473ac8c0c6003..77636092075220e8e68dd6a9587c980b8903d0d5 100644 (file)
@@ -1,4 +1,4 @@
-This is debbugs.info, produced by makeinfo version 6.0 from
+This is debbugs.info, produced by makeinfo version 6.1 from
 debbugs.texi.
 
 Copyright (C) 2011-2016 Free Software Foundation, Inc.
 debbugs.texi.
 
 Copyright (C) 2011-2016 Free Software Foundation, Inc.
@@ -256,8 +256,8 @@ Debbugs server the list of bug numbers that match a user's query.
           do not necessary belong to this package.
 
      ':status'
           do not necessary belong to this package.
 
      ':status'
-          Status of bug.  Valid values are '"done"', '"forwarded"' and
-          '"open"'.
+          Status of bug.  Valid values are '"open"', '"forwarded"' and
+          '"done"'.
 
      ':archive'
           A keyword to filter for bugs which are already archived, or
 
      ':archive'
           A keyword to filter for bugs which are already archived, or
@@ -320,7 +320,8 @@ and various aspects of relationship with other bug reports.
           (*note Requesting bug numbers::).
 
      'pending'
           (*note Requesting bug numbers::).
 
      'pending'
-          The string '"pending"', '"forwarded"' or '"done"'.
+          The string '"pending"', '"forwarded"', '"fixed"' or
+          '"done"'.
 
      'subject'
           Subject/Title of the bugreport.
 
      'subject'
           Subject/Title of the bugreport.
@@ -551,7 +552,7 @@ Node: Installation\7f3179
 Node: Configuration\7f4278
 Node: Requesting bug numbers\7f6629
 Node: Requesting bugs statuses\7f11883
 Node: Configuration\7f4278
 Node: Requesting bug numbers\7f6629
 Node: Requesting bugs statuses\7f11883
-Node: Requesting messages\7f15934
-Node: Requesting user tags\7f18949
+Node: Requesting messages\7f15955
+Node: Requesting user tags\7f18970
 \1f
 End Tag Table
 \1f
 End Tag Table
index 0a627d6b935ec29059ab16d48812d3d57803caca..d71d866623664558e71fdfa0de3c08ead8f3ac51 100644 (file)
@@ -263,8 +263,8 @@ with the given name.  The bugs are chosen by the value of field
 belong to this package.
 
 @item :status
 belong to this package.
 
 @item :status
-Status of bug.  Valid values are @code{"done"}, @code{"forwarded"} and
-@code{"open"}.
+Status of bug.  Valid values are @code{"open"}, @code{"forwarded"} and
+@code{"done"}.
 
 @item :archive
 A keyword to filter for bugs which are already archived, or not.  Valid
 
 @item :archive
 A keyword to filter for bugs which are already archived, or not.  Valid
@@ -331,7 +331,8 @@ same as for @code{:tags} in @code{debbugs-get-bugs} (@pxref{Requesting
 bug numbers}).
 
 @item pending
 bug numbers}).
 
 @item pending
-The string @code{"pending"}, @code{"forwarded"} or @code{"done"}.
+The string @code{"pending"}, @code{"forwarded"}, @code{"fixed"} or
+@code{"done"}.
 
 @item subject
 Subject/Title of the bugreport.
 
 @item subject
 Subject/Title of the bugreport.