w3m

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

commit 7e7b209d7d284bc9c57727a08af220e115128dbf
parent eef10171317c3449461377764ad1a8e6ecfede8e
Author: ukai <ukai>
Date:   Sun, 21 Mar 2004 16:50:35 +0000

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

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

diff --git a/ChangeLog b/ChangeLog @@ -1,5 +1,13 @@ 2004-03-22 Fumitoshi UKAI <ukai@debian.or.jp> + * w3m 0.5 + * version.c.in: update + * doc/README: version 0.5, release date, maintainer + * doc-jp/README: ditto + * NEWS: update + +2004-03-22 Fumitoshi UKAI <ukai@debian.or.jp> + * main.c (main): DisplayCharset and DocumentCharset also follow locale configuration * Makefile.in (distclean): distclean libwc diff --git a/NEWS b/NEWS @@ -1,4 +1,4 @@ -w3m 0.5 or 1.0? +w3m 0.5 - 2004-03-22 * gettextize * m17n patch merged diff --git a/doc-jp/README b/doc-jp/README @@ -1,5 +1,7 @@ - w3m: WWW wo Miru Tool version 0.4.2 - (C) Copyright by Akinori ITO Sept 23, 2003 + w3m: WWW wo Miru Tool version 0.5 March 22, 2004 + (C) Copyright by Akinori ITO + Hironori SAKAMOTO + Fumitoshi UKAI 1. はじめに @@ -29,7 +31,7 @@ SunOS 4.1.x HP-UX 9.x, 10.x Solaris 2.5.x, 2.6, 8, 9 - Linux 2.0.*/2.2.*/2.4.* + Linux 2.0.*/2.2.*/2.4.*/2.6.* FreeBSD 2.2.8, 3.1, 3.2, 4.6 NetBSD/macppc, m68k EWS4800 Rel.12.2 Rev.A @@ -100,6 +102,7 @@ Windows w3m の著作権は,伊藤彰則に属しています. (C) Copyright 1994-2002 by Akinori Ito +(C) Copyright 2002-2004 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai 4. 配布条件 @@ -114,6 +117,11 @@ w3m 伊藤 彰則 aito@fw.ipsj.or.jp +現在のメンテナ + 鵜飼文敏 + Debian Project + ukai@debian.or.jp + ご意見,ご感想をMLまでお寄せください. w3m-dev@mi.med.tohoku.ac.jp (日本語) w3m-dev-en@mi.med.tohoku.ac.jp (英語) diff --git a/doc/README b/doc/README @@ -1,5 +1,7 @@ - w3m: WWW wo Miru Tool version 0.4.2 - (C) Copyright by Akinori ITO Sept 23, 2003 + w3m: WWW wo Miru Tool version 0.5 March 22, 2004 + (C) Copyright Akinori ITO + Hironori SAKAMOTO + Fumitoshi UKAI 1. Introduction @@ -25,7 +27,7 @@ w3m is known to work on these platforms. SunOS 4.1.x HP-UX 9.x, 10.x Solaris 2.5.x, 2.6, 8, 9 - Linux 2.0.*/2.2.*/2.4.* + Linux 2.0.*/2.2.*/2.4.*/2.6.* FreeBSD 2.2.8, 3.1, 3.2, 4.6 NetBSD/macppc, m68k EWS4800 Rel.12.2 Rev.A @@ -87,7 +89,8 @@ Windows 3. Copyright - (C) Copyright 1994-2002 by Akinori Ito. + (C) Copyright 1994-2002 by Akinori Ito + (C) Copyright 2002-2004 by Akinori Ito, Hironori Sakamoto, Fumitoshi Ukai 4. License @@ -107,6 +110,11 @@ Initial author: Faculty of Engineering, Yamagata University aito@fw.ipsj.or.jp +Current Maintainer + Fumitoshi UKAI + Debian Project + ukai@debian.or.jp + Feel free to send your opinion to the w3m mailing-lists. w3m-dev@mi.med.tohoku.ac.jp (Japanese) w3m-dev-en@mi.med.tohoku.ac.jp (English) diff --git a/version.c.in b/version.c.in @@ -1,5 +1,5 @@ /* $Id$ */ -#define CURRENT_VERSION "w3m/0.4.2+cvs-m17n" +#define CURRENT_VERSION "w3m/0.5" #ifndef FM_H char *w3m_version = CURRENT_VERSION;