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. 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 order to use widgets exclusively. (debbugs-widget-format-handler): New defun. (debbugs-mode-map): Derive from `special-mode-map'. Use `widget-keymap' as parent map. (debbugs-select-report): Add bug id as parameter. 2011-07-02 Michael Albinus * debbugs-gnu.el (debbugs-emacs): Move reporting lines to `debbugs-show-reports'. Create widgets for every report page. (debbugs-show-reports): New defun. (debbugs-select-report): Handle also page links. 2011-07-02 Lars Magne Ingebrigtsen * debbugs-gnu.el (debbugs-summary-mode): Make sure we don't Cc both bug-gnu-emacs (etc) and debbugs. (debbugs-emacs): Default to list the done bugs. (debbugs-toggle-sort): New command and keystroke. (debbugs-send-control-message): Record the bug number on group entry, so that we don't have to rely on subject header mangling, which is fragile. (debbugs-emacs): Display multiple merges prettier. (debbugs-toggle-sort): Allow sorting from the final line. 2011-07-02 Michael Albinus * debbugs-gnu.el (debbugs-emacs): Propertize with 'help-echo. (debbugs-mode-map): Define key "q". (debbugs-send-control-message): Prompt for version number for "close" and "done" control messages. 2011-07-02 Michael Albinus * debbugs.el (debbugs-new, debbugs-handled, debbugs-stale) (debbugs-done, debbugs-emacs, debbugs-mode-map, debbugs-mode) (debbugs-select-report, debbugs-summary-mode-map) (debbugs-summary-mode, debbugs-send-control-message): Move to ... * debbugs-gnu.el: New file. 2011-07-02 Lars Magne Ingebrigtsen * debbugs.el (debbugs-send-control-message): Add more control messages. (debbugs-done): Add a face for done bugs. 2011-07-02 Michael Albinus * debbugs.el (debbugs-emacs): Let-bind `debbugs-port' to "gnu.org". Ask how many reports to retrieve, when `debbugs-get-bugs' returns more than 400 hits. 2011-07-01 Lars Magne Ingebrigtsen * debbugs.el (debbugs-send-control-message): Add severity and "done". (debbugs-select-report): Set the minor summary mode in the right buffer. (debbugs-send-control-message): Fix typo in the "done" case. (debbugs-emacs): Allow listing archived bugs. 2011-06-30 Lars Magne Ingebrigtsen * debbugs.el (debbugs-emacs): New function and modes for listing the Emacs bugs, reading them and updating them. 2011-06-12 Evgeny M. Zubok * debbugs.el (top): Pacify byte compiler. (debbugs): New custom group. (debbugs-servers): New defcustom. (debbugs-port): Allow user defined ports. (debbugs-get-mbox): New defun. 2011-03-14 Michael Albinus * debbugs.el (debbugs-get-bugs): Remove syntactical error. 2011-03-07 Michael Albinus * Debbugs.wsdl: * README: * debbugs-pkg.el: * debbugs.el: Initial import. ;; Local Variables: ;; coding: utf-8 ;; add-log-time-zone-rule: t ;; End: Copyright (C) 2011 Free Software Foundation, Inc. This file is part of GNU Emacs. GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see .