(gnus-version-number): Update to 6.8.9.
[elisp/gnus.git-] / README.shuhei-k
1 ========================================================================
2 Codename:       Shoe-gnus
3 Branch Tag:     shuhei-k
4 Branch Owner:   Shuhei KOBAYASHI <shuhei-k@jaist.ac.jp>
5 Branch Goal:    Implement latest proposals for message header fields.
6                 Test for overview hack (avoid corrupting overview data).
7 Branch Policy:  (not defined yet)
8 ========================================================================
9 NEWS:
10
11 * New codename: "Shoe-gnus"
12
13   In order to distinguish "shuhei-k" branch from other branches, codename
14   was changed to "Shoe-gnus", gnu with shoes, or shoed gnu.
15
16 * overview hack
17
18   Preserve undecoded form of Subject: and From: fields as well as
19   decoded ones in overview information, and use undecoded versions when
20   saving overview cache files.  This prevents corruption of summary
21   lines of cached messages.
22   (Without this hack, Subject: and From: fields of cached messages will
23   be over-decoded.)
24
25 * Mail-Followup-To:, Mail-Reply-To:
26
27   Use Mail-Followup-To: and Mail-Reply-To: if exists. [1][2]
28   Generating reasonable values for Mail-Followup-To: is not supported yet.
29
30   New commands: `message-goto-mail-(copies|followup|reply)-to'.
31   New user options: `message-use-mail-(copies|followup|reply)-to'.
32
33 * User-Agent:
34
35   Use User-Agent: instead of X-Mailer/X-Newsreader. [3]
36
37 * In-Reply-To:
38
39   Changed format of In-Reply-To. [4]
40
41 * References:
42
43   Fold long(> 76 chars) lines.
44
45 * Manual (bad news)
46
47   Shoe-gnus specific features are not described in the manual.
48   Please read doc-string (if provided).
49
50 TODO:
51
52 * Completion for Mail-Followup-To:.  Use `to-list' info?
53
54 * Don't insert Sender: for most cases?
55
56 * Cleanup smtp.el? (-> public branches?)
57
58 * Change splash image to gnu with shoes. (???)
59
60 References:
61
62 [1] Jacob Palme, The "Mail-Followup-To" header,
63     draft-ietf-drums-mail-followup-to-00.txt, November 1997.
64 [2] Daniel J. Bernstein, Mail-Followup-To and Mail-Reply-To,
65     ftp://koobera.math.uic.edu/www/proto/replyto.html, 1998.
66 [3] USEFOR Working Group, News Article Format,
67     draft-ietf-usefor-article-00.txt, May 1998.
68 [4] P. Resnick (editor), Internet Message Format Standard,
69     draft-ietf-drums-msg-fmt-04.txt, March 1998.