update.
[elisp/flim.git] / ChangeLog
1 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * mel.el: Abolish constant `mel-version'.
4
5         * mel.el (mime-string-decoding-method-alist): New variable.
6         (mime-decode-string): New function.
7
8 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
9
10         * mel-b.el (base64-external-decode-string): New function.
11         (base64-decode-string): New function.
12
13 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
14
15         * mel-q.el (quoted-printable-decode-string): New implementation.
16
17 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
18
19         * mel-q.el (quoted-printable-internal-decode-region): New
20         implementation.
21
22 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
23
24         * mel-q.el (q-encoding-decode-string): Use
25         `quoted-printable-hex-char-to-num'.
26
27         * mel-q.el (quoted-printable-hex-char-to-num): New function.
28         (quoted-printable-decode-string): Use
29         `quoted-printable-hex-char-to-num'.
30
31 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
32
33         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
34         mime-parse.el to mime-def.el.
35
36 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
37
38         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
39         mime-parse.el to mime-lib.el.
40
41         * mime-lib.el: Add autoload setting for mime-parse.el.
42
43 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
44
45         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
46         `mime-entity-point-max', `mime-entity-media-type',
47         `mime-entity-media-subtype', `mime-entity-parameters' and
48         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
49
50         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
51         reference functions from mime-parse.el to mime-def.el.
52
53         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
54         from mime-parse.el to mime-def.el.
55
56 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
57
58         * mel-b.el (base64-internal-decode-string): Renamed from
59         `base64-decode-string'.
60         (base64-decode-string): New alias for
61         `base64-internal-decode-string'.
62
63 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
64
65         * mel-b.el (base64-decode-unit): New function; abolish
66         `base64-decode-1'.
67         (base64-decode-string): New implementation.
68         (base64-internal-decode-region): New implementation.
69
70 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
71
72         * mime-parse.el (mime-message-structure): New variable.
73         (mime-parse-buffer): New function.
74
75 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
76
77         * mime-def.el: Require 'cl when it is compiled.
78
79         * mime-lib.el (mime-entity-read-field): Fix typo.
80         Use `eword-decode-ignored-field-list'.
81
82         * mime-parse.el (mime-parse-multipart): Fix typo.
83         (mime-parse-message): Parse message/external-body.
84
85 \f
86 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
87
88         * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
89
90 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
91
92         * eword-decode.el (mime-insert-decoded-header): Fix typo.
93
94 \f
95 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
96
97         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
98
99 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
100
101         * README.en (What's FLIM): Add description about mime-lib.el and
102         mime-parse.el.
103
104 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
105
106         * mime-parse.el: Require 'cl when it is compiled.
107
108         * eword-decode.el (eword-visible-field-p): New function.
109         (mime-insert-decoded-header): Use `eword-visible-field-p'.
110
111 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
112
113         * mime-def.el (mime-library-version-string): Renamed from
114         `mime-spadework-module-version-string'.
115
116         * mime-parse.el: New file; moved from SEMI layer.
117
118         * FLIM-ELS (flim-modules): Add `mime-parse'.
119
120 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
121
122         * FLIM-ELS (flim-modules): Add `mime-lib'.
123
124         * mime-lib.el: New module.
125
126         * mime-def.el (mime-entity): Add new slots for original-header and
127         parsed-header.
128         (mime-entity-set-original-header): New function.
129         (mime-entity-set-parsed-header): New function.
130
131 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
132
133         * mime-def.el (mime-entity-number): New function (moved from SEMI
134         layer).
135
136 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
137
138         * mime-def.el: Move definition of structure `mime-entity' from
139         SEMI layer.
140
141 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
142
143         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
144         default value.
145         (eword-decode-structured-field-list): Capitalize default value.
146         (eword-decode-header): Regularize field name by `capitalize'.
147         (mime-insert-decoded-header): New function.
148
149 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
150
151         * mailcap.el (mailcap-file): Use `defcustom'.
152
153 \f
154 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
155
156         * FLIM: Version 1.3.0 (Fushimi) was released.
157
158 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
159
160         * std11.el (std11-fetch-field): New function.
161         (std11-field-body): Use 'std11-fetch-field.
162
163 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
164
165         * mime-def.el (regexp-*): New function (moved from mime-parse.el
166         of SEMI (REMI)).
167         (regexp-or): New function (moved from mime-parse.el of
168         SEMI (REMI)).
169
170         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
171         of SEMI (REMI)).
172         (std11-non-qtext-char-list): New constant (copied from std11.el).
173         (std11-qtext-regexp): New constant (moved from mime-parse.el of
174         SEMI (REMI)).
175         (std11-quoted-string-regexp): New constant (moved from
176         mime-parse.el of SEMI (REMI)).
177
178 \f
179 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
180
181         * FLIM: Version 1.2.2 (Takeda) was released.
182
183         * FLIM-VERSION: New file.
184
185 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
186
187         * mel-q.el (quoted-printable-internal-encode-region): Use
188         'looking-at-as-unibyte instead of local binding for
189         enable-multibyte-characters.
190
191 \f
192 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
193
194         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
195
196 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
197
198         * mel-q.el (quoted-printable-internal-decode-region): Use
199         'string-as-multibyte to avoid problem in Emacs 20.3.
200
201 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
202
203         * mel-u.el: Use mime-temp-directory instead of TMP.
204
205 \f
206 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
207
208         * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
209
210         * README.en (What's FLIM): Delete description about
211         std11-parse.el; add description about mailcap.el.
212
213 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
214
215         * eword-decode.el (eword-decode-encoded-word-error-handler): New
216         variable.
217         (eword-decode-encoded-word-default-error-handler): New function.
218         (eword-decode-encoded-word): Use
219         'eword-decode-encoded-word-error-handler.
220
221 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
222
223         * mailcap.el: Require 'mime-def.
224
225         * mime-def.el (mime-type/subtype-string): New function (moved from
226         semi/mime-parse.el).
227
228 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
229
230         * std11-parse.el: Abolish std11-parse.el.
231
232         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
233
234         * eword-decode.el: Require 'std11 instead of 'std11-parse.
235
236         * std11.el: Merge std11-parse.el.
237
238 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
239
240         * mime-def.el (mime-temp-directory): Use 'defcustom.
241
242         * mel-u.el: Require 'mime-def instead of 'mel.
243
244         * mime-def.el (mime-temp-directory): New variable (moved from
245         mel.el).
246
247         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
248
249 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
250
251         * mailcap.el (mailcap-format-command): New function.
252
253         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
254         again.
255
256 \f
257 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
258
259         * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
260
261 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
262
263         * mime-def.el (quoted-printable-hex-chars): New constant.
264         (quoted-printable-octet-regexp): New constant.
265
266         * mel-q.el, eword-decode.el: Move definition of constant
267         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
268         mime-def.el.
269
270 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
271
272         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
273
274 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
275
276         * mailcap.el (mailcap-look-at-mtext): Fix typo.
277
278 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
279
280         * FLIM-ELS (flim-modules): Add mailcap.
281
282         * mailcap.el: New file (copied from SEMI).
283
284 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
285
286         * eword-decode.el (eword-decode-ignored-field-list): Add
287         `received'.
288         
289         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
290         environment variables.
291
292 \f
293 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
294
295         * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
296
297         * mime-def.el (mime-spadework-module-version-string): New
298         constant.
299
300         * eword-encode.el: Abolish constant 'eword-encode-version.
301
302         * eword-decode.el: Abolish constant 'eword-decode-version.
303
304 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
305
306         * eword-encode.el (eword-encode-divide-into-charset-words): Use
307         'char-length or 'char-next-index instead of 'char-bytes.
308         (tm-eword::encode-string-1): Use 'char-next-index instead of
309         'char-bytes.
310
311 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
312
313         * mel.el (base64-dl-module): Must check base64.so actually exists.
314
315 \f
316 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
317
318         * FLIM: Version 1.0.0 was released.
319
320         * README.en: Modify for FLIM.
321
322         * ChangeLog: New file.
323
324 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
325
326         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
327
328         * Makefile: Modify for FLIM.
329
330 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
331
332         * Makefile: New file.
333
334         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
335         eword-encode.el: Copied from MEL, SEMI (mime-def.el
336         eword-decode.el eword-encode.el) and APEL (std11-parse.el
337         std11.el).