(eword-decode-sticked-encoded-word): Add document for relation of RFC2047.
authorakr <akr>
Sat, 21 Mar 1998 08:20:54 +0000 (08:20 +0000)
committerakr <akr>
Sat, 21 Mar 1998 08:20:54 +0000 (08:20 +0000)
(eword-decode-quoted-encoded-word): Add document for relation of RFC2047.

ChangeLog
eword-decode.el

index 71a7507..d4138ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 1998-03-21  Tanaka Akira  <akr@jaist.ac.jp>
 
+       * eword-decode.el (eword-decode-sticked-encoded-word): Add
+       document for relation of RFC2047.
+       (eword-decode-quoted-encoded-word): Add document for relation of
+       RFC2047.
+
+1998-03-21  Tanaka Akira  <akr@jaist.ac.jp>
+
        * eword-decode.el (eword-decode-quoted-encoded-word): New variable.
        (eword-decode-quoted-string): New function. It has facility that
        decode encodes-words in quoted-string.
index d31f60d..68aa7f5 100644 (file)
 ;;;
 
 (defvar eword-decode-sticked-encoded-word nil
-  "*If non-nil, decode encoded-words sticked on atoms, other encoded-words, etc.")
+  "*If non-nil, decode encoded-words sticked on atoms, other encoded-words, etc.
+however this behaviour violates RFC2047.")
 
 (defvar eword-decode-quoted-encoded-word nil
-  "*If non-nil, decode encoded-words in quoted-string.")
+  "*If non-nil, decode encoded-words in quoted-string 
+however this behaviour violates RFC2047.")
 
 (defun eword-decode-first-encoded-words (string after-regexp &optional must-unfold)
   (if eword-decode-sticked-encoded-word (setq after-regexp ""))