X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/f7726f90257c164c7396b79acf3b42c27944ebad..4002446deb0d2d3a7a7ac2180c193328dd2cf1f3:/packages/debbugs/ChangeLog diff --git a/packages/debbugs/ChangeLog b/packages/debbugs/ChangeLog index 8124f4a0f..7147a4468 100644 --- a/packages/debbugs/ChangeLog +++ b/packages/debbugs/ChangeLog @@ -1,3 +1,84 @@ +2011-07-06 Stefan Monnier + + * debbugs-gnu.el (debbugs-gnu): New group. + (widget-mouse-face, gnus-posting-styles): Declare. + (debbugs-suppress-done): Avoid beginning-of-buffer. + +2011-07-06 Lars Magne Ingebrigtsen + + * debbugs-gnu.el (debbugs-toggle-sort): Sort the tagged bugs at + the end. + (debbugs-emacs): Init the saved bugs on call, not on load. + (debbugs-dump-persistency-file): Don't destroy the list while + saving it. + +2011-07-05 Michael Albinus + + * debbugs-gnu.el (debbugs-owner): Remove. We use `debbugs-tagged' + uniquely. + (debbugs-widgets, debbugs-package, debbugs-severities) + (debbugs-archive): New defvars. + (debbugs-local-tags, debbugs-persistency-file) + (debbugs-dump-persistency-file): Add docstring. + (debbugs-emacs): Use new defvars. + (debbugs-show-reports): Remove widgets from arguments. Mark bugs + submitted by user. + (debbugs-mode-map): Add "x" (for purge "done" bugs). + (debbugs-rescan): On the last page, check also for new arrived bugs. + (debbugs-suppress-done): New defun. + +2011-07-04 Michael Albinus + + * debbugs-gnu.el (debbugs-tagged): New face. + (debbugs-persistency-file): New defvar. Read and eval its + contents during loading. + (debbugs-dump-persistency-file): New defun. Add it to + `kill-emacs-hook'. + (debbugs-local-tags): New defvar. + (debbugs-show-reports): Code cleanup. Show tagged bugs. + (debbugs-mode-map): Add "t" (for toggle tag) and "C" (for send + control message). + (debbugs-toggle-tag): New defun. + (debbugs-display-status): Remove superfluous let-binding. + (debbugs-send-control-message): Read id also via `debbugs-current-id'. + +2011-07-04 Lars Magne Ingebrigtsen + + * debbugs-gnu.el (debbugs-select-report): Fetch all merged + reports. + +2011-07-03 Lars Magne Ingebrigtsen + + * debbugs-gnu.el (debbugs-rescan): New command and keystroke. + +2011-07-03 Michael Albinus + + * debbugs-gnu.el (debbugs-widget-map): Add [mouse-1] and [mouse-2]. + (debbugs-emacs): Add :help-echo and :suppress-done for report + pages' widgets. + (debbugs-show-reports): Remove suppress-done from arguments. + It must be read from the widget anyway. Tune inserting of bottom + line widgets. + (debbugs-owner): New face. + (debbugs-show-reports): Mark subject if the user is the bug's + owner. Add mouse-face. + (debbugs-mode-map): Add [mouse-1] and [mouse-2]. + (debbugs-send-control-message): Add "owner" and "noowner" messages. + +2011-07-03 Lars Magne Ingebrigtsen + + * debbugs-gnu.el (debbugs-emacs): Don't use widgets to provide + clickable links, since that requires you to select certain parts + of the line, which is annoying. + (debbugs-show-reports): Store the status in the buffer. + (debbugs-display-status): New command and keystroke. + (debbugs-widget-map): New keymap. + (debbugs-emacs): Use it. + (debbugs-toggle-sort): Make sorting work again. + (debbugs-toggle-sort): Use `debbugs-current-id'. + (debbugs-toggle-sort): Don't move point around so much. + (debbugs-summary-mode): Ignore submit@debbugs addresses, too. + 2011-07-03 Michael Albinus * debbugs-gnu.el (debbugs-emacs, debbugs-show-reports): Rewrite in