Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 87696:d5a92df16467
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-992
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 10 Jan 2008 14:18:23 +0000 |
parents | 107ccd98fa12 |
children | 1bb83c2fe524 |
comparison
equal
deleted
inserted
replaced
87695:5947c9dc7f6b | 87696:d5a92df16467 |
---|---|
1 2008-01-10 Katsumi Yamaoka <yamaoka@jpl.org> | |
2 | |
3 * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on | |
4 XEmacs. | |
5 (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect | |
6 against non-character events. | |
7 | |
8 * lpath.el: Fbind map-keymap for Emacs 21. | |
9 | |
10 2008-01-09 Reiner Steib <Reiner.Steib@gmx.de> | |
11 | |
12 * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New | |
13 command. | |
14 (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE | |
15 instead of END. Change name of the temp file. | |
16 (gnus-group-gmane-group-download-format): Add doc string. Make it | |
17 customizable. | |
18 | |
19 2008-01-09 Katsumi Yamaoka <yamaoka@jpl.org> | |
20 | |
21 * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys; | |
22 bind `S W' to gnus-article-wide-reply-with-original; set default | |
23 binding to gnus-article-read-summary-send-keys. | |
24 (gnus-article-read-summary-keys): Fix the order of keys; display | |
25 continuation keys correctly in the echo area; describe bindings | |
26 correctly when keys end with `C-h'. | |
27 (gnus-article-read-summary-send-keys): New function. | |
28 (gnus-article-describe-key, gnus-article-describe-key-briefly): Work | |
29 for gnus-article-read-summary-send-keys; display continuation keys | |
30 correctly in the echo area. | |
31 (gnus-article-reply-with-original): Ignore prefix argument. | |
32 (gnus-article-wide-reply-with-original): New function. | |
33 | |
34 * lpath.el: Fbind character-to-event and set-keymap-default-binding for | |
35 Emacs 21. | |
36 | |
1 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org> | 37 2008-01-08 Katsumi Yamaoka <yamaoka@jpl.org> |
2 | 38 |
3 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for | 39 * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for |
4 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>. | 40 display-color-p. Reported by Reiner Steib <Reiner.Steib@gmx.de>. |
5 | 41 |