]> code.delx.au - gnu-emacs-elpa/blob - packages/debbugs/ChangeLog
(debbugs-send-control-message): Record the bug number on group
[gnu-emacs-elpa] / packages / debbugs / ChangeLog
1 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * debbugs-gnu.el (debbugs-summary-mode): Make sure we don't Cc
4 both bug-gnu-emacs (etc) and debbugs.
5 (debbugs-emacs): Default to list the done bugs.
6 (debbugs-toggle-sort): New command and keystroke.
7 (debbugs-send-control-message): Record the bug number on group
8 entry, so that we don't have to rely on subject header mangling,
9 which is fragile.
10
11 2011-07-02 Michael Albinus <michael.albinus@gmx.de>
12
13 * debbugs-gnu.el (debbugs-emacs): Propertize with 'help-echo.
14 (debbugs-mode-map): Define key "q".
15 (debbugs-send-control-message): Prompt for version number for
16 "close" and "done" control messages.
17
18 2011-07-02 Michael Albinus <michael.albinus@gmx.de>
19
20 * debbugs.el (debbugs-new, debbugs-handled, debbugs-stale)
21 (debbugs-done, debbugs-emacs, debbugs-mode-map, debbugs-mode)
22 (debbugs-select-report, debbugs-summary-mode-map)
23 (debbugs-summary-mode, debbugs-send-control-message): Move to ...
24 * debbugs-gnu.el: New file.
25
26 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
27
28 * debbugs.el (debbugs-send-control-message): Add more control
29 messages.
30 (debbugs-done): Add a face for done bugs.
31
32 2011-07-02 Michael Albinus <michael.albinus@gmx.de>
33
34 * debbugs.el (debbugs-emacs): Let-bind `debbugs-port' to "gnu.org".
35 Ask how many reports to retrieve, when `debbugs-get-bugs' returns
36 more than 400 hits.
37
38 2011-07-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
39
40 * debbugs.el (debbugs-send-control-message): Add severity and "done".
41 (debbugs-select-report): Set the minor summary mode in the right
42 buffer.
43 (debbugs-send-control-message): Fix typo in the "done" case.
44 (debbugs-emacs): Allow listing archived bugs.
45
46 2011-06-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
47
48 * debbugs.el (debbugs-emacs): New function and modes for listing
49 the Emacs bugs, reading them and updating them.
50
51 2011-06-12 Evgeny M. Zubok <zoubok@mail.ru>
52
53 * debbugs.el (top): Pacify byte compiler.
54 (debbugs): New custom group.
55 (debbugs-servers): New defcustom.
56 (debbugs-port): Allow user defined ports.
57 (debbugs-get-mbox): New defun.
58
59 2011-03-14 Michael Albinus <michael.albinus@gmx.de>
60
61 * debbugs.el (debbugs-get-bugs): Remove syntactical error.
62
63 2011-03-07 Michael Albinus <michael.albinus@gmx.de>
64
65 * Debbugs.wsdl:
66 * README:
67 * debbugs-pkg.el:
68 * debbugs.el: Initial import.
69
70 ;; Local Variables:
71 ;; coding: utf-8
72 ;; add-log-time-zone-rule: t
73 ;; End:
74
75 Copyright (C) 2011 Free Software Foundation, Inc.
76
77 This file is part of GNU Emacs.
78
79 GNU Emacs is free software: you can redistribute it and/or modify
80 it under the terms of the GNU General Public License as published by
81 the Free Software Foundation, either version 3 of the License, or
82 (at your option) any later version.
83
84 GNU Emacs is distributed in the hope that it will be useful,
85 but WITHOUT ANY WARRANTY; without even the implied warranty of
86 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
87 GNU General Public License for more details.
88
89 You should have received a copy of the GNU General Public License
90 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.