w3m

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

commit 6be47e6ae7a98228cf72cefe2599a3c9d9bb2664
parent 9b1348046276ff2adab9151498e1c7d2ed5e9133
Author: ukai <ukai>
Date:   Mon,  7 Jan 2002 13:27:21 +0000

w3m 0.2.4

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

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,11 @@ +2002-01-07 Fumitoshi UKAI <ukai@debian.or.jp> + + * w3m 0.2.4 + * version.c.in: update + * doc/README: version 0.2.4, release date + * doc-jp/README: ditto + * NEWS: update + 2002-01-06 Fumitoshi UKAI <ukai@debian.or.jp> * [w3m-dev 02781] Re: Bug#127883: w3m tries to use xv as default diff --git a/NEWS b/NEWS @@ -1,8 +1,7 @@ -w3m 0.2.4? 0.3? +w3m 0.2.4 - 2002-01-07 * RFC2818 server identity check * incremental search (C-s, C-r) -* linux/ia64 support (?) ---------------------------------------------------------------- w3m 0.2.3.2 - 2001-12-22 diff --git a/doc-jp/README b/doc-jp/README @@ -1,5 +1,5 @@ - w3m: WWW wo Miru Tool version 0.2.3.2 - (C) Copyright by Akinori ITO December 21, 2001 + w3m: WWW wo Miru Tool version 0.2.4 + (C) Copyright by Akinori ITO January 7, 2002 1. はじめに @@ -86,7 +86,7 @@ Windows 3. 著作権 w3m の著作権は,伊藤彰則に属しています. -(C) Copyright 1994-2001 by Akinori Ito +(C) Copyright 1994-2002 by Akinori Ito 添付ライブラリのうち,Boehm GC library の著作権は Hans-J. Boehm, Alan J. Demers および Xerox Corporation, Silicon Graphics に属し diff --git a/doc/README b/doc/README @@ -1,5 +1,5 @@ - w3m: WWW wo Miru Tool version 0.2.3.2 - (C) Copyright by Akinori ITO December 21, 2001 + w3m: WWW wo Miru Tool version 0.2.4 + (C) Copyright by Akinori ITO January 7, 2002 1. Introduction @@ -73,7 +73,7 @@ Windows 3. Copyright - (C) Copyright 1994-2001 by Akinori Ito. + (C) Copyright 1994-2002 by Akinori Ito. Hans J. Boehm, Alan J. Demers, Xerox Corp. and Silicon Graphics have the copyright of the GC library comes with w3m package. diff --git a/version.c.in b/version.c.in @@ -1,5 +1,5 @@ /* $Id$ */ -#define CURRENT_VERSION "w3m/0.2.3.2+cvs" +#define CURRENT_VERSION "w3m/0.2.4" #ifndef FM_H char *w3m_version = CURRENT_VERSION;