diff options
author | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-01-08 17:32:36 +0000 |
---|---|---|
committer | Fumitoshi UKAI <ukai@debian.or.jp> | 2003-01-08 17:32:36 +0000 |
commit | f8ea236868fb2395c75c98088da4321242ab31d9 (patch) | |
tree | e5cacdd877e290cccceafea876d435955f704f0b /ChangeLog | |
parent | update TODO (diff) | |
download | w3m-f8ea236868fb2395c75c98088da4321242ab31d9.tar.gz w3m-f8ea236868fb2395c75c98088da4321242ab31d9.zip |
[w3m-dev 03617] sourcefile when Content-Encoding: is specified.
* file.c (uncompress_stream): add src arg
(examineFile): change uncompress_stream
(loadGeneralFile): change uncompress_stream
(doExternal): src
(uncompress_stream): ext
tmpfile with same ext
From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,5 +1,15 @@ 2003-01-09 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> + * [w3m-dev 03617] sourcefile when Content-Encoding: is specified. + * file.c (uncompress_stream): add src arg + (examineFile): change uncompress_stream + (loadGeneralFile): change uncompress_stream + (doExternal): src + (uncompress_stream): ext + tmpfile with same ext + +2003-01-09 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> + * [w3m-dev 03616] Re: data: URL scheme * file.c (loadGeneralFile): check SCM_DATA (loadImageBuffer): newBuffer() @@ -6218,4 +6228,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.659 2003/01/08 17:24:11 ukai Exp $ +$Id: ChangeLog,v 1.660 2003/01/08 17:32:36 ukai Exp $ |