diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-12-08 21:35:38 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-12-08 21:35:38 +0000 |
commit | 784468d0d6196c01da920bda77da7cca22144cf1 (patch) | |
tree | 580b976ce9491129b127f8d388e3138d75fcd835 /japanese/slrn/files/patch-aa | |
parent | Change broken link to homepage to official one (diff) |
BugFix: MIME decode, character code conversion.
Imported: UTF-7,8 to JIS X0208 code conversion.
PR: 15361
Submitted by: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
Notes
Notes:
svn path=/head/; revision=23660
Diffstat (limited to 'japanese/slrn/files/patch-aa')
-rw-r--r-- | japanese/slrn/files/patch-aa | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/slrn/files/patch-aa b/japanese/slrn/files/patch-aa index 9c41d0826b64..ce123b8f72f4 100644 --- a/japanese/slrn/files/patch-aa +++ b/japanese/slrn/files/patch-aa @@ -1,5 +1,5 @@ -*** src/slrnfeat.h.orig2 Mon Sep 6 01:10:37 1999 ---- src/slrnfeat.h Mon Sep 6 01:26:54 1999 +*** src/slrnfeat.h.orig Wed Oct 6 13:56:09 1999 +--- src/slrnfeat.h Wed Oct 6 13:56:10 1999 *************** *** 24,31 **** #define SLRN_TZ_TM_ZONE 2 /* timezone set in tm_zone of struct tm */ @@ -20,7 +20,7 @@ #define SLRN_DEFAULT_TIMEZONE "JST" #define SLRN_DEFAULT_CHARSET "ISO-2022-JP" *************** -*** 226,232 **** +*** 230,236 **** # define SLRN_ARTICLE_FILENAME ".article" # define SLRN_FOLLOWUP_FILENAME ".followup" # define SLRN_SIGNATURE_FILE ".signature" @@ -28,7 +28,7 @@ # ifndef SLRN_LIB_DIR # define SLRN_LIB_DIR "/usr/local/lib/slrn" # endif ---- 226,232 ---- +--- 230,236 ---- # define SLRN_ARTICLE_FILENAME ".article" # define SLRN_FOLLOWUP_FILENAME ".followup" # define SLRN_SIGNATURE_FILE ".signature" |