diff options
author | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-07-19 09:00:34 +0000 |
---|---|---|
committer | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-07-19 09:00:34 +0000 |
commit | fd8468f7f9c9784f02a99fbd54ad15990c0037e6 (patch) | |
tree | 582fa67c8b360e85d21c1ad29c3a2bc7972bc908 /ChangeLog | |
parent | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=242599#21 (diff) | |
download | w3m-fd8468f7f9c9784f02a99fbd54ad15990c0037e6.tar.gz w3m-fd8468f7f9c9784f02a99fbd54ad15990c0037e6.zip |
* [w3m-dev 04238] [patch] simple preserve space
* rc.c: Introduce option simple_preserve_space.
* fm.h: add global variable SimplePreserveSpace.
* file.c (HTMLlineproc0): check SimplePreserveSpace.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2010-07-19 d+w3m@vdr.jp + + * [w3m-dev 04238] [patch] simple preserve space + * rc.c: Introduce option simple_preserve_space. + * fm.h: add global variable SimplePreserveSpace. + * file.c (HTMLlineproc0): check SimplePreserveSpace. + 2010-07-18 d+w3m@vdr.jp * [w3m-dev 04319] Re: w3m's bugs from bugs.debian.org @@ -10,6 +17,9 @@ * display.c (displayBuffer): use is_html_type() instead of strcasecmp(). * buffer.c (reshapeBuffer): use is_html_type() instead of strcasecmp(). * backend.c (internal_get): use is_html_type() instead of strcasecmp(). + * main.c (vwSrc, reload, dispI, stopI): use is_html_type() instead of strcasecmp(). + * proto.h: add is_html_type() + * url.c: add "xhtml" to DefaultGuess. 2010-07-18 Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp> @@ -8964,4 +8974,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.1008 2010/07/18 14:10:09 htrb Exp $ +$Id: ChangeLog,v 1.1009 2010/07/19 09:00:34 htrb Exp $ |