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