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