]> code.delx.au - gnu-emacs-elpa/blob - packages/debbugs/ChangeLog
c0f63849d69cd87cc7b6268d36aa7454327e60c7
[gnu-emacs-elpa] / packages / debbugs / ChangeLog
1 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * debbugs-gnu.el (debbugs-toggle-sort): Sort the tagged bugs at
4 the end.
5 (debbugs-emacs): Init the saved bugs on call, not on load.
6 (debbugs-dump-persistency-file): Don't destroy the list while
7 saving it.
8
9 2011-07-05 Michael Albinus <michael.albinus@gmx.de>
10
11 * debbugs-gnu.el (debbugs-owner): Removed. We use `debbugs-tagged'
12 uniquely.
13 (debbugs-widgets, debbugs-package, debbugs-severities)
14 (debbugs-archive): New defvars.
15 (debbugs-local-tags, debbugs-persistency-file)
16 (debbugs-dump-persistency-file): Add docstring.
17 (debbugs-emacs): Use new defvars.
18 (debbugs-show-reports): Remove widgets from arguments. Mark bugs
19 submitted by user.
20 (debbugs-mode-map): Add "x" (for purge "done" bugs).
21 (debbugs-rescan): On the last page, check also for new arrived bugs.
22 (debbugs-suppress-done): New defun.
23
24 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
25
26 * debbugs-gnu.el (debbugs-tagged): New face.
27 (debbugs-persistency-file): New defvar. Read and eval its
28 contents during loading.
29 (debbugs-dump-persistency-file): New defun. Add it to
30 `kill-emacs-hook'.
31 (debbugs-local-tags): New defvar.
32 (debbugs-show-reports): Code cleanup. Show tagged bugs.
33 (debbugs-mode-map): Add "t" (for toggle tag) and "C" (for send
34 control message).
35 (debbugs-toggle-tag): New defun.
36 (debbugs-display-status): Remove superfluous let-binding.
37 (debbugs-send-control-message): Read id also via `debbugs-current-id'.
38
39 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
40
41 * debbugs-gnu.el (debbugs-select-report): Fetch all merged
42 reports.
43
44 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
45
46 * debbugs-gnu.el (debbugs-rescan): New command and keystroke.
47
48 2011-07-03 Michael Albinus <michael.albinus@gmx.de>
49
50 * debbugs-gnu.el (debbugs-widget-map): Add [mouse-1] and [mouse-2].
51 (debbugs-emacs): Add :help-echo and :suppress-done for report
52 pages' widgets.
53 (debbugs-show-reports): Remove suppress-done from arguments. It
54 must be read from the widget anyway. Tune inserting of bottom
55 line widgets.
56 (debbugs-owner): New face.
57 (debbugs-show-reports): Mark subject if the user is the bug's
58 owner. Add mouse-face.
59 (debbugs-mode-map): Add [mouse-1] and [mouse-2].
60 (debbugs-send-control-message): Add "owner" and "noowner" messages.
61
62 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
63
64 * debbugs-gnu.el (debbugs-emacs): Don't use widgets to provide
65 clickable links, since that requires you to select certain parts
66 of the line, which is annoying.
67 (debbugs-show-reports): Store the status in the buffer.
68 (debbugs-display-status): New command and keystroke.
69 (debbugs-widget-map): New keymap.
70 (debbugs-emacs): Use it.
71 (debbugs-toggle-sort): Make sorting work again.
72 (debbugs-toggle-sort): Use `debbugs-current-id'.
73 (debbugs-toggle-sort): Don't move point around so much.
74 (debbugs-summary-mode): Ignore submit@debbugs addresses, too.
75
76 2011-07-03 Michael Albinus <michael.albinus@gmx.de>
77
78 * debbugs-gnu.el (debbugs-emacs, debbugs-show-reports): Rewrite in
79 order to use widgets exclusively.
80 (debbugs-widget-format-handler): New defun.
81 (debbugs-mode-map): Derive from `special-mode-map'. Use
82 `widget-keymap' as parent map.
83 (debbugs-select-report): Add bug id as parameter.
84
85 2011-07-02 Michael Albinus <michael.albinus@gmx.de>
86
87 * debbugs-gnu.el (debbugs-emacs): Move reporting lines to
88 `debbugs-show-reports'. Create widgets for every report page.
89 (debbugs-show-reports): New defun.
90 (debbugs-select-report): Handle also page links.
91
92 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
93
94 * debbugs-gnu.el (debbugs-summary-mode): Make sure we don't Cc
95 both bug-gnu-emacs (etc) and debbugs.
96 (debbugs-emacs): Default to list the done bugs.
97 (debbugs-toggle-sort): New command and keystroke.
98 (debbugs-send-control-message): Record the bug number on group
99 entry, so that we don't have to rely on subject header mangling,
100 which is fragile.
101 (debbugs-emacs): Display multiple merges prettier.
102 (debbugs-toggle-sort): Allow sorting from the final line.
103
104 2011-07-02 Michael Albinus <michael.albinus@gmx.de>
105
106 * debbugs-gnu.el (debbugs-emacs): Propertize with 'help-echo.
107 (debbugs-mode-map): Define key "q".
108 (debbugs-send-control-message): Prompt for version number for
109 "close" and "done" control messages.
110
111 2011-07-02 Michael Albinus <michael.albinus@gmx.de>
112
113 * debbugs.el (debbugs-new, debbugs-handled, debbugs-stale)
114 (debbugs-done, debbugs-emacs, debbugs-mode-map, debbugs-mode)
115 (debbugs-select-report, debbugs-summary-mode-map)
116 (debbugs-summary-mode, debbugs-send-control-message): Move to ...
117 * debbugs-gnu.el: New file.
118
119 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
120
121 * debbugs.el (debbugs-send-control-message): Add more control
122 messages.
123 (debbugs-done): Add a face for done bugs.
124
125 2011-07-02 Michael Albinus <michael.albinus@gmx.de>
126
127 * debbugs.el (debbugs-emacs): Let-bind `debbugs-port' to "gnu.org".
128 Ask how many reports to retrieve, when `debbugs-get-bugs' returns
129 more than 400 hits.
130
131 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
132
133 * debbugs.el (debbugs-send-control-message): Add severity and "done".
134 (debbugs-select-report): Set the minor summary mode in the right
135 buffer.
136 (debbugs-send-control-message): Fix typo in the "done" case.
137 (debbugs-emacs): Allow listing archived bugs.
138
139 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
140
141 * debbugs.el (debbugs-emacs): New function and modes for listing
142 the Emacs bugs, reading them and updating them.
143
144 2011-06-12 Evgeny M. Zubok <zoubok@mail.ru>
145
146 * debbugs.el (top): Pacify byte compiler.
147 (debbugs): New custom group.
148 (debbugs-servers): New defcustom.
149 (debbugs-port): Allow user defined ports.
150 (debbugs-get-mbox): New defun.
151
152 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
153
154 * debbugs.el (debbugs-get-bugs): Remove syntactical error.
155
156 2011-03-07 Michael Albinus <michael.albinus@gmx.de>
157
158 * Debbugs.wsdl:
159 * README:
160 * debbugs-pkg.el:
161 * debbugs.el: Initial import.
162
163 ;; Local Variables:
164 ;; coding: utf-8
165 ;; add-log-time-zone-rule: t
166 ;; End:
167
168 Copyright (C) 2011 Free Software Foundation, Inc.
169
170 This file is part of GNU Emacs.
171
172 GNU Emacs is free software: you can redistribute it and/or modify
173 it under the terms of the GNU General Public License as published by
174 the Free Software Foundation, either version 3 of the License, or
175 (at your option) any later version.
176
177 GNU Emacs is distributed in the hope that it will be useful,
178 but WITHOUT ANY WARRANTY; without even the implied warranty of
179 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
180 GNU General Public License for more details.
181
182 You should have received a copy of the GNU General Public License
183 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.