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