diff options
Diffstat (limited to '')
| -rw-r--r-- | ChangeLog | 10 | ||||
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | doc-jp/README | 14 | ||||
| -rw-r--r-- | doc/README | 16 | ||||
| -rw-r--r-- | version.c.in | 4 | 
5 files changed, 35 insertions, 11 deletions
| @@ -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 @@ -8328,4 +8336,4 @@ a	* [w3m-dev 03276] compile error on EWS4800  	* release-0-2-1  	* import w3m-0.2.1 -$Id: ChangeLog,v 1.906 2004/03/21 16:40:41 ukai Exp $ +$Id: ChangeLog,v 1.907 2004/03/21 16:50:35 ukai Exp $ @@ -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 index e2723de..8b2c202 100644 --- 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 (英語) @@ -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 index fb5527b..7a9af9d 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ -/* $Id: version.c.in,v 1.41 2003/09/22 21:02:22 ukai Exp $ */ -#define CURRENT_VERSION "w3m/0.4.2+cvs-m17n" +/* $Id: version.c.in,v 1.42 2004/03/21 16:50:36 ukai Exp $ */ +#define CURRENT_VERSION "w3m/0.5"  #ifndef FM_H  char *w3m_version = CURRENT_VERSION; | 
