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