head	1.4;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.4
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.4
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.2
	old_RELEASE_4_4_0:1.2
	old_RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.4
date	2002.07.25.17.32.09;	author nobutaka;	state Exp;
branches;
next	1.3;

1.3
date	2002.01.24.09.03.07;	author nobutaka;	state Exp;
branches;
next	1.2;

1.2
date	2001.04.11.04.27.48;	author knu;	state Exp;
branches;
next	1.1;

1.1
date	2001.04.02.01.04.44;	author okazaki;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Update to 1.3.1.
@
text
@********************************************************************
* Before using emacs-w3m, you must add this to your own .emacs:    *
*                                                                  *
* (autoload 'w3m "w3m" "Interface for w3m on Emacs." t)            *
*                                                                  *
* To use emacs-w3m on Wanderlust, add this to your own .emacs:     *
*                                                                  *
* (require 'mime-w3m)                                              *
*                                                                  *
* To use emacs-w3m on Mew, add this to your own .mew.el:           *
*                                                                  *
* (require 'mew-w3m)                                               *
* (setq mew-prog-html '(mew-mime-text/html-w3m nil nil))           *
*                                                                  *
* And to use octet stream viewer, add this to your own .emacs:     *
*                                                                  *
* (require 'w3m)                                                   *
* (require 'octet)                                                 *
* (octet-mime-setup)                                               *
********************************************************************
@


1.3
log
@Update to 1.2.4.
@
text
@d8 1
a8 10
* (setq mime-setup-enable-inline-html nil)                         *
* (eval-after-load "mime-view"                                     *
*   '(progn                                                        *
*     (autoload 'mime-w3m-preview-text/html "mime-w3m")            *
*     (ctree-set-calist-strictly                                   *
*      'mime-preview-condition                                     *
*      '((type . text) (subtype . html) (body . visible)           *
*	 (body-presentation-method . mime-w3m-preview-text/html))) *
*     (set-alist 'mime-view-type-subtype-score-alist               *
*		 '(text . html) 3)))                               *
d10 1
a10 1
* And to use emacs-w3m on Mew, add this to your own .mew.el:       *
d12 2
a13 4
* (condition-case nil                                              *
*     (require 'mew-w3m)                                           *
*   (file-error nil))                                              *
* (setq w3m-type 'w3m-m17n)                                        *
d15 5
@


1.2
log
@Remove detailed instructions from pkg-descr.  pkg-descr is not for the
place you put detailed instructions in.

Reduce the volume of pkg-message to under 24 lines so that the whole
message can be displayed on an average screen.
@
text
@d19 6
a24 1
* And to use emacs-w3m on Mew, add this to your own .mew:          *
a25 2
* (require 'mew-w3m)                                               *
* (setq mew-prog-html '(mew-mime-text/html-w3m nil nil))           *
@


1.1
log
@Add emacs-w3m-emacs20, a simple interface program of w3m for Emacs20.

PR:		26130
Submitted by:	MANTANI Nobutaka <nobutaka@@nobutaka.com>
@
text
@d2 1
a2 2
* Before using emacs-w3m, you must set following elisp to your own *
* .emacs file.                                                     *
d6 1
a6 2
* If you want to use emacs-w3m on Wanderlust, set following elisp  *
* to your own .emacs file.                                         *
d14 1
a14 3
*      '((type . text)                                             *
*        (subtype . html)                                          *
*	 (body . visible)                                          *
d19 1
a19 2
* And if you want to use emacs-w3m on Mew, set following elisp to  *
* your own .mew file.                                              *
@

