From 68f3f9f08e02aa50d63897128a3fb2bb32511792 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 28 Jan 2002 03:11:28 +0000 Subject: [PATCH] Synch with Oort Gnus. --- lisp/ChangeLog | 3 +++ lisp/gnus-art.el | 2 +- texi/ChangeLog | 4 ++++ texi/gnus-ja.texi | 4 ++-- texi/gnus.texi | 4 ++-- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9d41240..9265feb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2002-01-28 Katsumi Yamaoka + * gnus-art.el (gnus-article-wash-html-with-w3m): Replace w3m to + emacs-w3m in doc-string. + * lpath.el: Bind `w3m-cid-retrieve-function-alist' and `w3m-current-buffer'. diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index a1ae05c..5fa43f9 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -2290,7 +2290,7 @@ If READ-CHARSET, ask for a coding system." (error)))) (defun gnus-article-wash-html-with-w3m () - "Wash the current buffer with w3m." + "Wash the current buffer with emacs-w3m." (mm-setup-w3m) (let ((w3m-safe-url-regexp "\\`cid:")) (w3m-region (point) (point-max))) diff --git a/texi/ChangeLog b/texi/ChangeLog index c6a02ee..29c33e7 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2002-01-28 Katsumi Yamaoka + + * gnus.texi (Article Washing): Replace w3m to emacs-w3m. + 2002-01-26 Lars Magne Ingebrigtsen * gnus.texi (Mail Spool): Addition. diff --git a/texi/gnus-ja.texi b/texi/gnus-ja.texi index b6d696a..3723714 100644 --- a/texi/gnus-ja.texi +++ b/texi/gnus-ja.texi @@ -8001,8 +8001,8 @@ w3 を使います (これがディフォルトです)。 @item gnus-article-wash-html-with-w3m @findex gnus-article-wash-html-with-w3m -外部プログラム @samp{w3m} を使います。もっと詳しいこと -は @uref{http://w3m.sourceforge.net/} を参照して下さい。 +emacs-w3m を使います (もっと詳しいこと +は @uref{http://emacs-w3m.namazu.org/} を参照して下さい。 @end table @item W b diff --git a/texi/gnus.texi b/texi/gnus.texi index 5bd1018..aa47eb2 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -8137,8 +8137,8 @@ Use w3 (this is the default). @item gnus-article-wash-html-with-w3m @findex gnus-article-wash-html-with-w3m -Use the external @samp{w3m} program. See -@uref{http://w3m.sourceforge.net/} for more information. +Use emacs-w3m (see @uref{http://emacs-w3m.namazu.org/} for more +information). @end table @item W b -- 1.7.10.4