diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-01-22 10:45:14 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-01-22 10:45:14 +0000 |
commit | 59ec44c6a49418e2179e6c6167e28f9e8e5bfa41 (patch) | |
tree | 1f1f69dc88744bf6050e0e874dd4046f84acf7be /ChangeLog | |
parent | [w3m-dev 02880] URI_PATTERN (diff) | |
download | w3m-59ec44c6a49418e2179e6c6167e28f9e8e5bfa41.tar.gz w3m-59ec44c6a49418e2179e6c6167e28f9e8e5bfa41.zip |
[w3m-dev-en 00670] GOTO behavior change
* main.c (goURL): default URL is current URL
if retry_http specified, and inputed URL is not absolute URL
add http:// to top of url
* linein.c (InputKeymap): C-w as backword-kill-word
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,14 @@ 2002-01-22 Fumitoshi UKAI <ukai@debian.or.jp> + * [w3m-dev-en 00670] GOTO behavior change + * main.c (goURL): default URL is current URL + if retry_http specified, and inputed URL is not absolute URL + add http:// to top of url + + * linein.c (InputKeymap): C-w as backword-kill-word + +2002-01-22 Fumitoshi UKAI <ukai@debian.or.jp> + * [w3m-dev 02880] URI_PATTERN * url.c (URI_PATTERN): better match for % hex hex * url.c (chkExternalURIBuffer): don't use URI_PATTERN as format string @@ -2190,4 +2199,4 @@ * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.250 2002/01/22 06:53:10 ukai Exp $ +$Id: ChangeLog,v 1.251 2002/01/22 10:45:14 ukai Exp $ |