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