]> code.delx.au - gnu-emacs/commitdiff
Update @setfilename.
authorRichard M. Stallman <rms@gnu.org>
Wed, 8 Dec 2004 20:10:22 +0000 (20:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 8 Dec 2004 20:10:22 +0000 (20:10 +0000)
(Getting Started): No need to worry about Gnus versions.
(Dealing with HTTP documents): Use @inforef.

man/ChangeLog
man/url.texi

index b601faef550774eb84cc28bac826a0821c811a30..48993a370451c8bd7a1dd60f677de4d2a95cfa07 100644 (file)
@@ -1,3 +1,11 @@
+2004-12-08  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * url.texi: Update @setfilename.
+       (Getting Started): No need to worry about Gnus versions.
+       (Dealing with HTTP documents): Use @inforef.
+
+       * org.texi: Fix @direntry file name.
+
 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
 
        * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to
index ec9c973b33d25904b0f071b4f85477cc69165525..5f36826d9269dfb67183b8c03d5e6ae6874db630 100644 (file)
@@ -1,5 +1,5 @@
 \input texinfo
-@setfilename url.info
+@setfilename ../info/url
 @settitle URL Programmer's Manual
 
 @iftex
@@ -114,10 +114,6 @@ sent).@c , but @xref{Other Variables, url-bad-port-list}.
 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.
@@ -388,9 +384,9 @@ Currently this is just the raw header contents.
 
 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.
+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