diff options
Diffstat (limited to 'www/w3m/patches/patch-ad')
-rw-r--r-- | www/w3m/patches/patch-ad | 41 |
1 files changed, 33 insertions, 8 deletions
diff --git a/www/w3m/patches/patch-ad b/www/w3m/patches/patch-ad index 8c03397b1a2..d800d64b8d1 100644 --- a/www/w3m/patches/patch-ad +++ b/www/w3m/patches/patch-ad @@ -1,24 +1,49 @@ -$NetBSD: patch-ad,v 1.5 2000/10/14 01:22:42 itojun Exp $ +$NetBSD: patch-ad,v 1.6 2001/03/31 09:21:17 itojun Exp $ ---- rc.c.orig Wed Jun 14 19:18:51 2000 -+++ rc.c Wed Oct 11 15:36:29 2000 -@@ -52,3 +52,3 @@ +--- rc.c.orig Fri Mar 23 10:51:04 2001 ++++ rc.c Fri Mar 30 21:07:29 2001 +@@ -51,7 +51,7 @@ + #endif + #define P_PIXELS 8 -#if LANG == JA +#if KANJI_SYMBOL #define CMT_HELPER "外部ビューアの編集" -@@ -129,3 +129,3 @@ + #define CMT_TABSTOP "タブ幅" + #define CMT_PIXEL_PER_CHAR "文字幅 (4.0...32.0)" +@@ -146,7 +146,7 @@ + #define CMT_PAGERLINE "# of reserved line when w3m is used as a pager" + #define CMT_HISTSIZE "# of reserved URL" #define CMT_SAVEHIST "Save URL history" -/* #define CMT_KANJICODE "Display Kanji Code" */ +#define CMT_KANJICODE "Display Kanji Code" #define CMT_FRAME "Automatic rendering of frame" -@@ -218,3 +218,3 @@ + #define CMT_TSELF "use _self as default target" + #define CMT_DISPLINK "Automatic display of link URL" +@@ -184,7 +184,7 @@ + #define CMT_FTPPASS "Password for FTP(use your mail address)" + #define CMT_USERAGENT "User-Agent" + #define CMT_ACCEPTLANG "Accept-Language" +-/* #define CMT_DOCUMENTCODE "Document Charset" */ ++#define CMT_DOCUMENTCODE "Document Charset" + #define CMT_WRAP "Wrap search" + #define CMT_VIEW_UNSEENOBJECTS "Display unseenobjects (e.g. bgimage) tag" + #ifdef __EMX__ +@@ -260,7 +260,7 @@ + #ifdef COLOR + static struct sel_c colorstr[] = { --#if LANG== JA +-#if LANG == JA +#if KANJI_SYMBOL {0, "black", "黒"}, -@@ -367,3 +367,3 @@ + {1, "red", "赤"}, + {2, "green", "緑"}, +@@ -442,7 +442,7 @@ + + struct param_section sections[] = { -#if LANG == JA +#if KANJI_SYMBOL {"表示関係", params1}, + #ifdef COLOR + {"表示色", params2}, |