w3m

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

commit 8ab3b43c67014e03c2aabc338b245d2b36d800c7
parent fe1154edcaecd09e183690794c066c3a831829eb
Author: ukai <ukai>
Date:   Tue,  5 Mar 2002 17:17:43 +0000

w3m 0.3
* version.c.in: update
* doc/README: version 0.3, release date
* doc-jp/README: ditto
* NEWS: update
From: Fumitoshi UKAI  <ukai@debian.or.jp>

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-03-06 Fumitoshi UKAI <ukai@debian.or.jp> + + * w3m 0.3 + * version.c.in: update + * doc/README: version 0.3, release date + * doc-jp/README: ditto + * NEWS: update + 2002-03-06 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp> * [w3m-dev 03084] A temporary file remains when pipe + 'v' diff --git a/NEWS b/NEWS @@ -1,4 +1,4 @@ -w3m 0.3? +w3m 0.3 * rc: mailer if mailer is set, it will be used for simple mailto: URLs diff --git a/doc-jp/README b/doc-jp/README @@ -1,5 +1,5 @@ - w3m: WWW wo Miru Tool version 0.2.5 - (C) Copyright by Akinori ITO January 31, 2002 + w3m: WWW wo Miru Tool version 0.3 + (C) Copyright by Akinori ITO March 6, 2002 1. ¤Ï¤¸¤á¤Ë diff --git a/doc/README b/doc/README @@ -1,5 +1,5 @@ - w3m: WWW wo Miru Tool version 0.2.5 - (C) Copyright by Akinori ITO January 31, 2002 + w3m: WWW wo Miru Tool version 0.3 + (C) Copyright by Akinori ITO March 6, 2002 1. Introduction diff --git a/version.c.in b/version.c.in @@ -1,5 +1,5 @@ /* $Id$ */ -#define CURRENT_VERSION "w3m/0.2.5+cvs" +#define CURRENT_VERSION "w3m/0.3" #ifndef FM_H char *w3m_version = CURRENT_VERSION;