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:
10
ChangeLog
10
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.
|
||||
@@ -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
13
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
|
||||
|
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user