emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/emacs-mime.texi


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/emacs-mime.texi
Date: Thu, 25 Aug 2005 20:02:09 -0400

Index: emacs/man/emacs-mime.texi
diff -c emacs/man/emacs-mime.texi:1.26 emacs/man/emacs-mime.texi:1.27
*** emacs/man/emacs-mime.texi:1.26      Wed Aug 10 15:14:32 2005
--- emacs/man/emacs-mime.texi   Fri Aug 26 00:02:06 2005
***************
*** 9,16 ****
  @copying
  This file documents the Emacs MIME interface functionality.
  
! Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004,
!    2005 Free Software Foundation, Inc.
  
  @quotation
  Permission is granted to copy, distribute and/or modify this document
--- 9,16 ----
  @copying
  This file documents the Emacs MIME interface functionality.
  
! Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
!           Free Software Foundation, Inc.
  
  @quotation
  Permission is granted to copy, distribute and/or modify this document
***************
*** 213,222 ****
  @findex mm-handle-disposition
  Return the parsed @code{Content-Disposition} of the part.
  
- @item mm-handle-disposition
- @findex mm-handle-disposition
- Return the description of the part.
- 
  @item mm-get-content-id
  Returns the handle(s) referred to by @code{Content-ID}.
  
--- 213,218 ----
***************
*** 813,819 ****
  @item mm-coding-system-priorities
  @vindex mm-coding-system-priorities
  Prioritize coding systems to use for outgoing messages.  The default
! is @code{nil}, which means to use the defaults in Emacs.  It is a list of
  coding system symbols (aliases of coding systems are also allowed, use
  @kbd{M-x describe-coding-system} to make sure you are specifying correct
  coding system names).  For example, if you have configured Emacs
--- 809,817 ----
  @item mm-coding-system-priorities
  @vindex mm-coding-system-priorities
  Prioritize coding systems to use for outgoing messages.  The default
! is @code{nil}, which means to use the defaults in Emacs, but is
! @code{(iso-8859-1 iso-2022-jp iso-2022-jp-2 shift_jis utf-8)} when
! running Emacs in the Japanese language environment.  It is a list of
  coding system symbols (aliases of coding systems are also allowed, use
  @kbd{M-x describe-coding-system} to make sure you are specifying correct
  coding system names).  For example, if you have configured Emacs
***************
*** 880,887 ****
  @vindex mm-mime-mule-charset-alist
  Things are slightly more complicated when running Emacs with @sc{mule}
  support.  In this case, a list of the @sc{mule} charsets used in the
! part is obtained, and the @sc{mule} charsets are translated to @acronym{MIME}
! charsets by consulting the variable @code{mm-mime-mule-charset-alist}.
  If this results in a single @acronym{MIME} charset, this is used to encode
  the part.  But if the resulting list of @acronym{MIME} charsets contains more
  than one element, two things can happen: If it is possible to encode the
--- 878,886 ----
  @vindex mm-mime-mule-charset-alist
  Things are slightly more complicated when running Emacs with @sc{mule}
  support.  In this case, a list of the @sc{mule} charsets used in the
! part is obtained, and the @sc{mule} charsets are translated to
! @acronym{MIME} charsets by consulting the table provided by Emacs itself
! or the variable @code{mm-mime-mule-charset-alist} for XEmacs.
  If this results in a single @acronym{MIME} charset, this is used to encode
  the part.  But if the resulting list of @acronym{MIME} charsets contains more
  than one element, two things can happen: If it is possible to encode the
***************
*** 1168,1174 ****
  This chapter describes the basic, ground-level functions for parsing and
  handling.  Covered here is parsing @code{From} lines, removing comments
  from header lines, decoding encoded words, parsing date headers and so
! on.  High-level functionality is dealt with in the next chapter
  (@pxref{Decoding and Viewing}).
  
  @menu
--- 1167,1173 ----
  This chapter describes the basic, ground-level functions for parsing and
  handling.  Covered here is parsing @code{From} lines, removing comments
  from header lines, decoding encoded words, parsing date headers and so
! on.  High-level functionality is dealt with in the first chapter
  (@pxref{Decoding and Viewing}).
  
  @menu
***************
*** 1504,1510 ****
  
  @item safe-date-to-time
  Take a date and return a time.  If the date is not syntactically valid,
! return a ``zero'' date.
  
  @item time-less-p
  Take two times and say whether the first time is less (i. e., earlier)
--- 1503,1509 ----
  
  @item safe-date-to-time
  Take a date and return a time.  If the date is not syntactically valid,
! return a ``zero'' time.
  
  @item time-less-p
  Take two times and say whether the first time is less (i. e., earlier)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]