diff options
| author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-03-06 17:36:22 +0000 | 
|---|---|---|
| committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-03-06 17:36:22 +0000 | 
| commit | ba3c1d46eac9750271025a986559ff854445d29d (patch) | |
| tree | 58804d1dec2f54b2f8be91dce4778845a1a4205c | |
| parent | fix indent (diff) | |
| download | w3m-ba3c1d46eac9750271025a986559ff854445d29d.tar.gz w3m-ba3c1d46eac9750271025a986559ff854445d29d.zip | |
w3m 0.4.1release-0-4-1
* version.c.in: update
* doc/README: version 0.4.1, release date
* doc-jp/README: ditto
* NEWS: update
From: Fumitoshi UKAI  <ukai@debian.or.jp>
Diffstat (limited to '')
| -rw-r--r-- | ChangeLog | 10 | ||||
| -rw-r--r-- | NEWS | 13 | ||||
| -rw-r--r-- | doc-jp/README | 4 | ||||
| -rw-r--r-- | doc/README | 4 | ||||
| -rw-r--r-- | version.c.in | 4 | 
5 files changed, 28 insertions, 7 deletions
| @@ -1,3 +1,11 @@ +2003-03-07  Fumitoshi UKAI  <ukai@debian.or.jp> + +	* w3m 0.4.1 +	* version.c.in: update +	* doc/README: version 0.4.1, release date +	* doc-jp/README: ditto +	* NEWS: update +  2003-03-06  Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>  	* [w3m-dev 03794] displayBuffer() when CurrentTab == NULL. @@ -7326,4 +7334,4 @@ a	* [w3m-dev 03276] compile error on EWS4800  	* release-0-2-1  	* import w3m-0.2.1 -$Id: ChangeLog,v 1.773 2003/03/06 14:30:19 ukai Exp $ +$Id: ChangeLog,v 1.774 2003/03/06 17:36:22 ukai Exp $ @@ -1,3 +1,16 @@ +w3m 0.4.1 - 2003-03-07 + +* fix bugs +  - completion segfault in lineinput +  - incremental search +  - URL pattern fix +  - UFhalfclose bug +  - allow pipe in shell command +  - enhance ftp directory support +  - linenumber in edit +  - fix Bug#181897 +  - W3M_TTY problem fixed +  w3m 0.4 - 2003-02-24  * rc: decode_url diff --git a/doc-jp/README b/doc-jp/README index 2c036af..d1eaf92 100644 --- a/doc-jp/README +++ b/doc-jp/README @@ -1,5 +1,5 @@ -	w3m: WWW wo Miru Tool  version 0.4 -		(C) Copyright by Akinori ITO	Feb 24, 2002 +	w3m: WWW wo Miru Tool  version 0.4.1 +		(C) Copyright by Akinori ITO	Mar 7, 2003  1. ¤Ï¤¸¤á¤Ë @@ -1,5 +1,5 @@ -	w3m: WWW wo Miru Tool  version 0.4 -		(C) Copyright by Akinori ITO	Feb 24, 2002 +	w3m: WWW wo Miru Tool  version 0.4.1 +		(C) Copyright by Akinori ITO	Mar 7, 2003  1. Introduction diff --git a/version.c.in b/version.c.in index a956378..68d0b8a 100644 --- a/version.c.in +++ b/version.c.in @@ -1,5 +1,5 @@ -/* $Id: version.c.in,v 1.36 2003/02/24 16:24:17 ukai Exp $ */ -#define CURRENT_VERSION "w3m/0.4+cvs" +/* $Id: version.c.in,v 1.37 2003/03/06 17:36:28 ukai Exp $ */ +#define CURRENT_VERSION "w3m/0.4.1"  #ifndef FM_H  char *w3m_version = CURRENT_VERSION; | 
