comparison lisp/gnus/ChangeLog @ 111240:ffb890b32d37

Merge changes made in Gnus trunk. gnus.el: Remove `gnus-nntp-service' variable. gnus.el: Make gnus-nntp-server and gnus-secondary-servers obsolete. gnus-sum.el (gnus-summary-delete-marked-as-read, gnus-summary-delete-marked-with): Remove obsolete defalias. gnus.el (gnus-use-long-file-name): Fix docstring. nnimap.el (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say they support that. gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow *-request-group, which seems unnecessary. gnus-group.el (gnus-group-get-new-news-this-group): Don't have point move to the previous line on `M-g'. nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been selected. nnimap.el: Allow the user to say whether to split old messages or not in nnimap. shr.el (shr-tag-table-1): Only insert the images after the top-level table. shr.el (shr-tag-span): Drop colorisation of regions since we don't control the background color. shr.el (shr-tag-img): Ignore very small web bug type images. shr.el (shr-put-image): Add help-echo alt texts to the images. shr.el (shr-tag-video): Show the video poster image.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sat, 30 Oct 2010 05:59:34 +0000
parents d66d04803828
children 4ec0d0a0569f
comparison
equal deleted inserted replaced
111239:eacd26d376c3 111240:ffb890b32d37
1 2010-10-30 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * shr.el (shr-tag-span): Drop colorisation of regions since we don't
4 control the background color.
5 (shr-tag-img): Ignore very small web bug type images.
6 (shr-put-image): Add help-echo alt texts to the images.
7 (shr-tag-video): Show the video poster image.
8
9 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
10
11 * shr.el (shr-table-depth): New variable.
12 (shr-tag-table-1): Only insert the images after the top-level table.
13
14 * nnimap.el (nnimap-split-incoming-mail): Fix typo.
15
16 * gnus-util.el (gnus-list-memq-of-list): New function.
17
18 * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
19 selected.
20 (nnimap-unsplittable-articles): New slot.
21 (nnimap-new-articles): Use it.
22
23 2010-10-29 Stephen Berman <stephen.berman@gmx.net> (tiny change)
24
25 * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
26 move to the previous line on `M-g'.
27
28 2010-10-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
29
30 * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
31 *-request-group, which seems unnecessary.
32
33 * nnimap.el (nnimap-quote-specials): Function copied over from
34 imap.el.
35 (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
36 they support that. Suggested by Tom Regner.
37
1 2010-10-29 Julien Danjou <julien@danjou.info> 38 2010-10-29 Julien Danjou <julien@danjou.info>
39
40 * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
41 defalias.
42 (gnus-summary-delete-marked-with): Remove obsolete defalias.
43
44 * gnus.el: Remove `gnus-nntp-service' variable.
45 (gnus-secondary-servers): Make obsolete.
46 (gnus-nntp-server): Make obsolete.
2 47
3 * gnus-start.el (gnus-1): Remove x-splash calls. 48 * gnus-start.el (gnus-1): Remove x-splash calls.
4 49
5 * gnus-ems.el (gnus-x-splash): Remove. 50 * gnus-ems.el (gnus-x-splash): Remove.
6 51