diff options
author | itojun <itojun> | 2000-10-14 01:22:41 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-10-14 01:22:41 +0000 |
commit | eb824578ddc0b4a1bc05e8ba44771ff23b0209a6 (patch) | |
tree | cde83d586d11a4c577b33e149ca3359bd7c5d49c /www/w3m/patches | |
parent | 71418cf92a97ebac2c631cbd71f08490f1c2bec7 (diff) | |
download | pkgsrc-eb824578ddc0b4a1bc05e8ba44771ff23b0209a6.tar.gz |
upgrade to 0.1.11pre. mostly bugfixes. the most important
one is: segv on ftp transfer (with no proxy) is fixed.
Diffstat (limited to 'www/w3m/patches')
-rw-r--r-- | www/w3m/patches/patch-ac | 18 | ||||
-rw-r--r-- | www/w3m/patches/patch-ad | 15 |
2 files changed, 12 insertions, 21 deletions
diff --git a/www/w3m/patches/patch-ac b/www/w3m/patches/patch-ac index 20787fea2ee..2e41ef0414b 100644 --- a/www/w3m/patches/patch-ac +++ b/www/w3m/patches/patch-ac @@ -1,22 +1,14 @@ -$NetBSD: patch-ac,v 1.6 2000/08/15 05:01:22 itojun Exp $ -repair iso-8859 build. +$NetBSD: patch-ac,v 1.7 2000/10/14 01:22:42 itojun Exp $ ---- display.c.orig Tue Jun 6 14:39:13 2000 -+++ display.c Tue Aug 15 13:58:05 2000 -@@ -242,3 +242,3 @@ +--- display.c.orig Wed Jun 14 19:26:34 2000 ++++ display.c Wed Oct 11 15:35:33 2000 +@@ -232,3 +232,3 @@ else -#if LANG == JA +#if KANJI_SYMBOL msg = Sprintf("≪↑↓Viewing <%s> ", cleanup_str(buf->buffername)); -@@ -261,3 +261,3 @@ +@@ -251,3 +251,3 @@ Strcat(msg, Strsubstr(s, 0, (l - 2) / 2)); -#if LANG == JA +#if KANJI_SYMBOL Strcat_charp(msg, "…"); -@@ -719,4 +719,6 @@ - buf->pos = l->len -1; -+#ifdef JP_CHARSET - if (CharType(p[buf->pos]) == PC_KANJI2) - buf->pos--; -+#endif - } diff --git a/www/w3m/patches/patch-ad b/www/w3m/patches/patch-ad index 79c6c939372..8c03397b1a2 100644 --- a/www/w3m/patches/patch-ad +++ b/www/w3m/patches/patch-ad @@ -1,24 +1,23 @@ -$NetBSD: patch-ad,v 1.4 2000/08/15 03:42:22 itojun Exp $ -use KANJI_SYMBOL to determine the language for configuration screen. +$NetBSD: patch-ad,v 1.5 2000/10/14 01:22:42 itojun Exp $ ---- rc.c.orig Mon Jun 5 20:17:04 2000 -+++ rc.c Tue Aug 15 12:36:56 2000 -@@ -58,3 +58,3 @@ +--- rc.c.orig Wed Jun 14 19:18:51 2000 ++++ rc.c Wed Oct 11 15:36:29 2000 +@@ -52,3 +52,3 @@ -#if LANG == JA +#if KANJI_SYMBOL #define CMT_HELPER "外部ビューアの編集" -@@ -130,3 +130,3 @@ +@@ -129,3 +129,3 @@ #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" -@@ -214,3 +214,3 @@ +@@ -218,3 +218,3 @@ { -#if LANG== JA +#if KANJI_SYMBOL {0, "black", "黒"}, -@@ -364,3 +364,3 @@ +@@ -367,3 +367,3 @@ { -#if LANG == JA +#if KANJI_SYMBOL |