w3m

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

commit 06fb060606ddd1ba3203223e6e85fc5b36460244
parent 42f4a843b8c4b78584dfb98b630af2d7333f7e2b
Author: ukai <ukai>
Date:   Thu,  6 Mar 2003 17:36:22 +0000

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>

Diffstat:
MChangeLog | 8++++++++
MNEWS | 13+++++++++++++
Mdoc-jp/README | 4++--
Mdoc/README | 4++--
Mversion.c.in | 2+-
5 files changed, 26 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -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. diff --git a/NEWS b/NEWS @@ -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 @@ -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. ¤Ï¤¸¤á¤Ë diff --git a/doc/README b/doc/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. Introduction diff --git a/version.c.in b/version.c.in @@ -1,5 +1,5 @@ /* $Id$ */ -#define CURRENT_VERSION "w3m/0.4+cvs" +#define CURRENT_VERSION "w3m/0.4.1" #ifndef FM_H char *w3m_version = CURRENT_VERSION;