branch: master commit 18c8a70cd552ef65aabd1031809b29df263696ce Author: Michael Albinus <michael.albi...@gmx.de> Commit: Michael Albinus <michael.albi...@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. --- packages/debbugs/debbugs-gnu.el | 4 +- packages/debbugs/debbugs-ug.info | 86 ++++++++++++++++++++-------------------- packages/debbugs/debbugs-ug.texi | 5 ++- packages/debbugs/debbugs.el | 2 +- 4 files changed, 52 insertions(+), 45 deletions(-) diff --git a/packages/debbugs/debbugs-gnu.el b/packages/debbugs/debbugs-gnu.el index fad31a0..ec3fa52 100644 --- a/packages/debbugs/debbugs-gnu.el +++ b/packages/debbugs/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/packages/debbugs/debbugs-ug.info b/packages/debbugs/debbugs-ug.info index 4340c83..4ac9cbc 100644 --- a/packages/debbugs/debbugs-ug.info +++ b/packages/debbugs/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/packages/debbugs/debbugs-ug.texi b/packages/debbugs/debbugs-ug.texi index 54be159..1a1f02e 100644 --- a/packages/debbugs/debbugs-ug.texi +++ b/packages/debbugs/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/packages/debbugs/debbugs.el b/packages/debbugs/debbugs.el index 9962b70..bf4c95e 100644 --- a/packages/debbugs/debbugs.el +++ b/packages/debbugs/debbugs.el @@ -5,7 +5,7 @@ ;; Author: Michael Albinus <michael.albi...@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.