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