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