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