]> code.delx.au - gnu-emacs-elpa/blob - packages/debbugs/ChangeLog
* debbugs.texi: New file.
[gnu-emacs-elpa] / packages / debbugs / ChangeLog
1 2011-07-17 Evgeny M. Zubok <zoubok@mail.ru>
2
3 * debbugs.texi: New file.
4
5 2011-07-17 Michael Albinus <michael.albinus@gmx.de>
6
7 * debbugs-gnu.el (debbugs-gnu-get-bugs): It is sufficient to have
8 just one `debbugs-get-bugs' call.
9
10 2011-07-17 Evgeny M. Zubok <zoubok@mail.ru>
11
12 * debbugs.el (debbugs-get-bugs): Add search keywords :src :maint
13 :correspondent :affects and :status. Improvement of docstring,
14 document the new keywords and multiple values for one keyword.
15
16 2011-07-17 Lars Magne Ingebrigtsen <larsi@gnus.org>
17
18 * debbugs-gnu.el (debbugs-gnu-show-reports): Add packages to the
19 status bar.
20
21 2011-07-16 Lars Magne Ingebrigtsen <larsi@gnus.org>
22
23 * debbugs-gnu.el (debbugs-gnu-send-control-message): Add "invalid".
24
25 2011-07-15 Michael Albinus <michael.albinus@gmx.de>
26
27 * debbugs-gnu.el (debbugs-gnu-default-severities)
28 (debbugs-gnu-severity-preference)
29 (debbugs-gnu-send-control-message): Add "serious".
30 (debbugs-gnu-select-report): Add ":" in reply subject.
31
32 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
33
34 * debbugs-gnu.el (debbugs-gnu-pending): New face.
35 (debbugs-gnu-state-preference): Sort pending towards the end.
36
37 2011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
38
39 * debbugs-gnu.el (debbugs-gnu-send-control-message): Add "pending"
40 etc.
41
42 2011-07-14 Michael Albinus <michael.albinus@gmx.de>
43
44 * debbugs-gnu.el (debbugs-gnu-subject): New defvar.
45 (debbugs-gnu-select-report): Set it buffer local.
46 (debbugs-gnu-summary-mode): Use it for adapting subject of replies.
47
48 2011-07-13 Michael Albinus <michael.albinus@gmx.de>
49
50 * debbugs.el (debbugs-get-bugs): Weaken syntax for packages (and
51 severities and tags). Fix error messages.
52
53 2011-07-12 Michael Albinus <michael.albinus@gmx.de>
54
55 * debbugs-gnu.el (debbugs-gnu-get-bugs): Reinsert sorting of ids.
56 This is needed when several sets of bugs are retrieved in a loop.
57 Allow empty packages or severities.
58 (debbugs-gnu-show-reports): Erase buffer on entry. Initialize
59 header line, move from ...
60 (debbugs-gnu-mode): ... here.
61 (debbugs-gnu-state-preference): Make it a defconst.
62 (debbugs-gnu-severity-preference): New defconst.
63 (debbugs-gnu-get-state-preference)
64 (debbugs-gnu-get-severity-preference): New defuns.
65 (debbugs-gnu-sort-state): When two bugs have the same age, sort
66 per serverity.
67
68 2011-07-11 Michael Albinus <michael.albinus@gmx.de>
69
70 * debbugs-gnu.el (debbugs-gnu-sort-state): Give tagged bugs
71 priority 20. In case there is just the severity list '("tagged"),
72 do not use that priority.
73 (debbugs-gnu-sort-title): Fix silly bug.
74
75 2011-07-11 Michael Albinus <michael.albinus@gmx.de>
76
77 * debbugs-gnu.el (top): Require `tabulated-list'. Autoload
78 `widget-convert'.
79 (debbugs-gnu-handled, debbugs-gnu-stale): Fix docstring.
80 (debbugs-gnu-get-bugs): Do not sort ids, it is done later anyway.
81 (debbugs-gnu-show-reports): Move inserting of text to ...
82 (debbugs-gnu-print-entry): New defun.
83 (debbugs-gnu-mode-map): Set parent map to `tabulated-list-mode-map'.
84 (debbugs-gnu-mode): Derive from `tabulated-list-mode'. Initialize
85 `tabulated-list-*' objects.
86 (debbugs-gnu-sort-id, debbugs-gnu-sort-state)
87 (debbugs-gnu-sort-title): New defuns. Sort functions for
88 respective columns.
89 (debbugs-gnu-toggle-sort): Use `tabulated-list' functions.
90 (debbugs-gnu-toggle-suppress-done): Renamed from
91 `debbugs-gnu-suppress-done'. Use `tabulated-list' functions.
92 (debbugs-gnu-current-status): Use text property `tabulated-list-id'.
93
94 2011-07-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
95
96 * debbugs-gnu.el (debbugs-gnu-send-control-message): Add
97 donenotabug and donewontfix.
98 (debbugs-gnu-send-control-message): Add doneunreproducible.
99 (debbugs-gnu-show-reports): One week is a better period for
100 staleness, I think.
101
102 2011-07-08 Michael Albinus <michael.albinus@gmx.de>
103
104 * debbugs-gnu.el (debbugs-gnu-*): Rename from `debbugs-*'.
105 (debbugs-gnu-default-severities): Add pseudo severity "tagged".
106 (debbugs-gnu-get-bugs): New defun.
107 (debbugs-gnu, debbugs-gnu-rescan): Use it.
108
109 2011-07-07 Michael Albinus <michael.albinus@gmx.de>
110
111 * debbugs-gnu.el (top): Add ;;; Commentary.
112 (debbugs-default-severities, debbugs-default-packages)
113 (debbugs-default-hits-per-page): New customer options.
114 (debbugs-current-severities, debbugs-current-packages)
115 (debbugs-current-archive): Renamed from `debbugs-severities',
116 `debbugs-package', `debbugs-archive'.
117 (debbugs-emacs): Reorder arguments. If called interactively with
118 prefix, ask for optional arguments values. Loop also for several
119 packages.
120 (debbugs-show-reports): Let-bind `debbugs-port'.
121 (debbugs-rescan): Loop also for several packages.
122
123 2011-07-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
124
125 * debbugs-gnu.el (debbugs-mode-map): Bind `q' to `bury-buffer',
126 which seems more useful.
127 (debbugs-send-control-message): Allow reversing tags.
128 (debbugs-summary-mode): Remove quiet@debbugs.gnu.org from the
129 list, too.
130 (debbugs-toggle-tag): Save the list of tagged articles
131 immediately. Waiting until exit is too brittle.
132
133 2011-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
134
135 * debbugs-gnu.el (debbugs-gnu): New group.
136 (widget-mouse-face, gnus-posting-styles): Declare.
137 (debbugs-suppress-done): Avoid beginning-of-buffer.
138
139 2011-07-06 Lars Magne Ingebrigtsen <larsi@gnus.org>
140
141 * debbugs-gnu.el (debbugs-toggle-sort): Sort the tagged bugs at
142 the end.
143 (debbugs-emacs): Init the saved bugs on call, not on load.
144 (debbugs-dump-persistency-file): Don't destroy the list while
145 saving it.
146
147 2011-07-05 Michael Albinus <michael.albinus@gmx.de>
148
149 * debbugs-gnu.el (debbugs-owner): Remove. We use `debbugs-tagged'
150 uniquely.
151 (debbugs-widgets, debbugs-package, debbugs-severities)
152 (debbugs-archive): New defvars.
153 (debbugs-local-tags, debbugs-persistency-file)
154 (debbugs-dump-persistency-file): Add docstring.
155 (debbugs-emacs): Use new defvars.
156 (debbugs-show-reports): Remove widgets from arguments. Mark bugs
157 submitted by user.
158 (debbugs-mode-map): Add "x" (for purge "done" bugs).
159 (debbugs-rescan): On the last page, check also for new arrived bugs.
160 (debbugs-suppress-done): New defun.
161
162 2011-07-04 Michael Albinus <michael.albinus@gmx.de>
163
164 * debbugs-gnu.el (debbugs-tagged): New face.
165 (debbugs-persistency-file): New defvar. Read and eval its
166 contents during loading.
167 (debbugs-dump-persistency-file): New defun. Add it to
168 `kill-emacs-hook'.
169 (debbugs-local-tags): New defvar.
170 (debbugs-show-reports): Code cleanup. Show tagged bugs.
171 (debbugs-mode-map): Add "t" (for toggle tag) and "C" (for send
172 control message).
173 (debbugs-toggle-tag): New defun.
174 (debbugs-display-status): Remove superfluous let-binding.
175 (debbugs-send-control-message): Read id also via `debbugs-current-id'.
176
177 2011-07-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
178
179 * debbugs-gnu.el (debbugs-select-report): Fetch all merged
180 reports.
181
182 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
183
184 * debbugs-gnu.el (debbugs-rescan): New command and keystroke.
185
186 2011-07-03 Michael Albinus <michael.albinus@gmx.de>
187
188 * debbugs-gnu.el (debbugs-widget-map): Add [mouse-1] and [mouse-2].
189 (debbugs-emacs): Add :help-echo and :suppress-done for report
190 pages' widgets.
191 (debbugs-show-reports): Remove suppress-done from arguments.
192 It must be read from the widget anyway. Tune inserting of bottom
193 line widgets.
194 (debbugs-owner): New face.
195 (debbugs-show-reports): Mark subject if the user is the bug's
196 owner. Add mouse-face.
197 (debbugs-mode-map): Add [mouse-1] and [mouse-2].
198 (debbugs-send-control-message): Add "owner" and "noowner" messages.
199
200 2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
201
202 * debbugs-gnu.el (debbugs-emacs): Don't use widgets to provide
203 clickable links, since that requires you to select certain parts
204 of the line, which is annoying.
205 (debbugs-show-reports): Store the status in the buffer.
206 (debbugs-display-status): New command and keystroke.
207 (debbugs-widget-map): New keymap.
208 (debbugs-emacs): Use it.
209 (debbugs-toggle-sort): Make sorting work again.
210 (debbugs-toggle-sort): Use `debbugs-current-id'.
211 (debbugs-toggle-sort): Don't move point around so much.
212 (debbugs-summary-mode): Ignore submit@debbugs addresses, too.
213
214 2011-07-03 Michael Albinus <michael.albinus@gmx.de>
215
216 * debbugs-gnu.el (debbugs-emacs, debbugs-show-reports): Rewrite in
217 order to use widgets exclusively.
218 (debbugs-widget-format-handler): New defun.
219 (debbugs-mode-map): Derive from `special-mode-map'. Use
220 `widget-keymap' as parent map.
221 (debbugs-select-report): Add bug id as parameter.
222
223 2011-07-02 Michael Albinus <michael.albinus@gmx.de>
224
225 * debbugs-gnu.el (debbugs-emacs): Move reporting lines to
226 `debbugs-show-reports'. Create widgets for every report page.
227 (debbugs-show-reports): New defun.
228 (debbugs-select-report): Handle also page links.
229
230 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
231
232 * debbugs-gnu.el (debbugs-summary-mode): Make sure we don't Cc
233 both bug-gnu-emacs (etc) and debbugs.
234 (debbugs-emacs): Default to list the done bugs.
235 (debbugs-toggle-sort): New command and keystroke.
236 (debbugs-send-control-message): Record the bug number on group
237 entry, so that we don't have to rely on subject header mangling,
238 which is fragile.
239 (debbugs-emacs): Display multiple merges prettier.
240 (debbugs-toggle-sort): Allow sorting from the final line.
241
242 2011-07-02 Michael Albinus <michael.albinus@gmx.de>
243
244 * debbugs-gnu.el (debbugs-emacs): Propertize with 'help-echo.
245 (debbugs-mode-map): Define key "q".
246 (debbugs-send-control-message): Prompt for version number for
247 "close" and "done" control messages.
248
249 2011-07-02 Michael Albinus <michael.albinus@gmx.de>
250
251 * debbugs.el (debbugs-new, debbugs-handled, debbugs-stale)
252 (debbugs-done, debbugs-emacs, debbugs-mode-map, debbugs-mode)
253 (debbugs-select-report, debbugs-summary-mode-map)
254 (debbugs-summary-mode, debbugs-send-control-message): Move to ...
255
256 * debbugs-gnu.el: New file.
257
258 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
259
260 * debbugs.el (debbugs-send-control-message): Add more control
261 messages.
262 (debbugs-done): Add a face for done bugs.
263
264 2011-07-02 Michael Albinus <michael.albinus@gmx.de>
265
266 * debbugs.el (debbugs-emacs): Let-bind `debbugs-port' to "gnu.org".
267 Ask how many reports to retrieve, when `debbugs-get-bugs' returns
268 more than 400 hits.
269
270 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
271
272 * debbugs.el (debbugs-send-control-message): Add severity and "done".
273 (debbugs-select-report): Set the minor summary mode in the right
274 buffer.
275 (debbugs-send-control-message): Fix typo in the "done" case.
276 (debbugs-emacs): Allow listing archived bugs.
277
278 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
279
280 * debbugs.el (debbugs-emacs): New function and modes for listing
281 the Emacs bugs, reading them and updating them.
282
283 2011-06-12 Evgeny M. Zubok <zoubok@mail.ru>
284
285 * debbugs.el (top): Pacify byte compiler.
286 (debbugs): New custom group.
287 (debbugs-servers): New defcustom.
288 (debbugs-port): Allow user defined ports.
289 (debbugs-get-mbox): New defun.
290
291 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
292
293 * debbugs.el (debbugs-get-bugs): Remove syntactical error.
294
295 2011-03-07 Michael Albinus <michael.albinus@gmx.de>
296
297 * Debbugs.wsdl:
298 * README:
299 * debbugs-pkg.el:
300 * debbugs.el: Initial import.
301
302 ;; Local Variables:
303 ;; coding: utf-8
304 ;; add-log-time-zone-rule: t
305 ;; End:
306
307 Copyright (C) 2011 Free Software Foundation, Inc.
308
309 This file is part of GNU Emacs.
310
311 GNU Emacs is free software: you can redistribute it and/or modify
312 it under the terms of the GNU General Public License as published by
313 the Free Software Foundation, either version 3 of the License, or
314 (at your option) any later version.
315
316 GNU Emacs is distributed in the hope that it will be useful,
317 but WITHOUT ANY WARRANTY; without even the implied warranty of
318 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
319 GNU General Public License for more details.
320
321 You should have received a copy of the GNU General Public License
322 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.