diff options
| author | Reiner Steib | 2008-02-26 21:08:38 +0000 |
|---|---|---|
| committer | Reiner Steib | 2008-02-26 21:08:38 +0000 |
| commit | 143cecdb7a4fa003488626a6b737f85f791f067b (patch) | |
| tree | 2dfcf9a7ff4eb72876cff9c689095f469796bdd4 | |
| parent | 6d25a31264b762489937cbf4279367a5aa014431 (diff) | |
| download | emacs-143cecdb7a4fa003488626a6b737f85f791f067b.tar.gz emacs-143cecdb7a4fa003488626a6b737f85f791f067b.zip | |
(Gnus): Mention problem with coding system `utf-8-emacs'
when using different Emacs versions.
| -rw-r--r-- | etc/ChangeLog | 5 | ||||
| -rw-r--r-- | etc/NEWS | 6 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp> | 6 | 2008-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, |
| @@ -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, |
| 283 | PostScript and DVI documents inside an Emacs buffer by converting the | 284 | PostScript 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 | ||
| 506 | saving articles drafts and ~/.newsrc.eld. These file may not be read | ||
| 507 | correctly in Emacs 22 and below. If you want to Gnus across different Emacs | ||
| 508 | versions, 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 | ||
| 506 | See the file GNUS-NEWS or the node "No Gnus" in the Gnus manual for details. | 512 | See the file GNUS-NEWS or the node "No Gnus" in the Gnus manual for details. |