diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-10-30 15:39:41 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2002-10-30 15:39:41 +0000 |
commit | 46e147cf1f9dd6080337bc80208f930d217e2264 (patch) | |
tree | a4ac824b2c827d9399b9bdb694ee8e43a257820a /ChangeLog | |
parent | [w3m-dev 03357] tab in <pre> in <ul>,<ol>,... (diff) | |
download | w3m-46e147cf1f9dd6080337bc80208f930d217e2264.tar.gz w3m-46e147cf1f9dd6080337bc80208f930d217e2264.zip |
[w3m-dev 03359] support for http://user:pass@www.url.com
* etc.c (find_auth_user_passwd): use ParsedURL for args
use user and passwd if these are defined in ParsedURL
* file.c (getAuthCookie): change find_auth_user_passwd()
* proto.h (find_auth_user_passwd): change prototype
From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2002-10-31 Fumitoshi UKAI <ukai@debian.or.jp> + + * [w3m-dev 03359] support for http://user:pass@www.url.com + * etc.c (find_auth_user_passwd): use ParsedURL for args + use user and passwd if these are defined in ParsedURL + * file.c (getAuthCookie): change find_auth_user_passwd() + * proto.h (find_auth_user_passwd): change prototype + 2002-10-30 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> * [w3m-dev 03357] tab in <pre> in <ul>,<ol>,... @@ -4035,4 +4043,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.458 2002/10/30 03:58:59 ukai Exp $ +$Id: ChangeLog,v 1.459 2002/10/30 15:39:41 ukai Exp $ |