[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>
This commit is contained in:
Fumitoshi UKAI
2002-01-22 10:45:14 +00:00
parent 761b4d2cb7
commit 59ec44c6a4
3 changed files with 26 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
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
@@ -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 $