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