w3m 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>
This commit is contained in:
Fumitoshi UKAI
2003-03-06 17:36:22 +00:00
parent 0424f3bdc4
commit ba3c1d46ea
5 changed files with 28 additions and 7 deletions

View File

@@ -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 $

13
NEWS
View File

@@ -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

View File

@@ -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. <20>Ϥ<EFBFBD><CFA4><EFBFBD><EFBFBD><EFBFBD>

View File

@@ -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

View File

@@ -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;