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