aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorMiles Bader2008-02-27 06:22:10 +0000
committerMiles Bader2008-02-27 06:22:10 +0000
commit3d0f8a6740bef28b6dd0753c605bf88fe1f212d6 (patch)
tree12808abf77a77b4d3e8cceba9e3f3303b193b3bc /doc/misc
parent88ddede6eee21ccb4da9cfec1e0e47356b7ab44b (diff)
downloademacs-3d0f8a6740bef28b6dd0753c605bf88fe1f212d6.tar.gz
emacs-3d0f8a6740bef28b6dd0753c605bf88fe1f212d6.zip
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1086
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/gnus-news.texi9
2 files changed, 14 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index e9f3ada1c02..8b856221eb0 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12008-02-27 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
4 using different Emacs versions.
5
12008-02-27 Glenn Morris <rgm@gnu.org> 62008-02-27 Glenn Morris <rgm@gnu.org>
2 7
3 * sc.texi: Remove a lot of old and obsolete info. 8 * sc.texi: Remove a lot of old and obsolete info.
diff --git a/doc/misc/gnus-news.texi b/doc/misc/gnus-news.texi
index 9180b7507cc..b3b06520b58 100644
--- a/doc/misc/gnus-news.texi
+++ b/doc/misc/gnus-news.texi
@@ -32,6 +32,15 @@ file, where this release will store flags for nntp. See a later entry
32for more information about nntp marks. Note that downgrading isn't 32for more information about nntp marks. Note that downgrading isn't
33safe in general. 33safe in general.
34 34
35@item Incompatibity when switching from Emacs 23 to Emacs 22
36In Emacs 23, Gnus uses Emacs' new internal coding system @code{utf-8-emacs}
37for saving articles drafts and @file{~/.newsrc.eld}. These file may not
38be read correctly in Emacs 22 and below. If you want to Gnus across
39different Emacs versions, you may set @code{mm-auto-save-coding-system}
40to @code{emacs-mule}.
41@c FIXME: Untested. (Or did anyone test it?)
42@c Cf. http://thread.gmane.org/gmane.emacs.gnus.general/66251/focus=66344
43
35@item Lisp files are now installed in @file{.../site-lisp/gnus/} by default. 44@item Lisp files are now installed in @file{.../site-lisp/gnus/} by default.
36It defaulted to @file{.../site-lisp/} formerly. In addition to this, 45It defaulted to @file{.../site-lisp/} formerly. In addition to this,
37the new installer issues a warning if other Gnus installations which 46the new installer issues a warning if other Gnus installations which