@@ -1,3 +1,9 @@
|
|||||||
|
2001-12-02 Fumitoshi UKAI <ukai@debian.or.jp>
|
||||||
|
|
||||||
|
* [w3m-dev 02604]
|
||||||
|
* configure: kanji_symbols=n if lang=EN
|
||||||
|
* file.c (HTMLlineproc2body): initialize rule
|
||||||
|
|
||||||
2001-12-02 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
|
2001-12-02 Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
|
||||||
|
|
||||||
* [w3m-dev 02603]
|
* [w3m-dev 02603]
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $Id: configure,v 1.30 2001/11/30 18:06:28 ukai Exp $
|
# $Id: configure,v 1.31 2001/12/02 14:27:11 ukai Exp $
|
||||||
# Configuration.
|
# Configuration.
|
||||||
#
|
#
|
||||||
|
|
||||||
@@ -567,6 +567,7 @@ fi
|
|||||||
if [ "$lang" = "JA" ]; then
|
if [ "$lang" = "JA" ]; then
|
||||||
ask_param "Use 2-byte character for table border, item, etc." kanji_symbols y
|
ask_param "Use 2-byte character for table border, item, etc." kanji_symbols y
|
||||||
else
|
else
|
||||||
|
kanji_symbols=n
|
||||||
def_param kanji_symbols n
|
def_param kanji_symbols n
|
||||||
fi
|
fi
|
||||||
ask_param "ANSI color escape sequences support" use_ansi_color n
|
ask_param "ANSI color escape sequences support" use_ansi_color n
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: file.c,v 1.23 2001/11/30 10:30:07 ukai Exp $ */
|
/* $Id: file.c,v 1.24 2001/12/02 14:27:11 ukai Exp $ */
|
||||||
#include "fm.h"
|
#include "fm.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include "myctype.h"
|
#include "myctype.h"
|
||||||
@@ -3839,7 +3839,7 @@ HTMLlineproc2body(Buffer *buf, Str (*feed) (), int llimit)
|
|||||||
Str line;
|
Str line;
|
||||||
char *endp;
|
char *endp;
|
||||||
#ifndef KANJI_SYMBOLS
|
#ifndef KANJI_SYMBOLS
|
||||||
char rule;
|
char rule = 0;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (w3m_debug)
|
if (w3m_debug)
|
||||||
|
|||||||
Reference in New Issue
Block a user