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