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