emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/man/url.texi
Date: Wed, 08 Dec 2004 16:39:48 -0500

Index: emacs/man/url.texi
diff -c emacs/man/url.texi:1.2 emacs/man/url.texi:1.3
*** emacs/man/url.texi:1.2      Tue Dec  7 21:13:26 2004
--- emacs/man/url.texi  Wed Dec  8 20:10:08 2004
***************
*** 1,5 ****
  \input texinfo
! @setfilename url.info
  @settitle URL Programmer's Manual
  
  @iftex
--- 1,5 ----
  \input texinfo
! @setfilename ../info/url
  @settitle URL Programmer's Manual
  
  @iftex
***************
*** 114,123 ****
  The meaning of
  the @var{path} component depends on the service.
  
- The library depends on MIME support provided by the @samp{mm-}
- packages from Gnus 5.8 or later.  @xref{(emacs-mime)Top, The MIME
- library}.
- 
  @menu
  * Configuration::               
  * Parsed URLs::                 URLs are parsed into vector structures.
--- 114,119 ----
***************
*** 388,396 ****
  
  HTTP URLs are retrieved into a buffer containing the HTTP headers
  followed by the body.  Since the headers are quasi-MIME, they may be
! processed using the MIME library.  @xref{(emacs-mime)Top, The MIME
! library}.  The MIME library doesn't provide a clean function to do
! that, so the URL library does.
  
  @defun url-decode-text-part handle &optional coding
  This function decodes charset-encoded text in the current buffer.  In
--- 384,392 ----
  
  HTTP URLs are retrieved into a buffer containing the HTTP headers
  followed by the body.  Since the headers are quasi-MIME, they may be
! processed using the MIME library.  @inforef{Top, The MIME library,
! emacs-mime}.  The URL package provides a function to do this in
! general:
  
  @defun url-decode-text-part handle &optional coding
  This function decodes charset-encoded text in the current buffer.  In




reply via email to

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