diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index a56fe89b818..00451f7e6bd 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,5 +1,50 @@ | |||
| 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> |
| 2 | 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. | ||
| 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. |