]> code.delx.au - gnu-emacs-elpa/blob - packages/debbugs/ChangeLog
(debbugs-display-status): New command and keystroke.
[gnu-emacs-elpa] / packages / debbugs / ChangeLog
1 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * debbugs-gnu.el (debbugs-emacs): Don't use widgets to provide
4 clickable links, since that requires you to select certain parts
5 of the line, which is annoying.
6 (debbugs-show-reports): Store the status in the buffer.
7 (debbugs-display-status): New command and keystroke.
8 (debbugs-widget-map): New keymap.
9 (debbugs-emacs): Use it.
10
11 2011-07-03 Michael Albinus <michael.albinus@gmx.de>
12
13 * debbugs-gnu.el (debbugs-emacs, debbugs-show-reports): Rewrite in
14 order to use widgets exclusively.
15 (debbugs-widget-format-handler): New defun.
16 (debbugs-mode-map): Derive from `special-mode-map'. Use
17 `widget-keymap' as parent map.
18 (debbugs-select-report): Add bug id as parameter.
19
20 2011-07-02 Michael Albinus <michael.albinus@gmx.de>
21
22 * debbugs-gnu.el (debbugs-emacs): Move reporting lines to
23 `debbugs-show-reports'. Create widgets for every report page.
24 (debbugs-show-reports): New defun.
25 (debbugs-select-report): Handle also page links.
26
27 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
28
29 * debbugs-gnu.el (debbugs-summary-mode): Make sure we don't Cc
30 both bug-gnu-emacs (etc) and debbugs.
31 (debbugs-emacs): Default to list the done bugs.
32 (debbugs-toggle-sort): New command and keystroke.
33 (debbugs-send-control-message): Record the bug number on group
34 entry, so that we don't have to rely on subject header mangling,
35 which is fragile.
36 (debbugs-emacs): Display multiple merges prettier.
37 (debbugs-toggle-sort): Allow sorting from the final line.
38
39 2011-07-02 Michael Albinus <michael.albinus@gmx.de>
40
41 * debbugs-gnu.el (debbugs-emacs): Propertize with 'help-echo.
42 (debbugs-mode-map): Define key "q".
43 (debbugs-send-control-message): Prompt for version number for
44 "close" and "done" control messages.
45
46 2011-07-02 Michael Albinus <michael.albinus@gmx.de>
47
48 * debbugs.el (debbugs-new, debbugs-handled, debbugs-stale)
49 (debbugs-done, debbugs-emacs, debbugs-mode-map, debbugs-mode)
50 (debbugs-select-report, debbugs-summary-mode-map)
51 (debbugs-summary-mode, debbugs-send-control-message): Move to ...
52 * debbugs-gnu.el: New file.
53
54 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
55
56 * debbugs.el (debbugs-send-control-message): Add more control
57 messages.
58 (debbugs-done): Add a face for done bugs.
59
60 2011-07-02 Michael Albinus <michael.albinus@gmx.de>
61
62 * debbugs.el (debbugs-emacs): Let-bind `debbugs-port' to "gnu.org".
63 Ask how many reports to retrieve, when `debbugs-get-bugs' returns
64 more than 400 hits.
65
66 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
67
68 * debbugs.el (debbugs-send-control-message): Add severity and "done".
69 (debbugs-select-report): Set the minor summary mode in the right
70 buffer.
71 (debbugs-send-control-message): Fix typo in the "done" case.
72 (debbugs-emacs): Allow listing archived bugs.
73
74 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
75
76 * debbugs.el (debbugs-emacs): New function and modes for listing
77 the Emacs bugs, reading them and updating them.
78
79 2011-06-12 Evgeny M. Zubok <zoubok@mail.ru>
80
81 * debbugs.el (top): Pacify byte compiler.
82 (debbugs): New custom group.
83 (debbugs-servers): New defcustom.
84 (debbugs-port): Allow user defined ports.
85 (debbugs-get-mbox): New defun.
86
87 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
88
89 * debbugs.el (debbugs-get-bugs): Remove syntactical error.
90
91 2011-03-07 Michael Albinus <michael.albinus@gmx.de>
92
93 * Debbugs.wsdl:
94 * README:
95 * debbugs-pkg.el:
96 * debbugs.el: Initial import.
97
98 ;; Local Variables:
99 ;; coding: utf-8
100 ;; add-log-time-zone-rule: t
101 ;; End:
102
103 Copyright (C) 2011 Free Software Foundation, Inc.
104
105 This file is part of GNU Emacs.
106
107 GNU Emacs is free software: you can redistribute it and/or modify
108 it under the terms of the GNU General Public License as published by
109 the Free Software Foundation, either version 3 of the License, or
110 (at your option) any later version.
111
112 GNU Emacs is distributed in the hope that it will be useful,
113 but WITHOUT ANY WARRANTY; without even the implied warranty of
114 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
115 GNU General Public License for more details.
116
117 You should have received a copy of the GNU General Public License
118 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.