diff options
| author | Miles Bader | 2005-09-30 03:03:53 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-09-30 03:03:53 +0000 |
| commit | a33704bbe84c2257fd98c3086fcbc783a578e2a5 (patch) | |
| tree | 632c9c7f18bdff2fa7e510d651d06f7cb73b4bcb /etc | |
| parent | 8ad8c5ce6b08aad5aecd1d137d66fd0b2220da4a (diff) | |
| download | emacs-a33704bbe84c2257fd98c3086fcbc783a578e2a5.tar.gz emacs-a33704bbe84c2257fd98c3086fcbc783a578e2a5.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-566
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 128)
- Update from CVS
2005-09-28 Simon Josefsson <jas@extundo.com>
* etc/GNUS-NEWS: Fix IDNA notes.
2005-09-28 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/message.el: Remove useless autoloads.
2005-09-28 Simon Josefsson <jas@extundo.com>
* lisp/gnus/message.el (message-use-idna): Default to t.
(message-use-idna): Test whether encoding works too. Doc fix.
2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/nntp.el (nntp-warn-about-losing-connection): Remove.
2005-09-28 Simon Josefsson <jas@extundo.com>
* man/message.texi (IDNA): Fix.
2005-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
* man/gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
nntp-server-hook, and nntp-warn-about-losing-connection; fix
description of nntp-open-connection-function.
(Common Variables): Fix descriptions.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/GNUS-NEWS | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog index ec8f6cf09e1..9871bc094e4 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-09-28 Simon Josefsson <jas@extundo.com> | ||
| 2 | |||
| 3 | * GNUS-NEWS: Fix IDNA notes. | ||
| 4 | |||
| 1 | 2005-09-27 Jay Belanger <belanger@truman.edu> | 5 | 2005-09-27 Jay Belanger <belanger@truman.edu> |
| 2 | 6 | ||
| 3 | * calccard.tex: Update `versionnumber', remove `versiondate'. | 7 | * calccard.tex: Update `versionnumber', remove `versiondate'. |
diff --git a/etc/GNUS-NEWS b/etc/GNUS-NEWS index 0c9e0f4ef1f..59e0b5dbd2e 100644 --- a/etc/GNUS-NEWS +++ b/etc/GNUS-NEWS | |||
| @@ -142,10 +142,10 @@ The new make.bat makes make-x.bat superfluous, so it has been removed. | |||
| 142 | ** Support for non-ASCII domain names | 142 | ** Support for non-ASCII domain names |
| 143 | 143 | ||
| 144 | Message supports non-ASCII domain names in From:, To: and Cc: and will | 144 | Message supports non-ASCII domain names in From:, To: and Cc: and will |
| 145 | query you whether to perform encoding when you try to send a message. | 145 | encode them when you try to send a message. The variable |
| 146 | The variable `message-use-idna' controls this. Gnus will also decode | 146 | `message-use-idna' controls this. Gnus will also decode non-ASCII |
| 147 | non-ASCII domain names in From:, To: and Cc: when you view a message. | 147 | domain names in From:, To: and Cc: when you view a message. The |
| 148 | The variable `gnus-use-idna' controls this. | 148 | variable `gnus-use-idna' controls this. |
| 149 | 149 | ||
| 150 | ** Better handling of Microsoft citation styles | 150 | ** Better handling of Microsoft citation styles |
| 151 | 151 | ||