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