aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReiner Steib2008-02-26 21:08:38 +0000
committerReiner Steib2008-02-26 21:08:38 +0000
commit143cecdb7a4fa003488626a6b737f85f791f067b (patch)
tree2dfcf9a7ff4eb72876cff9c689095f469796bdd4
parent6d25a31264b762489937cbf4279367a5aa014431 (diff)
downloademacs-143cecdb7a4fa003488626a6b737f85f791f067b.tar.gz
emacs-143cecdb7a4fa003488626a6b737f85f791f067b.zip
(Gnus): Mention problem with coding system `utf-8-emacs'
when using different Emacs versions.
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS6
2 files changed, 11 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index be4e6537f37..d1353392779 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12008-02-26 Reiner Steib <Reiner.Steib@gmx.de>
2
3 * NEWS (Gnus): Mention problem with coding system `utf-8-emacs'
4 when using different Emacs versions.
5
12008-02-22 Kenichi Handa <handa@ni.aist.go.jp> 62008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
2 7
3 * NEWS: Mention the new language environments Bengali, Punjabi, 8 * NEWS: Mention the new language environments Bengali, Punjabi,
diff --git a/etc/NEWS b/etc/NEWS
index b8cc452404c..8ba2ab720c0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -278,6 +278,7 @@ history element containing the search string becomes the current.
278* New Modes and Packages in Emacs 23.1 278* New Modes and Packages in Emacs 23.1
279 279
280** FIXME add details of new packages imported from lisp/gnus. 280** FIXME add details of new packages imported from lisp/gnus.
281[Maybe some information from doc/misc/gnus-coding.texi can be reused]
281 282
282** The package doc-view.el has been added. It supports viewing of PDF, 283** The package doc-view.el has been added. It supports viewing of PDF,
283PostScript and DVI documents inside an Emacs buffer by converting the 284PostScript and DVI documents inside an Emacs buffer by converting the
@@ -501,6 +502,11 @@ rather than fortran-indent-comment.
501 502
502*** The Gnus package has been updated 503*** The Gnus package has been updated
503 504
505*** In Emacs 23, Gnus uses Emacs' new internal coding system `utf-8-emacs' for
506saving articles drafts and ~/.newsrc.eld. These file may not be read
507correctly in Emacs 22 and below. If you want to Gnus across different Emacs
508versions, you may set `mm-auto-save-coding-system' to `emacs-mule'.
509
504*** There are many news features, bug fixes and improvements. 510*** There are many news features, bug fixes and improvements.
505 511
506See the file GNUS-NEWS or the node "No Gnus" in the Gnus manual for details. 512See the file GNUS-NEWS or the node "No Gnus" in the Gnus manual for details.