head	1.5;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	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.3
	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.3
	old_RELEASE_4_4_0:1.3
	old_RELEASE_4_3_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2011.10.24.09.11.19;	author dougb;	state Exp;
branches;
next	1.4;

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

1.3
date	2001.07.23.13.33.10;	author okazaki;	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.5
log
@The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
@
text
@Emacs-w3m is a simple interface program of w3m for Emacs.

WWW: http://emacs-w3m.namazu.org/
@


1.4
log
@Add a patch to work mew-shimbun.el with Mew 2.x.
Update my mail address in pkg-descr.

Obtained from:	emacs-w3m CVS
@
text
@a3 2
--
MANTANI Nobutaka <nobutaka@@FreeBSD.org>
@


1.3
log
@Update MASTER_SITES.

PR:		29159
Submitted by:	maintainer
@
text
@d5 1
a5 1
MANTANI Nobutaka <nobutaka@@nobutaka.com>
@


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
@d3 1
a3 1
WWW: http://namazu.org/~tsuchiya/emacs-w3m/
@


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
@d1 1
a1 29
emacs-w3m is a simple interface program of w3m for Emacs.

Before using emacs-w3m, you must set following elisp to your own
.emacs file.

(autoload 'w3m "w3m" "Interface for w3m on Emacs." t)

If you want to use emacs-w3m on Wanderlust, set following elisp to
your own .emacs file.

(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)))

And if you want to use emacs-w3m on Mew, set following elisp to
your own .mew file.

(require 'mew-w3m)
(setq mew-prog-html '(mew-mime-text/html-w3m nil nil))

a3 1

@

