9854d5f0d36195e73f1ff99d7d2beb7647a2bb06
[elisp/flim.git] / ChangeLog
1 1998-04-25  Tanaka Akira  <akr@jaist.ac.jp>
2
3         * eword-decode.el (eword-decode-first-encoded-words): Update DOC-string.
4         (eword-decode-first-encoded-words): Update DOC-string.
5         (eword-decode-unstructured): Argument `code-conversion' is now required.
6         (eword-decode-comment): Argument `code-conversion' is now required.
7         (eword-decode-quoted-string): Argument `code-conversion' is now
8         required.
9         (eword-decode-string): Update DOC-string. Reorder arguments to calling
10         `eword-decode-unstructured'.
11         (eword-decode-region): Update DOC-string. Reorder arguments to calling
12         `eword-decode-unstructured'.
13         (eword-analyze-quoted-string): Add `default-mime-charset' argument to
14         calling eword-decode-quoted-string.
15         (eword-analyze-comment): Add `default-mime-charset' argument to
16         calling eword-decode-comment.
17
18 1998-04-25  Tanaka Akira  <akr@jaist.ac.jp>
19
20         * eword-decode.el (eword-decode-entire-string): Delete argument
21         `default-charset'. Add argument `code-conversion'.
22         (eword-decode-unstructured): Add argument `code-conversion'.
23         (eword-decode-comment): Add argument `code-conversion'.
24         (eword-decode-quoted-string): Add argument `code-conversion'.
25         (eword-decode-string): Propagate `code-conversion' to
26         `eword-decode-unstructured'.
27         (eword-decode-region): Propagate `code-conversion' to
28         `eword-decode-unstructured'.
29
30 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
31
32         * eword-decode.el (eword-decode-ignored-field-list): Add
33         `received'.
34         
35         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
36         environment variables.
37
38 1998-04-23  Tanaka Akira  <akr@jaist.ac.jp>
39
40         * eword-decode.el (eword-encoded-word-prefix-regexp): New constant.
41         (eword-encoded-word-suffix-regexp): New constant.
42         (eword-encoded-text-in-unstructured-regexp): New constant.
43         (eword-encoded-word-in-unstructured-regexp): New constant.
44         (eword-after-encoded-word-in-unstructured-regexp): New constant.
45         (eword-decode-entire-string): New function.
46         (eword-decode-unstructured): Use `eword-decode-entire-string'.
47         (eword-decode-comment): Use `eword-decode-entire-string'.
48         (eword-decode-quoted-string): Use `eword-decode-entire-string'.
49         (eword-decode-string): Add optional argument `default-mime-charset'.
50         (eword-decode-region): Add optional argument `default-mime-charset'.
51         (eword-decode-header): Refine `code-conversion' treatment.
52
53 1998-04-21  Tanaka Akira  <akr@jaist.ac.jp>
54
55         * eword-decode.el (eword-decode-header): code-conversion is now
56         effective again.
57
58 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
59
60         * eword-decode.el (eword-decode-quoted-encoded-word): Use
61         'defcustom.
62
63 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
64
65         * eword-decode.el (eword-decode-sticked-encoded-word): Use
66         'defcustom.
67
68 1998-04-21  Tanaka Akira  <akr@jaist.ac.jp>
69
70         * VERSION.FLAM: New file.
71
72 1998-04-17  Tanaka Akira  <akr@jaist.ac.jp>
73
74         * Sync up with flim-1_0_0 to flim-1_0_1.
75
76 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
77
78         * mime-def.el (mime-spadework-module-version-string): New
79         constant.
80
81         * eword-encode.el: Abolish constant 'eword-encode-version.
82
83         * eword-decode.el: Abolish constant 'eword-decode-version.
84
85 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
86
87         * eword-encode.el (eword-encode-divide-into-charset-words): Use
88         'char-length or 'char-next-index instead of 'char-bytes.
89         (tm-eword::encode-string-1): Use 'char-next-index instead of
90         'char-bytes.
91
92 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
93
94         * mel.el (base64-dl-module): Must check base64.so actually exists.
95
96 1998-04-13  Tanaka Akira  <akr@jaist.ac.jp>
97
98         * eword-decode.el: Copied from AKEMI branch of SEMI.
99
100 \f
101 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
102
103         * FLIM: Version 1.0.0 was released.
104
105         * README.en: Modify for FLIM.
106
107         * ChangeLog: New file.
108
109 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
110
111         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
112
113         * Makefile: Modify for FLIM.
114
115 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
116
117         * Makefile: New file.
118
119         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
120         eword-encode.el: Copied from MEL, SEMI (mime-def.el
121         eword-decode.el eword-encode.el) and APEL (std11-parse.el
122         std11.el).