w3m

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/w3m.git/
Log | Files | Refs | README

commit 5f1229431a648a673a8ac4b5020f3370c3aec16d
parent cd0df29f2efc859b6972eb9feb363de8b80421f7
Author: ukai <ukai>
Date:   Mon, 15 Jul 2002 17:33:43 +0000

w3m 0.3.1

Diffstat:
MChangeLog | 8++++++++
MNEWS | 2+-
Mdoc-jp/README | 4++--
Mdoc/README | 4++--
Mversion.c.in | 2+-
5 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,11 @@ +2002-07-16 Fumitoshi UKAI <ukai@debian.or.jp> + + * w3m 0.3.1 + * version.c.in: update + * doc/README: version 0.3, release date + * doc-jp/README: ditto + * NEWS: update + 2002-07-12 WATANABE Katsuyuki <katsuyuki_1.watanabe@toppan.co.jp> * [w3m-dev 03255] update cygwin info diff --git a/NEWS b/NEWS @@ -1,4 +1,4 @@ -w3m 0.4? +w3m 0.3.1 - 2002-07-16 * func: REINIT INIT_MAILCAP deleted, use REINIT MAILCAP instead diff --git a/doc-jp/README b/doc-jp/README @@ -1,5 +1,5 @@ - w3m: WWW wo Miru Tool version 0.3 - (C) Copyright by Akinori ITO March 6, 2002 + w3m: WWW wo Miru Tool version 0.3.1 + (C) Copyright by Akinori ITO July 16, 2002 1. ¤Ï¤¸¤á¤Ë diff --git a/doc/README b/doc/README @@ -1,5 +1,5 @@ - w3m: WWW wo Miru Tool version 0.3 - (C) Copyright by Akinori ITO March 6, 2002 + w3m: WWW wo Miru Tool version 0.3.1 + (C) Copyright by Akinori ITO July 16, 2002 1. Introduction diff --git a/version.c.in b/version.c.in @@ -1,5 +1,5 @@ /* $Id$ */ -#define CURRENT_VERSION "w3m/0.3+cvs" +#define CURRENT_VERSION "w3m/0.3.1" #ifndef FM_H char *w3m_version = CURRENT_VERSION;