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