Mercurial > emacs
comparison lisp/gnus/ChangeLog.2 @ 111573:e89dd9c3633b
merge trunk
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 08 Nov 2010 14:19:54 +0900 |
parents | 13a509edfa26 |
children | 417b1e4d63cd |
comparison
equal
deleted
inserted
replaced
111572:b3f9490f0b7f | 111573:e89dd9c3633b |
---|---|
3826 | 3826 |
3827 Marked the message as HTML (by adding a Content-Type header) so | 3827 Marked the message as HTML (by adding a Content-Type header) so |
3828 that Gnus will render it as html if the user wants that. | 3828 that Gnus will render it as html if the user wants that. |
3829 | 3829 |
3830 Implemented the ability to save nnrss-group-alist so that any new | 3830 Implemented the ability to save nnrss-group-alist so that any new |
3831 feeds the you subscribe to will be found the next time you start | 3831 feeds you subscribe to will be found the next time you start up. |
3832 up. | |
3833 | 3832 |
3834 Implemented support for RSS 2.0 elements (author, pubDate). | 3833 Implemented support for RSS 2.0 elements (author, pubDate). |
3835 | 3834 |
3836 Prefer for <content:encoded> over <description> where both | 3835 Prefer for <content:encoded> over <description> where both |
3837 elements exist. | 3836 elements exist. |
5548 | 5547 |
5549 2003-01-14 Lars Magne Ingebrigtsen <larsi@gnus.org> | 5548 2003-01-14 Lars Magne Ingebrigtsen <larsi@gnus.org> |
5550 | 5549 |
5551 * gnus-audio.el (gnus-audio-au-player): Use executable-find. | 5550 * gnus-audio.el (gnus-audio-au-player): Use executable-find. |
5552 | 5551 |
5553 2003-01-13 Jhair Tocancipa Triana <jhair_tocancipa@@gmx.net> | 5552 2003-01-13 Jhair Tocancipa Triana <jhair_tocancipa@gmx.net> |
5554 | 5553 |
5555 * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use | 5554 * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use |
5556 /usr/bin/play as default player. | 5555 /usr/bin/play as default player. |
5557 (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play. | 5556 (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play. |
5558 | 5557 |
12165 Emacs CVS. | 12164 Emacs CVS. |
12166 | 12165 |
12167 2001-12-05 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 12166 2001-12-05 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> |
12168 | 12167 |
12169 * gnus-group.el (gnus-group-find-new-groups): Fix doc. | 12168 * gnus-group.el (gnus-group-find-new-groups): Fix doc. |
12170 From: Stefan Monnier <monnier@cs.yale.edu> | 12169 From: Stefan Monnier <monnier@cs.yale.edu> |
12171 | 12170 |
12172 2001-12-05 Katsumi Yamaoka <yamaoka@jpl.org> | 12171 2001-12-05 Katsumi Yamaoka <yamaoka@jpl.org> |
12173 | 12172 |
12174 * mm-view.el (mm-inline-text): Decode a charset-encoded rich text. | 12173 * mm-view.el (mm-inline-text): Decode a charset-encoded rich text. |
12175 | 12174 |
14680 * gnus-group.el (gnus-group-select-group): Doc fix. | 14679 * gnus-group.el (gnus-group-select-group): Doc fix. |
14681 | 14680 |
14682 * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file. | 14681 * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file. |
14683 | 14682 |
14684 2001-07-16 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> | 14683 2001-07-16 12:00:00 ShengHuo ZHU <zsh@cs.rochester.edu> |
14685 From: Stefan Monnier <monnier@cs.yale.edu> | 14684 From: Stefan Monnier <monnier@cs.yale.edu> |
14686 | 14685 |
14687 * message.el (message-mode): Use define-derived-mode. | 14686 * message.el (message-mode): Use define-derived-mode. |
14688 (message-tab): message-completion-alist. | 14687 (message-tab): message-completion-alist. |
14689 | 14688 |
14690 * imap.el (imap-interactive-login): Use make-local-variable. | 14689 * imap.el (imap-interactive-login): Use make-local-variable. |
16432 * nnvirtual.el (nnvirtual-request-expire-articles): delq nil. | 16431 * nnvirtual.el (nnvirtual-request-expire-articles): delq nil. |
16433 | 16432 |
16434 2001-01-09 Didier Verna <didier@xemacs.org> | 16433 2001-01-09 Didier Verna <didier@xemacs.org> |
16435 | 16434 |
16436 * gnus-agent.el: Moved some XEmacs specific hook add-ons from | 16435 * gnus-agent.el: Moved some XEmacs specific hook add-ons from |
16437 `gnus-xmas-[re]define' to avoid loosing user custom settings. | 16436 `gnus-xmas-[re]define' to avoid losing user custom settings. |
16438 * gnus-art.el: Ditto. | 16437 * gnus-art.el: Ditto. |
16439 * gnus-group.el: Ditto. | 16438 * gnus-group.el: Ditto. |
16440 * gnus-salt.el: Ditto. | 16439 * gnus-salt.el: Ditto. |
16441 * gnus-sum.el: Ditto. | 16440 * gnus-sum.el: Ditto. |
16442 * gnus-topic.el: Ditto. | 16441 * gnus-topic.el: Ditto. |