From 89281a95cf93a432ebaf6a40f306949b3a7f1e98 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 8 Dec 2004 20:10:22 +0000 Subject: [PATCH] Update @setfilename. (Getting Started): No need to worry about Gnus versions. (Dealing with HTTP documents): Use @inforef. --- man/ChangeLog | 8 ++++++++ man/url.texi | 12 ++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/man/ChangeLog b/man/ChangeLog index b601faef550..48993a37045 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,11 @@ +2004-12-08 Luc Teirlinck + + * 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 * frames.texi (Scroll Bars): The option `scroll-bar-mode' has to diff --git a/man/url.texi b/man/url.texi index ec9c973b33d..5f36826d926 100644 --- a/man/url.texi +++ b/man/url.texi @@ -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 -- 2.39.2