emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/debbugs 5bb6e23 254/311: Release debbugs 0.19


From: Stefan Monnier
Subject: [elpa] externals/debbugs 5bb6e23 254/311: Release debbugs 0.19
Date: Sun, 29 Nov 2020 18:42:23 -0500 (EST)

branch: externals/debbugs
commit 5bb6e23cada9fd2a81c6f87e445b02d004d85bf9
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    Release debbugs 0.19
    
    * packages/debbugs/debbugs-gnu.el (debbugs-gnu-current-status):
    Check also for `debbugs-org-mode'.
    
    * packages/debbugs/debbugs-ug.texi (TODO Items): The variables
    behave similar as in tabulated lists.
    
    * packages/debbugs/debbugs.el: Increase Version to 0.19.
---
 debbugs-gnu.el  |  4 ++-
 debbugs-ug.info | 86 +++++++++++++++++++++++++++++----------------------------
 debbugs-ug.texi |  5 +++-
 debbugs.el      |  2 +-
 4 files changed, 52 insertions(+), 45 deletions(-)

diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index fad31a0..ec3fa52 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -1290,7 +1290,9 @@ interest to you."
           (error "No bug on the current line"))))
 
 (defun debbugs-gnu-current-status ()
-  (when (derived-mode-p 'debbugs-gnu-mode)
+  ;; FIXME: `debbugs-org-mode' shouldn't be mentioned here.
+  (when (or (derived-mode-p 'debbugs-gnu-mode)
+           (bound-and-true-p debbugs-org-mode))
     (get-text-property (line-beginning-position) 'tabulated-list-id)))
 
 (defun debbugs-gnu-display-status (query filter status)
diff --git a/debbugs-ug.info b/debbugs-ug.info
index 4340c83..4ac9cbc 100644
--- a/debbugs-ug.info
+++ b/debbugs-ug.info
@@ -426,7 +426,9 @@ This enables the following key strokes:
             
 
    When the bug attributes are shown by 'org-cycle', there is a link
-'Messages' which opens a GNUS ephemeral group for that bug.
+'Messages' which opens the messages for that bug.  The user options
+'debbugs-gnu-suppress-closed' and 'debbugs-gnu-mail-backend' have the
+same meaning as in *note Tabulated Lists::.
 
 
 File: debbugs-ug.info,  Node: Control Messages,  Next: Applying Patches,  
Prev: TODO Items,  Up: Presenting Bugs
@@ -1117,46 +1119,46 @@ Ref: Searching Bugs-Footnote-211338
 Node: Presenting Bugs11429
 Node: Tabulated Lists12091
 Node: TODO Items15946
-Node: Control Messages17158
-Node: Applying Patches20672
-Node: Posting Patches22062
-Node: Customizing debbugs-gnu-pick-commits24547
-Node: Minor Mode25247
-Node: Command Index26303
-Node: Variable Index27163
-Node: Key Index28608
-Node: Mail Command Index30316
-Ref: Mail Command Index: reassign30469
-Ref: Mail Command Index: reopen31235
-Ref: Mail Command Index: found32389
-Ref: Mail Command Index: notfound33470
-Ref: Mail Command Index: fixed33879
-Ref: Mail Command Index: notfixed34325
-Ref: Mail Command Index: submitter34948
-Ref: Mail Command Index: forwarded35342
-Ref: Mail Command Index: notforwarded35959
-Ref: Mail Command Index: retitle36160
-Ref: Mail Command Index: severity36544
-Ref: Mail Command Index: clone36875
-Ref: Mail Command Index: merge37639
-Ref: Mail Command Index: forcemerge39026
-Ref: Mail Command Index: unmerge39470
-Ref: Mail Command Index: tags40173
-Ref: Mail Command Index: block41239
-Ref: Mail Command Index: unblock41276
-Ref: Mail Command Index: close41761
-Ref: Mail Command Index: package42411
-Ref: Mail Command Index: owner43023
-Ref: Mail Command Index: noowner43386
-Ref: Mail Command Index: archive43559
-Ref: Mail Command Index: unarchive43700
-Ref: Mail Command Index: #43993
-Ref: Mail Command Index: quit44253
-Ref: Mail Command Index: stop44260
-Ref: Mail Command Index: thank44267
-Ref: Mail Command Index: thanks44275
-Ref: Mail Command Index: thankyou44284
-Ref: Mail Command Index: thank you44295
-Ref: Mail Command Index: --44307
+Node: Control Messages17280
+Node: Applying Patches20794
+Node: Posting Patches22184
+Node: Customizing debbugs-gnu-pick-commits24669
+Node: Minor Mode25369
+Node: Command Index26425
+Node: Variable Index27285
+Node: Key Index28730
+Node: Mail Command Index30438
+Ref: Mail Command Index: reassign30591
+Ref: Mail Command Index: reopen31357
+Ref: Mail Command Index: found32511
+Ref: Mail Command Index: notfound33592
+Ref: Mail Command Index: fixed34001
+Ref: Mail Command Index: notfixed34447
+Ref: Mail Command Index: submitter35070
+Ref: Mail Command Index: forwarded35464
+Ref: Mail Command Index: notforwarded36081
+Ref: Mail Command Index: retitle36282
+Ref: Mail Command Index: severity36666
+Ref: Mail Command Index: clone36997
+Ref: Mail Command Index: merge37761
+Ref: Mail Command Index: forcemerge39148
+Ref: Mail Command Index: unmerge39592
+Ref: Mail Command Index: tags40295
+Ref: Mail Command Index: block41361
+Ref: Mail Command Index: unblock41398
+Ref: Mail Command Index: close41883
+Ref: Mail Command Index: package42533
+Ref: Mail Command Index: owner43145
+Ref: Mail Command Index: noowner43508
+Ref: Mail Command Index: archive43681
+Ref: Mail Command Index: unarchive43822
+Ref: Mail Command Index: #44115
+Ref: Mail Command Index: quit44375
+Ref: Mail Command Index: stop44382
+Ref: Mail Command Index: thank44389
+Ref: Mail Command Index: thanks44397
+Ref: Mail Command Index: thankyou44406
+Ref: Mail Command Index: thank you44417
+Ref: Mail Command Index: --44429
 
 End Tag Table
diff --git a/debbugs-ug.texi b/debbugs-ug.texi
index 54be159..1a1f02e 100644
--- a/debbugs-ug.texi
+++ b/debbugs-ug.texi
@@ -500,7 +500,10 @@ Messages}.
 @end multitable
 
 When the bug attributes are shown by @code{org-cycle}, there is a link
-@code{Messages} which opens a GNUS ephemeral group for that bug.@c 
(@pxref{xxx}).
+@code{Messages} which opens the messages for that bug.  @c (@pxref{xxx}).
+The user options @code{debbugs-gnu-suppress-closed} and
+@code{debbugs-gnu-mail-backend} have the same meaning as in
+@ref{Tabulated Lists}.
 
 
 @node Control Messages
diff --git a/debbugs.el b/debbugs.el
index 9962b70..bf4c95e 100644
--- a/debbugs.el
+++ b/debbugs.el
@@ -5,7 +5,7 @@
 ;; Author: Michael Albinus <michael.albinus@gmx.de>
 ;; Keywords: comm, hypermedia
 ;; Package: debbugs
-;; Version: 0.18
+;; Version: 0.19
 ;; Package-Requires: ((emacs "25.1") (soap-client "3.1.5") (cl-lib "0.5"))
 
 ;; This file is not part of GNU Emacs.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]