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