+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
\input texinfo
-@setfilename url.info
+@setfilename ../info/url
@settitle URL Programmer's Manual
@iftex
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.
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