diff options
author | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-08-04 14:06:35 +0000 |
---|---|---|
committer | Ito Hiroyuki <ZXB01226@nifty.com> | 2010-08-04 14:06:35 +0000 |
commit | de4557c096f0ef91763331e8ca3c8fe45b223aca (patch) | |
tree | b1e6346013614fceb733ad4fde3a9cf5edf1a734 /ChangeLog | |
parent | [w3m-dev 04363] Re: w3m's bugs from bugs.debian.org (diff) | |
download | w3m-de4557c096f0ef91763331e8ca3c8fe45b223aca.tar.gz w3m-de4557c096f0ef91763331e8ca3c8fe45b223aca.zip |
fix conditions for UseGraphicChar
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ +2010-08-04 Ito Hiroyuki <ZXB01226@nifty.com> + + * [w3m-dev 04369] Re: w3m's bugs from bugs.debian.org + * terms.c (graph_ok): fix condition (UseGraphicChar != GRAPHIC_CHAR_DEC) + * symbol.c (get_symbol): fix condition (UseGraphicChar != GRAPHIC_CHAR_ASCII) + * rc.c (params1): type of graphic_char option is PI_SEL_C + * main.c (main): use GRAPHIC_CHAR_ASCII and GRAPHIC_CHAR_DEC instead of FALSE and TRUE + * fm.h (GRAPHIC_CHAR_ASCII, GRAPHIC_CHAR_DEC, GRAPHIC_CHAR_CHARSET): added + 2010-08-03 d+w3m@vdr.jp * [w3m-dev 04363] Re: w3m's bugs from bugs.debian.org @@ -9099,4 +9108,4 @@ a * [w3m-dev 03276] compile error on EWS4800 * release-0-2-1 * import w3m-0.2.1 -$Id: ChangeLog,v 1.1026 2010/08/03 10:25:23 htrb Exp $ +$Id: ChangeLog,v 1.1027 2010/08/04 14:06:35 htrb Exp $ |