comparison lisp/gnus/ChangeLog @ 111269:3d7a1caabf14

Merge changes made in Gnus trunk. nnimap.el (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED is set. gnus.el (gnus-group-startup-message): Move point to the start of the buffer. nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to reflect the order they're in in the digest. gnus-sum.el (gnus-summary-select-article): Make `C-d' work reliably by checking whether the original article buffer is alive. shr.el (shr-find-fill-point): Don't break lines between punctuation and non-punctuation (like after the apostrophe in "'We"). gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force' parameter. gnus-art.el (gnus-treatment-function-alist): Have gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines. gnus-art.el (gnus-treat-fill-long-lines): Change default to fill all text/plain sections. gnus.el: Autoload gnus-article-fill-cited-long-lines. gnus-art.el (gnus-mime-display-alternative): Actually pass the type on to `gnus-treat-article'. gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing the raw article, and change `C-u g' to show the article without doing treatments. gnus.texi (Paging the Article): Document C-u g/C-u C-u g. gnus-cite.el (gnus-article-foldable-buffer): Refactor out. gnus-cite.el (gnus-article-foldable-buffer): Don't fold regions that have a ragged left edge. gnus-cite.el (gnus-article-foldable-buffer): Skip past the prefix when determining raggedness. gnus-srvr.el, nnir.el: Allow nnir searching for an entire server. gnus-msg.el (gnus-configure-posting-styles): Permit the use of regular expression match and replace in posting styles. gnus-art.el (gnus-treat-article): Only inhibit body washing, and leave the header washing to take place. nnimap.el (nnimap-request-accept-article): Erase buffer before appending for easier debugging. nnimap.el (nnimap-wait-for-connection): Take a regexp. nnimap.el (nnimap-request-accept-article): Wait for the continuation line before sending anything unless we're streaming.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Sun, 31 Oct 2010 22:31:24 +0000
parents 6bf1738e57f0
children 43d891f84e91
comparison
equal deleted inserted replaced
111268:a8ba29b9ad19 111269:3d7a1caabf14
1 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * nnimap.el (nnimap-request-accept-article): Erase buffer before
4 appending for easier debugging.
5 (nnimap-wait-for-connection): Take a regexp.
6 (nnimap-request-accept-article): Wait for the continuation line before
7 sending anything unless we're streaming.
8
9 * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
10 leave the header washing to take place.
11
12 2010-10-31 Daniel Dehennin <daniel.dehennin@baby-gnu.org>
13
14 * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
15 regular expression match and replace in posting styles.
16
17 2010-10-31 Andrew Cohen <cohen@andy.bu.edu>
18
19 * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
20 an entire server.
21 (nnir-get-active): New function.
22 (nnir-run-imap): Use it.
23 (nnir-run-gmane): Who knew, gmane search returns an article score!
24
25 * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
26 server on the current line with nnir.
27
28 2010-10-31 Lars Magne Ingebrigtsen <larsi@gnus.org>
29
30 * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
31 (gnus-article-foldable-buffer): Don't fold regions that have a ragged
32 left edge.
33 (gnus-article-foldable-buffer): Skip past the prefix when determining
34 raggedness.
35
36 * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
37 the raw article, and change `C-u g' to show the article without doing
38 treatments.
39
40 * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
41 on to `gnus-treat-article'.
42 (gnus-inhibit-article-treatments): New variable.
43
44 * gnus.el: Autoload gnus-article-fill-cited-long-lines.
45
46 * gnus-art.el (gnus-treatment-function-alist): Have
47 gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
48 (gnus-treat-fill-long-lines): Change default to fill all text/plain
49 sections.
50
51 * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
52 parameter.
53 (gnus-article-fill-cited-long-lines): New function.
54 (gnus-article-fill-cited-article): Allow filling only long sections.
55
56 * shr.el (shr-find-fill-point): Don't break lines between punctuation
57 and non-punctuation (like after the apostrophe in "'We").
58
59 * gnus-sum.el (gnus-summary-select-article): Make sure
60 gnus-original-article-buffer is alive.
61
62 * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
63 reflect the order they're in in the digest.
64
65 * gnus.el (gnus-group-startup-message): Move point to the start of the
66 buffer.
67
68 * nnimap.el (nnimap-capability): New function.
69 (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
70 is set.
71
1 2010-10-31 David Engster <dengste@eml.cc> 72 2010-10-31 David Engster <dengste@eml.cc>
2 73
3 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to 74 * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
4 conform with changes to gnus-completing-read. 75 conform with changes to gnus-completing-read.
5 76