04fca1cf29d1281f4bb615e0db72a0b91fed5899
[elisp/flim.git] / ChangeLog
1 1998-05-22  Tanaka Akira  <akr@jaist.ac.jp>
2
3         * eword-decode.el (eword-analyze-quoted-string): Check
4         `eword-decode-quoted-encoded-word'.
5
6 1998-05-14  Tanaka Akira  <akr@jaist.ac.jp>
7
8         * eword-decode.el (eword-analyze-comment): Call `std11-unfold-string'.
9
10 1998-05-13  Tanaka Akira  <akr@jaist.ac.jp>
11
12         * mime-def.el: Fix typo.
13
14 1998-05-13  Tanaka Akira  <akr@jaist.ac.jp>
15
16         * Sync up with flim-1_2_0 to flim-1_2_1.
17
18 1998-05-08  Tanaka Akira  <akr@jaist.ac.jp>
19
20         * Sync up with flim-1_1_0 to flim-1_2_0.
21
22 1998-05-06  Tanaka Akira  <akr@jaist.ac.jp>
23
24         * Sync up with flim-1_0_1 to flim-1_1_0.
25
26 1998-04-25  Tanaka Akira  <akr@jaist.ac.jp>
27
28         * eword-decode.el (eword-decode-string): Fix arguments order to calling
29         `eword-decode-unstructured'.
30         (eword-decode-region): Fix arguments order to calling
31         `eword-decode-unstructured'.
32
33 1998-04-25  Tanaka Akira  <akr@jaist.ac.jp>
34
35         * eword-decode.el (eword-decode-first-encoded-words): Update DOC-string.
36         (eword-decode-first-encoded-words): Update DOC-string.
37         (eword-decode-unstructured): Argument `code-conversion' is now required.
38         (eword-decode-comment): Argument `code-conversion' is now required.
39         (eword-decode-quoted-string): Argument `code-conversion' is now
40         required.
41         (eword-decode-string): Update DOC-string. Reorder arguments to calling
42         `eword-decode-unstructured'.
43         (eword-decode-region): Update DOC-string. Reorder arguments to calling
44         `eword-decode-unstructured'.
45         (eword-analyze-quoted-string): Add `default-mime-charset' argument to
46         calling eword-decode-quoted-string.
47         (eword-analyze-comment): Add `default-mime-charset' argument to
48         calling eword-decode-comment.
49
50 1998-04-25  Tanaka Akira  <akr@jaist.ac.jp>
51
52         * eword-decode.el (eword-decode-entire-string): Delete argument
53         `default-charset'. Add argument `code-conversion'.
54         (eword-decode-unstructured): Add argument `code-conversion'.
55         (eword-decode-comment): Add argument `code-conversion'.
56         (eword-decode-quoted-string): Add argument `code-conversion'.
57         (eword-decode-string): Propagate `code-conversion' to
58         `eword-decode-unstructured'.
59         (eword-decode-region): Propagate `code-conversion' to
60         `eword-decode-unstructured'.
61
62 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
63
64         * eword-decode.el (eword-decode-ignored-field-list): Add
65         `received'.
66         
67         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
68         environment variables.
69
70 1998-04-23  Tanaka Akira  <akr@jaist.ac.jp>
71
72         * eword-decode.el (eword-encoded-word-prefix-regexp): New constant.
73         (eword-encoded-word-suffix-regexp): New constant.
74         (eword-encoded-text-in-unstructured-regexp): New constant.
75         (eword-encoded-word-in-unstructured-regexp): New constant.
76         (eword-after-encoded-word-in-unstructured-regexp): New constant.
77         (eword-decode-entire-string): New function.
78         (eword-decode-unstructured): Use `eword-decode-entire-string'.
79         (eword-decode-comment): Use `eword-decode-entire-string'.
80         (eword-decode-quoted-string): Use `eword-decode-entire-string'.
81         (eword-decode-string): Add optional argument `default-mime-charset'.
82         (eword-decode-region): Add optional argument `default-mime-charset'.
83         (eword-decode-header): Refine `code-conversion' treatment.
84
85 1998-04-21  Tanaka Akira  <akr@jaist.ac.jp>
86
87         * eword-decode.el (eword-decode-header): code-conversion is now
88         effective again.
89
90 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
91
92         * eword-decode.el (eword-decode-quoted-encoded-word): Use
93         'defcustom.
94
95 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
96
97         * eword-decode.el (eword-decode-sticked-encoded-word): Use
98         'defcustom.
99
100 1998-04-21  Tanaka Akira  <akr@jaist.ac.jp>
101
102         * VERSION.FLAM: New file.
103
104 1998-04-17  Tanaka Akira  <akr@jaist.ac.jp>
105
106         * Sync up with flim-1_0_0 to flim-1_0_1.
107
108 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
109
110         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
111
112 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
113
114         * mel-q.el (quoted-printable-internal-decode-region): Use
115         'string-as-multibyte to avoid problem in Emacs 20.3.
116
117 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
118
119         * mel-u.el: Use mime-temp-directory instead of TMP.
120
121 \f
122 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
123
124         * FLIM: Version 1.2.0 (J\e-Dþêò©\e-A was released.
125
126         * README.en (What's FLIM): Delete description about
127         std11-parse.el; add description about mailcap.el.
128
129 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
130
131         * eword-decode.el (eword-decode-encoded-word-error-handler): New
132         variable.
133         (eword-decode-encoded-word-default-error-handler): New function.
134         (eword-decode-encoded-word): Use
135         'eword-decode-encoded-word-error-handler.
136
137 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
138
139         * mailcap.el: Require 'mime-def.
140
141         * mime-def.el (mime-type/subtype-string): New function (moved from
142         semi/mime-parse.el).
143
144 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
145
146         * std11-parse.el: Abolish std11-parse.el.
147
148         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
149
150         * eword-decode.el: Require 'std11 instead of 'std11-parse.
151
152         * std11.el: Merge std11-parse.el.
153
154 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
155
156         * mime-def.el (mime-temp-directory): Use 'defcustom.
157
158         * mel-u.el: Require 'mime-def instead of 'mel.
159
160         * mime-def.el (mime-temp-directory): New variable (moved from
161         mel.el).
162
163         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
164
165 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
166
167         * mailcap.el (mailcap-format-command): New function.
168
169         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
170         again.
171
172 \f
173 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
174
175         * FLIM: Version 1.1.0 (T\e-Dòêi)\e-A was released.
176
177 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
178
179         * mime-def.el (quoted-printable-hex-chars): New constant.
180         (quoted-printable-octet-regexp): New constant.
181
182         * mel-q.el, eword-decode.el: Move definition of constant
183         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
184         mime-def.el.
185
186 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
187
188         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
189
190 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
191
192         * mailcap.el (mailcap-look-at-mtext): Fix typo.
193
194 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
195
196         * FLIM-ELS (flim-modules): Add mailcap.
197
198         * mailcap.el: New file (copied from SEMI).
199
200 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
201
202         * eword-decode.el (eword-decode-ignored-field-list): Add
203         `received'.
204         
205         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
206         environment variables.
207
208 \f
209 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
210
211         * FLIM: Version 1.0.1 (Ky\e-Dòôo)\e-A was released.
212
213         * mime-def.el (mime-spadework-module-version-string): New
214         constant.
215
216         * eword-encode.el: Abolish constant 'eword-encode-version.
217
218         * eword-decode.el: Abolish constant 'eword-decode-version.
219
220 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
221
222         * eword-encode.el (eword-encode-divide-into-charset-words): Use
223         'char-length or 'char-next-index instead of 'char-bytes.
224         (tm-eword::encode-string-1): Use 'char-next-index instead of
225         'char-bytes.
226
227 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
228
229         * mel.el (base64-dl-module): Must check base64.so actually exists.
230
231 1998-04-13  Tanaka Akira  <akr@jaist.ac.jp>
232
233         * eword-decode.el: Copied from AKEMI branch of SEMI.
234
235 \f
236 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
237
238         * FLIM: Version 1.0.0 was released.
239
240         * README.en: Modify for FLIM.
241
242         * ChangeLog: New file.
243
244 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
245
246         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
247
248         * Makefile: Modify for FLIM.
249
250 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
251
252         * Makefile: New file.
253
254         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
255         eword-encode.el: Copied from MEL, SEMI (mime-def.el
256         eword-decode.el eword-encode.el) and APEL (std11-parse.el
257         std11.el).