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