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