Mercurial > emacs
comparison etc/GNUS-NEWS @ 92620:56c940bf55c1
Update for change of `mail-source-delete-incoming'
Mention problem with coding system `utf-8-emacs' when using different Emacs
versions.
author | Reiner Steib <Reiner.Steib@gmx.de> |
---|---|
date | Sat, 08 Mar 2008 15:56:19 +0000 |
parents | 773ae07da318 |
children | 4e76a03232e5 |
comparison
equal
deleted
inserted
replaced
92619:6c9be1557979 | 92620:56c940bf55c1 |
---|---|
19 from your `~/.newsrc.eld' instead of from the stale marks file, where | 19 from your `~/.newsrc.eld' instead of from the stale marks file, where |
20 this release will store flags for nntp. See a later entry for more | 20 this release will store flags for nntp. See a later entry for more |
21 information about nntp marks. Note that downgrading isn't safe in | 21 information about nntp marks. Note that downgrading isn't safe in |
22 general. | 22 general. |
23 | 23 |
24 ** Incompatibity when switching from Emacs 23 to Emacs 22 In Emacs 23, Gnus | |
25 uses Emacs' new internal coding system `utf-8-emacs' for saving articles | |
26 drafts and `~/.newsrc.eld'. These file may not be read correctly in | |
27 Emacs 22 and below. If you want to Gnus across different Emacs | |
28 versions, you may set `mm-auto-save-coding-system' to `emacs-mule'. | |
29 | |
24 ** Lisp files are now installed in `.../site-lisp/gnus/' by default. It | 30 ** Lisp files are now installed in `.../site-lisp/gnus/' by default. It |
25 defaulted to `.../site-lisp/' formerly. In addition to this, the new | 31 defaulted to `.../site-lisp/' formerly. In addition to this, the new |
26 installer issues a warning if other Gnus installations which will shadow | 32 installer issues a warning if other Gnus installations which will shadow |
27 the latest one are detected. You can then remove those shadows manually | 33 the latest one are detected. You can then remove those shadows manually |
28 or remove them using `make remove-installed-shadows'. | 34 or remove them using `make remove-installed-shadows'. |
50 back end, the PGP passphrase is managed by this mechanism. Passwords | 56 back end, the PGP passphrase is managed by this mechanism. Passwords |
51 for ManageSieve connections are managed by this mechanism, after | 57 for ManageSieve connections are managed by this mechanism, after |
52 querying the user about whether to do so. | 58 querying the user about whether to do so. |
53 | 59 |
54 | 60 |
61 * Changes in group mode | |
62 | |
63 ** Old intermediate incoming mail files (`Incoming*') are deleted after a | |
64 couple of days, not immediately. *Note Mail Source Customization::. | |
65 | |
66 | |
55 * Changes in summary and article mode | 67 * Changes in summary and article mode |
56 | 68 |
57 ** Gnus now supports sticky article buffers. Those are article buffers | 69 ** Gnus now supports sticky article buffers. Those are article buffers |
58 that are not reused when you select another article. *Note Sticky | 70 that are not reused when you select another article. *Note Sticky |
59 Articles::. | 71 Articles::. |
60 | 72 |
61 ** International host names (IDNA) can now be decoded inside article bodies | 73 ** International host names (IDNA) can now be decoded inside article bodies |
62 using `W i' (`gnus-summary-idna-message'). This requires that GNU Libidn | 74 using `W i' (`gnus-summary-idna-message'). This requires that GNU Libidn |
63 (`http://www.gnu.org/software/libidn/') has been installed. | 75 (<http://www.gnu.org/software/libidn/>) has been installed. |
64 | 76 |
65 ** The non-ASCII group names handling has been much improved. The back | 77 ** The non-ASCII group names handling has been much improved. The back |
66 ends that fully support non-ASCII group names are now `nntp', `nnml', | 78 ends that fully support non-ASCII group names are now `nntp', `nnml', |
67 and `nnrss'. Also the agent, the cache, and the marks features work | 79 and `nnrss'. Also the agent, the cache, and the marks features work |
68 with those back ends. *Note Non-ASCII Group Names::. | 80 with those back ends. *Note Non-ASCII Group Names::. |
106 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'. *Note To | 118 `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'. *Note To |
107 From Newsgroups::. | 119 From Newsgroups::. |
108 | 120 |
109 ** You can replace MIME parts with external bodies. See | 121 ** You can replace MIME parts with external bodies. See |
110 `gnus-mime-replace-part' and `gnus-article-replace-part'. *Note MIME | 122 `gnus-mime-replace-part' and `gnus-article-replace-part'. *Note MIME |
111 Commands::, *note Using MIME::. | 123 Commands::, *Note Using MIME::. |
112 | 124 |
113 ** The option `mm-fill-flowed' can be used to disable treatment of | 125 ** The option `mm-fill-flowed' can be used to disable treatment of |
114 format=flowed messages. Also, flowed text is disabled when sending | 126 format=flowed messages. Also, flowed text is disabled when sending |
115 inline PGP signed messages. *Note Flowed text: (emacs-mime)Flowed text. | 127 inline PGP signed messages. *Note Flowed text: (emacs-mime)Flowed text. |
116 (New in Gnus 5.10.7) | 128 (New in Gnus 5.10.7) |