Show
Ignore:
Timestamp:
08/10/06 11:19:54 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/man/gnus.texi

    r4111 r4140  
    93739373@item gnus-article-emulate-mime 
    93749374@vindex gnus-article-emulate-mime 
     9375@cindex uuencode 
     9376@cindex yEnc 
    93759377There are other, non-@acronym{MIME} encoding methods used.  The most common 
    93769378is @samp{uuencode}, but yEncode is also getting to be popular.  If 
    93779379this variable is non-@code{nil}, Gnus will look in message bodies to 
    93789380see if it finds these encodings, and if so, it'll run them through the 
    9379 Gnus @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. 
    93809384 
    93819385@item gnus-unbuttonized-mime-types 
     
    2607626080 
    2607726081@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 
    2607826090New @file{make.bat} for compiling and installing Gnus under MS Windows 
    2607926091