comparison lisp/gnus/ChangeLog @ 111014:c6a7ac5bcef4

Merge changes made in Gnus trunk. nnimap.el: Use nnheader-message throughout. gnus.el: Autoload gnus-html-show-images. mml.el (mml-generate-mime-1): Add `mml-enable-flow' variable to add a possibility to disable format=flow encoding when using hard newlines. gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read call. gnus-sum.el (gnus-summary-refer-thread): unconditionally ignore duplicates.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sat, 16 Oct 2010 01:55:08 +0000
parents e172bc1db402
children 615617bd614d
comparison
equal deleted inserted replaced
111013:5ffdb52c377c 111014:c6a7ac5bcef4
1 2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
2
3 * gnus-sum.el (gnus-summary-refer-thread): unconditionally ignore
4 duplicates.
5
6 2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
7
8 * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
9 call.
10
1 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org> 11 2010-10-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 12
13 * gnus.el: Autoload gnus-html-show-images.
14
15 * nnimap.el: Use nnheader-message throughout.
16
3 * shr.el (shr-tag-img): Ignore images with no data. 17 * shr.el (shr-tag-img): Ignore images with no data.
4 18
19 2010-10-15 Julien Danjou <julien@danjou.info>
20
21 * mml.el (mml-generate-mime-1): Add `mml-enable-flow' variable to add a
22 possibility to disable format=flow encoding when using hard newlines.
23
5 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org> 24 2010-10-15 Katsumi Yamaoka <yamaoka@jpl.org>
6 25
7 * shr.el (shr-generic): Remove trailing space. 26 * shr.el (shr-insert): Remove space inserted before or after a
8 (shr-insert): Remove space inserted before or after a breakable 27 breakable character or at the beginning or the end of a line.
9 character or at the beginning or the end of a line.
10 (shr-find-fill-point): Do kinsoku; find the second best point or give 28 (shr-find-fill-point): Do kinsoku; find the second best point or give
11 it up if there's no breakable point. 29 it up if there's no breakable point.
12 30
13 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org> 31 2010-10-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
14 32