From 191ac5f7808c769a37b343223f658330ae52fb8d Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 27 Mar 1999 16:42:12 +0000 Subject: [PATCH] * mime-def.el (mime-library-product): Bump up to FLAM-DOODLE 1.12.5. --- ChangeLog | 5 +++++ DOODLE-TIPS | 20 -------------------- mime-def.el | 2 +- 3 files changed, 6 insertions(+), 21 deletions(-) diff --git a/ChangeLog b/ChangeLog index 958ec0e..8f83972 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-03-27 Tanaka Akira + + * mime-def.el (mime-library-product): Bump up to FLAM-DOODLE + 1.12.5. + 1999-03-09 Tanaka Akira * digraph.el (digraph-saf-dfs): Use implicit control stack. diff --git a/DOODLE-TIPS b/DOODLE-TIPS index b592247..60f671e 100644 --- a/DOODLE-TIPS +++ b/DOODLE-TIPS @@ -15,28 +15,8 @@ gnus-unstructured-field-decoder. (autoload 'ew-gnus-unstructured-field-decoder "ew-compat") (setq gnus-unstructured-field-decoder 'ew-gnus-unstructured-field-decoder) -* Ignore warnings about args-eword-* when byte-compiling. - * If you want to modify load-path or other variables when byte-compiling without editing files, set EVALARGS environment variable. % EVALARGS='(setq load-path (cons "../apel" load-path))' make -* If you use Chao-gnus 6.9, change nnheader.el. - -diff -u -F^( -r1.10.2.1.2.17 nnheader.el ---- nnheader.el 1998/10/20 11:52:46 1.10.2.1.2.17 -+++ nnheader.el 1998/10/25 14:12:57 -@@ -110,10 +110,10 @@ (defsubst make-full-mail-header (&option - nil - nil nil nil - (if subject -- (eword-decode-and-unfold-unstructured-field subject) -+ (eword-decode-field-body subject 'Subject t) - ) - (if from -- (eword-decode-and-unfold-structured-field from) -+ (eword-decode-field-body from 'From t) - ) - date id references - chars lines xref diff --git a/mime-def.el b/mime-def.el index 631d405..9c40695 100644 --- a/mime-def.el +++ b/mime-def.el @@ -27,7 +27,7 @@ (require 'mcharset) (eval-and-compile - (defconst mime-library-product ["FLAM-DOODLE" (1 12 4) "栗皮 10R3.0/4.0"] + (defconst mime-library-product ["FLAM-DOODLE" (1 12 5) "鳶 10R4.0/7.0"] "Product name, version number and code name of MIME-library package.") ) -- 1.7.10.4