diff options
author | Dai Sato <satodai@w3m.jp> | 2006-04-07 15:48:56 +0000 |
---|---|---|
committer | Dai Sato <satodai@w3m.jp> | 2006-04-07 15:48:56 +0000 |
commit | db790bfd2b16f5ff8b69d5411b3cabd1799f81df (patch) | |
tree | 6b710dada32645acbcb9caec54831b9d5689698f /ChangeLog | |
parent | Replace '\n' (newline) with ' ' (space) in attributes of html tags. (diff) | |
download | w3m-db790bfd2b16f5ff8b69d5411b3cabd1799f81df.tar.gz w3m-db790bfd2b16f5ff8b69d5411b3cabd1799f81df.zip |
Introduce option show_cookie and set it TRUE by default.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ 2006-04-07 Dai Sato <satodai@w3m.jp> * [w3m-dev-en 01060] Some patches + * file.c, fm.h, rc.c: Introduce option show_cookie and set it TRUE by default. If set to FALSE received cookies will not be shown. + * This fixes Debian bug #253547: w3m: Too slow receiving cookies. + +2006-04-07 Dai Sato <satodai@w3m.jp> + + * [w3m-dev-en 01060] Some patches * parsetagx.c: Replace '\n' (newline) with ' ' (space) in attributes of html tags instead of ignoring them. * Fixes Debian bug #326167: w3m: new lines in hidden form fields are stripped @@ -8677,4 +8683,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.954 2006/04/07 15:38:42 inu Exp $ +$Id: ChangeLog,v 1.955 2006/04/07 15:48:56 inu Exp $ |