aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMiles Bader2006-07-31 09:40:13 +0000
committerMiles Bader2006-07-31 09:40:13 +0000
commitebf693f35f0780516a57f50b2ae286b7cedc85ec (patch)
treefb1ab59bb928c9de5e7c7812e63973e09725fd2a /man
parent988fd256ad902c9475feb34ac14b485576049f12 (diff)
downloademacs-ebf693f35f0780516a57f50b2ae286b7cedc85ec.tar.gz
emacs-ebf693f35f0780516a57f50b2ae286b7cedc85ec.zip
Merge from gnus--rel--5.10
Patches applied: * gnus--rel--5.10 (patch 121-122) - Update from CVS 2006-07-28 Reiner Steib <Reiner.Steib@gmx.de> * etc/GNUS-NEWS: Regenerate from Oort Gnus node in texi/gnus.texi using texi/gnus-news.el of the trunk. 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/nnheader.el (nnheader-insert-head): Make it work with Mac as well. 2006-07-27 Katsumi Yamaoka <yamaoka@jpl.org> * lisp/gnus/nnheader.el (nnheader-insert-head): Make it work even if the file uses CRLF for the line-break code. 2006-07-28 Katsumi Yamaoka <yamaoka@jpl.org> * man/gnus.texi (Oort Gnus): Mention that the Lisp files are now installed in .../site-lisp/gnus/ by default. [ From gnus-news.texi in the trunk. ] 2006-07-27 Reiner Steib <Reiner.Steib@gmx.de> * man/gnus.texi (MIME Commands): Additions for yEnc. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-375
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog10
-rw-r--r--man/gnus.texi14
2 files changed, 23 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 0c619689e58..efaff2d173f 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,13 @@
12006-07-28 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
4 in .../site-lisp/gnus/ by default.
5 [ From gnus-news.texi in the trunk. ]
6
72006-07-27 Reiner Steib <Reiner.Steib@gmx.de>
8
9 * gnus.texi (MIME Commands): Additions for yEnc.
10
12006-07-31 Nick Roberts <nickrob@snap.net.nz> 112006-07-31 Nick Roberts <nickrob@snap.net.nz>
2 12
3 * building.texi (GDB commands in Fringe): Rename to... 13 * building.texi (GDB commands in Fringe): Rename to...
diff --git a/man/gnus.texi b/man/gnus.texi
index 9092999dfc9..6e350bc4517 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -9372,11 +9372,15 @@ default is @code{nil}.
9372 9372
9373@item gnus-article-emulate-mime 9373@item gnus-article-emulate-mime
9374@vindex gnus-article-emulate-mime 9374@vindex gnus-article-emulate-mime
9375@cindex uuencode
9376@cindex yEnc
9375There are other, non-@acronym{MIME} encoding methods used. The most common 9377There are other, non-@acronym{MIME} encoding methods used. The most common
9376is @samp{uuencode}, but yEncode is also getting to be popular. If 9378is @samp{uuencode}, but yEncode is also getting to be popular. If
9377this variable is non-@code{nil}, Gnus will look in message bodies to 9379this variable is non-@code{nil}, Gnus will look in message bodies to
9378see if it finds these encodings, and if so, it'll run them through the 9380see if it finds these encodings, and if so, it'll run them through the
9379Gnus @acronym{MIME} machinery. The default is @code{t}. 9381Gnus @acronym{MIME} machinery. The default is @code{t}. Only
9382single-part yEnc encoded attachments can be decoded. There's no support
9383for encoding in Gnus.
9380 9384
9381@item gnus-unbuttonized-mime-types 9385@item gnus-unbuttonized-mime-types
9382@vindex gnus-unbuttonized-mime-types 9386@vindex gnus-unbuttonized-mime-types
@@ -26075,6 +26079,14 @@ later entry for more information about marks. Note that downgrading
26075isn't save in general. 26079isn't save in general.
26076 26080
26077@item 26081@item
26082Lisp files are now installed in @file{.../site-lisp/gnus/} by default.
26083It defaulted to @file{.../site-lisp/} formerly. In addition to this,
26084the new installer issues a warning if other Gnus installations which
26085will shadow the latest one are detected. You can then remove those
26086shadows manually or remove them using @code{make
26087remove-installed-shadows}.
26088
26089@item
26078New @file{make.bat} for compiling and installing Gnus under MS Windows 26090New @file{make.bat} for compiling and installing Gnus under MS Windows
26079 26091
26080Use @file{make.bat} if you want to install Gnus under MS Windows, the 26092Use @file{make.bat} if you want to install Gnus under MS Windows, the