Merge flim-1_11_0.
[elisp/flim.git] / ChangeLog
1 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * FLIM: Version 1.11.0 (Yamadagawa) was released.
4
5 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6
7         * mime-ja.sgml, mime-en.sgml (entity formatting): Add description
8         about `mime-insert-text-content'.
9
10 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
11
12         * mime-ja.sgml, mime-en.sgml (entity formatting): New node; move
13         `mime-insert-header' from `Entity-header'; move
14         `default-mime-charset' from `custom'.
15
16 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
17
18         * mime-en.sgml, mime-ja.sgml (Entity-header): Generic function
19         `mime-insert-decoded-header' was renamed to `mime-insert-header'.
20
21 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
22
23         * NEWS: New file.
24
25 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
26
27         * mime.el (mime-insert-header): Renamed from
28         `mime-insert-decoded-header'; define `mime-insert-decoded-header'
29         as an obsolete alias.
30
31         * mmgeneric.el, mmcooked.el (insert-header): Renamed from
32         `insert-decoded-header'.
33
34         * README.en (Installation): Add required version of APEL.
35
36 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
37
38         * mel-g.el: Require mel.
39
40         * mel-g.el: Require poem instead of emu.
41
42 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
43
44         * mime.el (mime-insert-text-content): New generic function.
45
46         * mmcooked.el, mmgeneric.el (insert-text-content): New method.
47
48 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
49
50         * std11.el (std11-unfold-string): New implementation.
51
52 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
53
54         * mmgeneric.el: New module.
55
56         * mmbuffer.el: Use `generic' as mother backend.
57
58         * FLIM-ELS (flim-modules): Add mmgeneric.
59
60 1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
61
62         * mime-parse.el (mime-parse-message): Modify for
63         `make-mime-entity-internal'.
64
65         * mime-def.el (make-mime-entity-internal): Change interface to be
66         able to specify original-header and parsed-header.
67
68 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
69
70         * eword-decode.el (eword-decode-and-unfold-unstructured-field):
71         New function.
72
73 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
74
75         * mime.el (mime-entity-content-type): New implementation.
76         (mime-entity-content-disposition): New implementation.
77         (mime-entity-encoding): New implementation.
78
79         * mime.el (mime-fetch-field): Refer internal slots for Date,
80         Message-Id and References fields.
81
82         * mime-parse.el (mime-parse-message): Modify for
83         `make-mime-entity-internal'.
84
85         * mime-def.el: Change `mime-entity-*-internal' and
86         `mime-entity-set-*-internal' to macro.
87         (make-mime-entity-internal): Change interface and data format for
88         NOV data; changed to macro.
89         (mime-entity-set-location-internal): New macro.
90         (mime-entity-decoded-subject-internal): New macro.
91         (mime-entity-set-decoded-subject-internal): New macro.
92         (mime-entity-decoded-from-internal): New macro.
93         (mime-entity-set-decoded-from-internal): New macro.
94         (mime-entity-date-internal): New macro.
95         (mime-entity-set-date-internal): New macro.
96         (mime-entity-message-id-internal): New macro.
97         (mime-entity-set-message-id-internal): New macro.
98         (mime-entity-references-internal): New macro.
99         (mime-entity-set-references-internal): New macro.
100         (mime-entity-chars-internal): New macro.
101         (mime-entity-set-chars-internal): New macro.
102         (mime-entity-lines-internal): New macro.
103         (mime-entity-set-lines-internal): New macro.
104         (mime-entity-xref-internal): New macro.
105         (mime-entity-set-xref-internal): New macro.
106         (mime-entity-original-header-internal): Modify for new structure;
107         changed to macro.
108         (mime-entity-set-original-header-internal): Likewise.
109         (mime-entity-parsed-header-internal): Likewise.
110         (mime-entity-set-parsed-header-internal): Likewise.
111         (mime-entity-buffer-internal): Likewise.
112         (mime-entity-set-buffer-internal): Likewise.
113         (mime-entity-header-start-internal): Likewise.
114         (mime-entity-set-header-start-internal): Likewise.
115         (mime-entity-header-end-internal): Likewise.
116         (mime-entity-set-header-end-internal): Likewise.
117         (mime-entity-body-start-internal): Likewise.
118         (mime-entity-set-body-start-internal): Likewise.
119         (mime-entity-body-end-internal): Likewise.
120         (mime-entity-set-body-end-internal): Likewise.
121
122 \f
123 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
124
125         * FLIM: Version 1.10.5 (Kizugawadai) was released.
126
127         * mel.el: Must require poem.
128
129 \f
130 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
131
132         * FLIM: Version 1.10.4 (Shin-H\e-Dòsono)\e-A was released.
133
134 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
135
136         * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
137
138         * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
139         (elc): Likewise.
140
141         * FLIM-MK (config-flim): Refer to `VERSION_SPECIFIC_LISPDIR'.
142
143         * FLIM-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
144
145 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
146
147         * mel.el (mel-ccl-module): Require path-util when the running
148         emacs has MULE.
149
150         * mel.el: Don't require emu.
151
152 1998-10-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
153
154         * FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
155         with MULE.
156
157 \f
158 1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
159
160         * FLIM: Version 1.10.3 (Komada) was released.
161
162         * mel-ccl.el (base64-ccl-write-decoded-region): bind
163         `jka-compr-compression-info-list' with nil.
164
165         * mel-b.el (base64-internal-decoding-limit): Switch default value
166         between XEmacs-mule and other emacsen.
167         Abolish function `base64-decode-string!'.
168         (base64-internal-decode-region): New implementation.
169         (base64-insert-encoded-file): New function.
170         (mime-insert-encoded-file): Use `base64-insert-encoded-file'.
171         (base64-write-decoded-region): New function.
172         (mime-write-decoded-region): Use `base64-write-decoded-region'.
173
174         * mel-b-dl.el (decode-base64-region): Renamed from
175         `base64-decode-region'.
176         (mime-insert-encoded-file): Change temporary-buffer to unibyte
177         representation.  Abolish method `mime-write-decoded-region'
178         because it is slower than CCL based implementation.
179
180 1998-10-09  Tanaka Akira <akr@jaist.ac.jp>
181
182         * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
183         facility instead of `ccl-execute-eof-block-on-encoding-some'.
184
185 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
186
187         * mel-b.el (base64-characters): Enclose with `eval-and-compile'.
188
189         * eword-decode.el (eword-encoded-text-regexp): Enclose with
190         `eval-and-compile'.
191         (eword-encoded-word-regexp): Use `eval-when-compile'.
192
193 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
194
195         * eword-decode.el (eword-max-size-to-decode): New user option.
196         (eword-decode-and-fold-structured-field): Do nothing if size of
197         input is bigger than `eword-max-size-to-decode'.
198
199 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
200
201         * mel-b.el (base64-numbers): Use `eval-when-compile'.
202
203 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
204
205         * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
206         "custom" to load-path.
207
208 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
209
210         * mime-def.el (mime-library-product): Enclose with
211         `eval-and-compile'.
212
213         * FLIM-CFG: Add "custom" to load-path.
214
215 \f
216 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
217
218         * FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.
219
220         * mime-def.el, mel.el, mel-b-dl.el: Move variable
221         `base64-dl-module' from mel-b-dl.el and mel.el to mime-def.el.
222
223 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
224
225         * mel.el (mel-ccl-module): New variable; use it to check mel-ccl
226         is available.
227
228         * FLIM-ELS: Don't install mel-ccl for anything older than MULE
229         2.3.
230
231 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
232
233         * mel-u.el: Use `mel-define-backend' to define "x-uue".
234         Define "x-uuencode" as a clone of "x-uue".
235
236         * Move variable `mel-encoding-module-alist' from mel.el to
237         mime-def.el.
238         
239         * mel.el (mel-find-function): Use function
240         `mel-find-function-from-obarray'.
241         Use `mel-define-backend' to define "7bit", "8bit" and "binary";
242         don't define methods of "8bit" and "binary"; inherit methods from
243         "7bit".
244
245         * mime-def.el (mel-service-list): New variable.
246         (mel-define-service): New implementation.
247         (mel-find-function-from-obarray): New inline function.
248         (mel-copy-method): New inline function.
249         (mel-copy-backend): New inline function.
250         (mel-define-backend): New macro.
251
252 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
253
254         * mel-u.el: Define method functions of mel.
255         (mime-encode-region): Use `mel-define-method-function'; abolish
256         `uuencode-encode-region'.
257         (mime-decode-region): Use `mel-define-method-function'; abolish
258         `uuencode-decode-region'.
259         (mime-encode-string): New method.
260         (mime-decode-string): New method.
261         (mime-insert-encoded-file): Use `mel-define-method'; abolish
262         `uuencode-insert-encoded-file'.
263         (mime-write-decoded-region): Use `mel-define-method'; abolish
264         `uuencode-write-decoded-region'.
265
266 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
267
268         * mime-def.el (mel-define-service): Add DOC.
269         (mel-define-method): Add DOC.
270         (mel-define-method-function): Add DOC.
271
272         * mime-en.sgml, mime-ja.sgml: Modify for FLIM 1.10.
273
274 \f
275 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
276
277         * FLIM: Version 1.10.1 (Miyamaki) was released.
278
279 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
280
281         * mel-g.el: Define method functions of mel.
282         (mime-encode-region): Use `mel-define-method-function'; abolish
283         `gzip64-encode-region'.
284         (mime-decode-region): Use `mel-define-method-function'; abolish
285         `gzip64-decode-region'.
286         (mime-encode-string): New method.
287         (mime-decode-string): New method.
288         (mime-insert-encoded-file): Use `mel-define-method'; abolish
289         `gzip64-insert-encoded-file'.
290         (mime-write-decoded-region): Use `mel-define-method'; abolish
291         `gzip64-write-decoded-region'.
292
293         * mime-def.el (mime-library-product): New variable; abolish
294         `mime-library-version'.
295         (mime-product-name): New macro.
296         (mime-product-version): New macro.
297         (mime-product-code-name): New macro.
298         (mime-library-version): Renamed from
299         `mime-library-version-string'; use `mime-library-product',
300         `mime-product-name', `mime-product-version' and
301         `mime-product-code-name'.
302
303         * mime-def.el (mm-define-backend): Add DOC.
304         (mm-define-method): Add DOC.
305
306         * mel.el (mime-encoding-list): Modify DOC to add description about
307         optional argument SERVICE.
308
309 1998-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
310
311         * mime-ja.sgml, mime-en.sgml (mm-backend module): Write
312         description of `mm-define-backend' and `mm-define-method'.
313
314 \f
315 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
316
317         * FLIM: Version 1.10.0 (K\e-Dòdo)\e-A was released.
318
319         * README.en (What's FLIM): Add mel-ccl.el.
320
321 1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
322
323         * mel-ccl.el:
324           - Require 'pccl instead of 'emu.
325           - Use `unless-broken' to check facility.
326
327 1998-09-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
328
329         * mel.el (mime-encoding-list): New user option (renamed from
330         `mime-content-transfer-encoding-list').
331         (mime-encoding-list): New function.
332         (mime-encoding-alist): New function.
333         (mime-encode-region): Use `mime-encoding-alist' for completion.
334         (mime-decode-region): Likewise.
335         (mime-insert-encoded-file): Likewise.
336         (mime-write-decoded-region): Likewise.
337
338 1998-09-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
339
340         * eword-decode.el (eword-decode-structured-field-list): Add
341         Mail-Followup-To field.
342
343 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
344
345         * eword-encode.el (eword-charset-encoding-alist): Add utf-8.
346
347 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
348
349         * mel.el (mime-content-transfer-encoding-list): New user option.
350         (mime-encode-region): Use `mime-content-transfer-encoding-list'
351         for completion.
352         (mime-decode-region): Likewise.
353         (mime-insert-encoded-file): Likewise.
354         (mime-write-decoded-region): Likewise.
355
356         * mel.el (mime-write-decoded-region): fix typo.
357
358 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
359
360         * mime-def.el (mel-define-method-function): Don't override.
361
362 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
363
364         * mel.el, mel-ccl.el, FLIM-ELS: Add mel-ccl.el.
365
366 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
367
368         * mel-dl.el, README.en, FLIM-ELS: Rename mel-dl.el to mel-b-dl.el.
369
370         * mel.el: - Rename mel-dl.el to mel-b-dl.el.
371                   - Move `mel-define-service' to mime-def.el.
372
373         * mime-def.el (mel-define-service): New macro (moved from mel.el);
374         fixed problem in Emacs.
375         (mel-define-method): Use `mel-define-service'.
376         (mel-define-method-function): Use `mel-define-service'.
377
378 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
379
380         * mel.el (mime-encode-region): Don't regard nil encoding as
381         "7bit".
382
383 1998-09-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
384
385         * eword-encode.el (eword-encode-text): Use
386         `encoded-text-encode-string'.
387         (tm-eword::encoded-word-length): `q-encoding-encoded-length' was
388         renamed to `Q-encoded-text-length'.
389
390         * eword-decode.el: Move `base64-token-regexp',
391         `base64-token-padding-regexp', `eword-B-encoded-text-regexp' and
392         `eword-Q-encoded-text-regexp' to mime-def.el.
393         (eword-decode-encoded-text): Use `encoded-text-decode-string'.
394
395         * mel-q.el: Define method functions of mel.
396         (mime-insert-encoded-file): Use `mel-define-method'; abolish
397         `quoted-printable-insert-encoded-file'.
398         (mime-write-decoded-region): Use `mel-define-method'; abolish
399         `quoted-printable-write-decoded-region'.
400         - Move `q-encoding-printable-char-p' and
401         `q-encoding-encoded-length' to mel.el.
402
403         * mel-b.el: Define method functions of mel.
404         (mime-insert-encoded-file): Use `mel-define-method'; abolish
405         `base64-insert-encoded-file'.
406         (mime-write-decoded-region): Use `mel-define-method'; abolish
407         `base64-write-decoded-region'.  
408         - Move `base64-encoded-length' to mel.el.
409
410         * mel-dl.el (base64-encode-region): Define directly (abolish
411         `base64-dl-encode-region').
412         (base64-decode-region): Define directly (abolish
413         `base64-dl-decode-region').  Define method functions of mel.
414         (mime-insert-encoded-file): Use `mel-define-method'; abolish
415         `base64-insert-encoded-file'; don't use external encoder.
416         (mime-write-decoded-region): Use `mel-define-method'; abolish
417         `base64-write-decoded-region'; don't use external decoder.
418         - Move `base64-encoded-length' to mel.el.
419
420         * mime.el: Move `mm-arglist-to-arguments' to mime-def.el.
421
422         * mime-def.el (base64-token-regexp): New constant (moved from
423         eword-decode.el).
424         (base64-token-padding-regexp): Likewise.
425         (B-encoded-text-regexp): New constant (moved from eword-decode.el,
426         and renamed from `eword-B-encoded-text-regexp').
427         (Q-encoded-text-regexp): New constant (moved from eword-decode.el,
428         and renamed from `eword-Q-encoded-text-regexp'.
429         (mm-arglist-to-arguments): New function (moved from mime.el).
430         (mel-define-method): New macro.
431         (mel-define-method-function): New macro.
432         (mel-define-function): New macro.
433
434         * mel.el (mel-encoding-module-alist): New variable.
435         (mel-use-module): New function.
436         (mel-find-function): New function.
437         (mel-define-service): New macro.
438         (mime-encode-region): Use `mel-find-function'; abolish variable
439         `mime-encoding-method-alist'.
440         (mime-decode-region): Use `mel-find-function'; abolish variable
441         `mime-decoding-method-alist'.
442         (mime-decode-string): Use `mel-find-function'; abolish variable
443         `mime-string-decoding-method-alist'.
444         (encoded-text-encode-string): New function.
445         (encoded-text-decode-string): New function.
446         (base64-encoded-length): New function (moved from mel-b.el and
447         mel-dl.el).
448         (Q-encoding-printable-char-p): New function (moved from mel-q.el,
449         and renamed from `q-encoding-printable-char-p').
450         (Q-encoded-text-length): New function (moved from mel-q.el, and
451         renamed from `q-encoding-encoded-length').
452         (mime-insert-encoded-file): Use `mel-find-function'; abolish
453         variable `mime-file-encoding-method-alist'.
454         (mime-write-decoded-region): Use `mel-find-function'; abolish
455         variable `mime-file-decoding-method-alist'.
456
457 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
458
459         * mel-b.el (base64-internal-encoding-limit): modify :type.
460         (base64-internal-decoding-limit): Change initial value to 70000;
461         modify :type.
462
463         * mel-b.el (base64-decode-string!): Renamed from
464         `base64-internal-decode-string!'.
465
466 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
467
468         * mel-b.el (base64-characters): New constant.
469         (base64-num-to-char): Use `base64-characters'.
470         (base64-numbers): Use `base64-characters'.
471         (base64-internal-decode): Modify calculation third byte.
472
473         * mel-dl.el (base64-dl-encode-string): New alias.
474         (base64-dl-decode-string): New alias.
475         (base64-dl-encode-region): Renamed from `base64-encode-region';
476         don't save-excursion and save-restriction.
477         (base64-dl-decode-region): Renamed from `base64-decode-region';
478         don't save-excursion and save-restriction; convert all at once.
479         (base64-encode-region): New alias.
480         (base64-decode-region): New alias.
481
482         * mel-b.el (base64-internal-decode): New function.
483         (base64-internal-decode-string): Use `base64-internal-decode'.
484         (base64-internal-decode-string!): New function.
485         (base64-internal-decode-region): Use
486         `base64-internal-decode-string!' instead of
487         `base64-internal-decode-string'.
488
489 1998-09-15  Tanaka Akira  <akr@jaist.ac.jp>
490
491         * mel-b.el (base64-numbers): Fix a position of 63.
492
493 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
494
495         * mel-b.el (base64-numbers): New constant.
496         (base64-char-to-num): New macro.
497         (base64-internal-decode-string): Don't use memq.
498
499 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
500
501         * mel-b.el (base64): New group.
502         (base64-external-encoder): Now a user option.
503         (base64-external-decoder): Now a user option.
504         (base64-external-decoder-option-to-specify-file): Now a user
505         option.
506         (base64-internal-encoding-limit): Now a user option.
507         (base64-internal-decoding-limit): Now a user option.
508
509         * mel-b.el (base64-internal-decode-string): New implementation;
510         abolish function `base64-decode-unit'.
511
512 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
513
514         * README.en (Installation): Fix typo.
515
516 \f
517 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
518
519         * FLIM: Version 1.9.2 (Shin-Tanabe) was released.
520
521         * README.en (Installation): Add `install as a XEmacs package'.
522
523 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
524
525         * mime-en.sgml (Encoding Method): Translate.
526
527 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
528
529         * eword-encode.el (eword-encode-msg-id-to-rword-list): New
530         function.
531         (eword-encode-in-reply-to-to-rword-list): New function.
532         (eword-encode-in-reply-to): New function.
533         (eword-encode-field): Use `eword-encode-in-reply-to' for
534         `In-Reply-To' field.
535
536         * std11.el (std11-parse-in-reply-to): New function.
537
538 1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
539
540         * eword-decode.el (eword-decode-structured-field-list): Add
541         `User-Agent'.
542
543 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
544
545         * Makefile (package): Don't update auto-autoloads.el and
546         custom-load.el.
547
548         * FLIM-MK (compile-flim-package): Update auto-autoloads.el and
549         custom-load.el.
550
551 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
552
553         * mime-def.el: Abolish function `butlast' and `nbutlast'.
554
555         * mime-def.el (mime-library-version): New constant.
556         (mime-library-version-string): Refer `mime-library-version'.
557
558 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
559
560         * Makefile (XEMACS): New variable.
561         (PACKAGEDIR): New variable.
562         (package): New target.
563         (install-package): New target.
564
565         * FLIM-CFG (PACKAGEDIR): New variable.
566
567         * FLIM-MK (config-flim-package): New function.
568         (compile-flim-package): New function.
569         (install-flim-package): New function.
570
571 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
572
573         * mime-en.sgml (Content-Type field): Translate.
574         (mime-content-type): Translate.
575         (Content-Type parser): Translate.
576         (Content-Disposition): Translate.
577         (mime-content-disposition): Translate.
578         (Content-Disposition parser): Translate.
579
580 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
581
582         * Makefile (GOMI): Add Texinfo related garbages.
583         (clean): Delete historical setting.
584
585 1998-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
586
587         * mime-en.sgml (mm-backend): Translate.
588         (Request for entity): Likewise.
589         (mm-backend module): Likewise.
590
591         * mime.el (mime-entity-send): Add DOC-string.
592
593 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
594
595         * mime-en.sgml (Entity hierarchy): Translate.
596
597 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
598
599         * mime-en.sgml, mime-ja.sgml (Entity): Rearrangement.
600
601 \f
602 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
603
604         * FLIM: Version 1.9.1 (Tonosh\e-Dò)\e-A was released.
605
606         * mime-en.sgml (mm-backend): Translate a little.
607
608 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
609
610         * eword-encode.el (eword-encode-default-start-column): New user
611         option.
612         (eword-encode-string): Use `eword-encode-default-start-column'.
613         (eword-encode-address-list): Likewise.
614         (eword-encode-structured-field-body): Likewise.
615         (eword-encode-unstructured-field-body): Likewise.
616
617 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
618
619         * eword-encode.el (eword-encode): New group.
620         (eword-field-encoding-method-alist): Now a user option (was:
621         variable).
622
623 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
624
625         * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
626         `eword-encode-mailbox-to-rword-list'.
627
628         * eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
629         `eword-encode-phrase-to-rword-list'.
630
631         * eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
632         `eword-encode-addr-spec-to-rword-list'.
633
634         * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
635         `eword-encode-phrase-route-addr-to-rword-list'.
636
637         * eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
638         `eword-encode-addr-seq-to-rword-list'.
639
640         * eword-encode.el: Rename `tm-eword::split-string' ->
641         `eword-encode-split-string'.
642
643         * eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
644         `eword-encode-addresses-to-rword-list'.
645
646         * eword-encode.el: Rename `tm-eword::encode-rwl' ->
647         `eword-encode-rword-list'.
648
649         * eword-encode.el (eword-encode-unstructured-field-body): New
650         function.
651         (eword-encode-field): Use `eword-encode-unstructured-field-body'.
652
653 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
654
655         * eword-encode.el (eword-encode-string): Add DOC-string.
656         (eword-encode-address-list): Likewise.
657         (eword-encode-structured-field-body): Likewise.
658
659         * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
660         structured field.
661
662 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
663
664         * eword-encode.el (eword-encode-field): Use `capitalize' instead
665         of `downcase' for `field-name'.
666
667         * eword-encode.el (eword-encode-structured-field-body): New
668         function.
669         (eword-encode-field): Use `eword-encode-structured-field-body' for
670         "MIME-Version" and "User-Agent" field.
671
672 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
673
674         * mime-def.el (mm-define-method): Put `edebug-form-spec'.
675
676 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
677
678         * eword-encode.el (eword-encode-address-list): New function.
679         (eword-encode-field): Use `eword-encode-address-list' instead of
680         `tm-eword::encode-address-list'; abolish
681         `tm-eword::encode-address-list'.
682
683         * eword-encode.el (eword-encode-field): Use `eword-encode-string'
684         instead of `tm-eword::encode-string'; abolish
685         `tm-eword::encode-string'.
686
687         * eword-encode.el: Rename `tm-eword::make-rword' ->
688         `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.
689
690 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
691
692         * mel-b.el (base64-insert-encoded-file): Conditionally use
693         internal converter. (cf. [tm-ja:3320])
694         (base64-write-decoded-region): Ditto.
695
696 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
697
698         * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.
699
700 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
701
702         * Delete mime-lib.el.
703
704 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
705
706         * mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed
707         to `write-region-as-raw-text-CRLF'.
708
709 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
710
711         * mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead
712         of `write-region-as-binary'.
713
714 \f
715 1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
716
717         * FLIM: Version 1.9.0 (Terada) was released.
718
719 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
720
721         * mime-parse.el (mime-parse-multipart): Set message/x-broken if
722         parsing is failed.
723
724 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
725
726         * mmbuffer.el (entity-children): Don't use
727         `mime-entity-children-internal'.
728
729         * mime-parse.el (mime-parse-multipart): Modify for
730         `mime-parse-message'; return children.
731         (mime-parse-encapsulated): Likewise.
732         (mime-parse-message): Change interface; delete DOC-string; don't
733         parse children instantly.
734         (mime-parse-buffer): Modify for `mime-parse-message'.
735
736         * mime-parse.el (mime-parse-message): Delete autoload cookie.
737
738         * mime.el: Delete autoload setting for `mime-parse-message'.
739
740         * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
741         of `mime-parse-message'; modify description of `mime-parse-buffer'
742         to add `representation-type'.
743
744 \f
745 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
746
747         * FLIM-Chao: Version 1.8.0 (Shij\e-Dò)\e-A was released.
748
749 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
750
751         * mmcooked.el: Abolish method `open'.
752
753         * mmbuffer.el (initialize-instance): New method; abolish `open'.
754         (entity-children): New method.
755
756         * mime.el (mime-open-entity): Send `initialize-instance' to
757         created message.
758         (mime-entity-children): New implementation.
759         (mime-entity-parent): New implementation.
760         (mime-root-entity-p): New implementation.
761
762         * mime-parse.el (mime-parse-multipart): Specify current entity as
763         parent.
764         (mime-parse-encapsulated): Likewise.
765         (mime-parse-message): Change interface to specify parent; modify
766         for `make-mime-entity-internal'.
767         (mime-parse-buffer): Modify for `mime-parse-message'.
768
769         * mime-def.el (make-mime-entity-internal): Change interface; add
770         format of `mime-entity' to add `parent'.
771
772 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
773
774         * mmbuffer.el (mime-visible-field-p): Renamed from
775         `eword-visible-field-p'.
776
777 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
778
779         * mime.el (mm-arglist-to-arguments): New function.
780         (mm-define-generic): New macro.
781         (mime-entity-cooked-p): Use `mm-define-generic'.
782         (mime-entity-point-min): Use `mm-define-generic'.
783         (mime-insert-decoded-header): Use `mm-define-generic'.
784         (mime-entity-content): Use `mm-define-generic'.
785         (mime-write-entity-content): Use `mm-define-generic'.
786         (mime-write-entity): Use `mm-define-generic'.
787         (mime-write-entity-body): Use `mm-define-generic'.
788
789 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
790
791         * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
792
793         * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
794         (mime-write-entity-body): Change message to `write-body'.
795
796 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
797
798         * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
799
800         * mime.el (mime-open-entity): Change message to `open'.
801
802         * mime-def.el (mm-define-backend): Must `copy-alist'.
803
804 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
805
806         * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
807         `mm-define-method'.
808
809         * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
810         (mime-find-function): New implementation.
811         (mime-entity-cooked-p): Use `mime-entity-send'.
812
813         * mime-def.el (mime-entity-implementation-alist): Moved from
814         mime.el.
815         (mm-define-backend): New macro.
816         (mm-define-method): New macro.
817
818 \f
819 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
820
821         * FLIM: Version 1.8.1 (Kutsukawa) was released.
822
823 1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
824
825         * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
826         about `default-encoding' of `mime-entity-encoding'.
827
828         * mime-en.texi, mime-en.sgml: New files.
829
830         * mime-ja.sgml (media-type): Fix typo.
831
832         * mime-ja.sgml (Glossary): Fix order.
833
834         * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
835
836         * mime-ja.sgml (Entity Attributes): Fix typo.
837
838 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
839
840         * mime.el (mime-entity-encoding): Add new optional argument
841         `default-encoding'; set default encoding if
842         Content-Transfer-Encoding field is not found.
843
844 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
845
846         * mmbuffer.el (mmbuffer-write-entity): Use
847         `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
848         `mmbuffer-entity-point-max'.
849         (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
850         `mime-entity-body-start-internal' and
851         `mime-entity-body-end-internal'.
852         (mmbuffer-insert-decoded-header): Use
853         `mime-entity-buffer-internal', `mime-entity-header-start-internal'
854         and `mime-entity-header-end-internal'.
855
856 \f
857 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
858
859         * FLIM: Version 1.8.0 (\e-DÒkubo)\e-A was released.
860
861         * README.en: Delete `How to use'.
862
863 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
864
865         * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
866         in description of `mime-open-entity'.
867
868         * mime-ja.sgml (mm-backend): New section.
869
870 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
871
872         * mime-ja.sgml (Entity-header): Modify description about
873         `mime-insert-decoded-header'.
874
875         * mmcooked.el (mmcooked-insert-decoded-header): New function.
876
877         * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
878
879         * mime.el (mime-insert-decoded-header): Use implementation of
880         mm-backend; abolish optional argument `code-conversion'.
881
882 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
883
884         * eword-decode.el (eword-decode-encoded-text): Use
885         `decode-mime-charset-string'.
886
887 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
888
889         * mmcooked.el (mmcooked-write-entity-body): New function.
890
891         * mmbuffer.el (mmbuffer-write-entity-body): New function.
892
893         * mime.el (mime-write-entity-body): Use implementation of
894         mm-backend.
895
896 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
897
898         * mmcooked.el (mmcooked-write-entity): New function.
899
900         * mmbuffer.el (mmbuffer-write-entity): New function.
901
902         * mime.el (mime-write-entity): Use implementation of mm-backend.
903
904 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
905
906         * mmcooked.el (mmcooked-entity-content): New alias for
907         `mmbuffer-entity-content'.
908         (mmcooked-write-entity-content): New function.
909
910         * mmbuffer.el (mmbuffer-entity-content): New function.
911         (mmbuffer-write-entity-content): New function.
912
913         * mime.el (mime-entity-send): New function.
914         (mime-entity-buffer): Use `mime-entity-send'.
915         (mime-entity-point-min): Likewise.
916         (mime-entity-point-max): Likewise.
917         (mime-entity-header-start): Likewise.
918         (mime-entity-header-end): Likewise.
919         (mime-entity-body-start): Likewise.
920         (mime-entity-body-end): Likewise.
921         (mime-fetch-field): Likewise.
922         (mime-entity-content): Use implementation of mm-backend.
923         (mime-write-entity-content): Likewise.
924
925 \f
926 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
927
928         * FLIM: Version 1.7.0 (Iseda) was released.
929
930         * mime-ja.sgml (Entity creation): Add description of
931         `mime-open-entity'.
932         (Entity Attributes): Add description of `mime-entity-cooked-p'.
933         (Entity-content): Add description of `mime-write-entity-content',
934         `mime-write-entity' and `mime-write-entity-body'.
935
936 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
937
938         * mime.el (mime-write-entity-content): New function.
939
940 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
941
942         * mime.el (mime-write-entity-body): New function.
943
944         * mime.el (mime-write-entity): New function.
945
946 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
947
948         * mime-parse.el (mime-parse-multipart): Change media-type of
949         entity to application/octet-stream if the first delimiter is not
950         found.
951
952 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
953
954         * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
955
956         * mmcooked.el: New file.
957
958         * mmbuffer.el: New file.
959
960         * mime.el (mime-entity-implementation-alist): New variable.
961         (mime-find-function): New function.
962         (mime-open-entity): New function.
963         (mime-entity-function): New function.
964         (mime-entity-cooked-p): New function.
965         (mime-entity-buffer): Use backend-module.
966         (mime-entity-point-min): Likewise.
967         (mime-entity-point-max): Likewise.
968         (mime-entity-header-start): Likewise.
969         (mime-entity-header-end): Likewise.
970         (mime-entity-body-start): Likewise.
971         (mime-entity-body-end): Likewise.
972         (mime-fetch-field): Likewise.
973
974         * mime-parse.el (mime-parse-message): New optional argument
975         `representation-type'.
976         (mime-parse-buffer): Likewise.
977
978         * mime-def.el: Change format of mime-entity-internal to add
979         `representation-type' and `location'.
980
981 \f
982 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
983
984         * FLIM-Chao: Version 1.7.0 (Goj\e-Dò)\e-A was released.
985
986 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
987
988         * mime-ja.sgml: Modify for FLIM 1.7.
989
990         * mime.el (mime-entity-number): Add DOC.
991
992 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
993
994         * mime.el (mime-entity-encoding): New implementation.
995
996         * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
997
998         * mime-def.el (make-mime-entity-internal): Abolish argument
999         `encoding'.
1000         (mime-entity-set-encoding-internal): New function.
1001
1002 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1003
1004         * mime.el (mime-entity-content-disposition): New implementation.
1005
1006         * mime-parse.el (mime-parse-message): Don't parse
1007         Content-Disposition.
1008
1009         * mime-def.el (make-mime-entity-internal): Delete argument
1010         `content-disposition'.
1011         (mime-entity-set-content-disposition-internal): New function.
1012
1013 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1014
1015         * eword-decode.el: Move function `eword-visible-field-p' and
1016         `mime-insert-decoded-header' to mime.el.
1017
1018         * mime-parse.el: Use internal functions of mime-entity.
1019
1020         * mime.el (mime-entity-children): Moved from mime-def.el; use
1021         `mime-entity-children-internal'.
1022         (mime-entity-node-id): Moved from mime-def.el; use
1023         `mime-entity-node-id-internal'.
1024         (mime-entity-number): Moved from mime-def.el; use
1025         `mime-entity-node-id-internal'.
1026         (mime-entity-buffer): Moved from mime-def.el; use
1027         `mime-entity-buffer-internal'.
1028         (mime-entity-point-min): Moved from mime-def.el; use
1029         `mime-entity-header-start-internal'.
1030         (mime-entity-point-max): Moved from mime-def.el; use
1031         `mime-entity-body-end-internal'.
1032         (mime-entity-header-start): Moved from mime-def.el; use
1033         `mime-entity-header-start-internal'.
1034         (mime-entity-header-end): Moved from mime-def.el; use
1035         `mime-entity-header-end-internal'.
1036         (mime-entity-content-type): Moved from mime-def.el; use
1037         `mime-entity-content-type-internal'.
1038         (mime-entity-content-disposition): Moved from mime-def.el; use
1039         `mime-entity-content-disposition-internal'.
1040         (mime-entity-encoding): Moved from mime-def.el; use
1041         `mime-entity-encoding-internal'.
1042         (mime-fetch-field): Use `mime-entity-original-header-internal' and
1043         `mime-entity-set-original-header-internal'.
1044         (mime-read-field): Use `mime-entity-parsed-header-internal' and
1045         `mime-entity-set-parsed-header-internal'.
1046         (eword-visible-field-p): Moved from eword-decode.el.
1047         (mime-insert-decoded-header): Moved from eword-decode.el.
1048         (mime-entity-body-start): Moved from mime-def.el; use
1049         `mime-entity-body-start-internal'.
1050         (mime-entity-body-end): Moved from mime-def.el; use
1051         `mime-entity-body-end-internal'.
1052         (mime-entity-media-type): Moved from mime-def.el.
1053         (mime-entity-media-subtype): Moved from mime-def.el.
1054         (mime-entity-parameters): Moved from mime-def.el.
1055         (mime-entity-type/subtype): Moved from mime-def.el.
1056
1057         * mime-def.el (make-mime-entity-internal): Renamed from
1058         `make-mime-entity'.
1059         (mime-entity-buffer-internal): New function.
1060         (mime-entity-header-start-internal): New function.
1061         (mime-entity-header-end-internal): New function.
1062         (mime-entity-body-start-internal): New function.
1063         (mime-entity-body-end-internal): New function.
1064         (mime-entity-node-id-internal): New function.
1065         (mime-entity-content-type-internal): New function.
1066         (mime-entity-content-disposition-internal): New function.
1067         (mime-entity-encoding-internal): New function.
1068         (mime-entity-original-header-internal): New function.
1069         (mime-entity-children-internal): New function.
1070         (mime-entity-parsed-header-internal): New function.
1071         (mime-entity-set-original-header-internal): Renamed from
1072         `mime-entity-set-original-header'.
1073         (mime-entity-set-children-internal): Renamed from
1074         `mime-entity-set-children'.
1075         (mime-entity-set-parsed-header-internal): Renamed from
1076         `mime-entity-set-parsed-header'.  Move `mime-entity-SLOT'
1077         functions to mime.el.
1078
1079 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1080
1081         * mime-ja.sgml (CVS): Fix typo.
1082
1083 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1084
1085         * mime-parse.el (mime-parse-encapsulated): New function.
1086         (mime-parse-message): Use `mime-parse-encapsulated'.
1087
1088 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1089
1090         * mime-def.el (mime-entity-set-children): New function.
1091
1092         * mime-parse.el (mime-parse-multipart): Change interface.
1093         (mime-parse-message): Use `mime-entity-set-children'.
1094
1095 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1096
1097         * mime.el (mime-read-field): Fix typo.
1098
1099 \f
1100 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1101
1102         * FLIM: Version 1.6.0 (Ogura) was released.
1103
1104         * mime-ja.sgml (Entity Attributes): New section.
1105
1106         * mime-ja.sgml (Entity as node in message): Add description of
1107         `mime-find-entity-from-number' and
1108         `mime-find-entity-from-node-id'.
1109
1110         * mime.el (mime-find-entity-from-number): New function.
1111         (mime-find-entity-from-node-id): New function.
1112         (mime-entity-parent): New function (moved from SEMI MIME-View).
1113         (mime-entity-uu-filename): New function (moved from SEMI
1114         MIME-View).
1115         (mime-entity-filename): New function (moved from SEMI MIME-View).
1116
1117         * mime-def.el (mime-uuencode-encoding-name-list): New variable.
1118
1119 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1120
1121         * mime-ja.sgml: Modify for FLIM 1.6.
1122
1123         * mime.el (mime-fetch-field): New function; abolish
1124         `mime-entity-fetch-field'.
1125         (mime-read-field): New function; abolish `mime-entity-read-field'.
1126
1127 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1128
1129         * mime-ja.sgml, mime-ja.texi: New files.
1130
1131 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1132
1133         * mime-parse.el (mime-parse-message): Would error if empty body.
1134
1135 \f
1136 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1137
1138         * FLIM: Version 1.5.0 (Mukaijima) was released.
1139
1140 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1141
1142         * README.en (What's FLIM): Modify for mime.el.
1143
1144         * FLIM-ELS (flim-modules): Add `mime'.
1145
1146         * mime-lib.el: Move every definitions to mime.el.
1147
1148         * mime.el: New module (renamed from mime-lib.el).
1149
1150 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1151
1152         * mime-lib.el: Add autoload setting for eword-encode.el.
1153
1154         * mime-lib.el (mime-entity-content): New function.
1155
1156 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1157
1158         * mel.el: Abolish constant `mel-version'.
1159
1160         * mel.el (mime-string-decoding-method-alist): New variable.
1161         (mime-decode-string): New function.
1162
1163 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1164
1165         * mel-b.el (base64-external-decode-string): New function.
1166         (base64-decode-string): New function.
1167
1168 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1169
1170         * mel-q.el (quoted-printable-decode-string): New implementation.
1171
1172 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1173
1174         * mel-q.el (quoted-printable-internal-decode-region): New
1175         implementation.
1176
1177 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1178
1179         * mel-q.el (q-encoding-decode-string): Use
1180         `quoted-printable-hex-char-to-num'.
1181
1182         * mel-q.el (quoted-printable-hex-char-to-num): New function.
1183         (quoted-printable-decode-string): Use
1184         `quoted-printable-hex-char-to-num'.
1185
1186 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1187
1188         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
1189         mime-parse.el to mime-def.el.
1190
1191 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1192
1193         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
1194         mime-parse.el to mime-lib.el.
1195
1196         * mime-lib.el: Add autoload setting for mime-parse.el.
1197
1198 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1199
1200         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
1201         `mime-entity-point-max', `mime-entity-media-type',
1202         `mime-entity-media-subtype', `mime-entity-parameters' and
1203         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
1204
1205         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
1206         reference functions from mime-parse.el to mime-def.el.
1207
1208         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
1209         from mime-parse.el to mime-def.el.
1210
1211 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1212
1213         * mel-b.el (base64-internal-decode-string): Renamed from
1214         `base64-decode-string'.
1215         (base64-decode-string): New alias for
1216         `base64-internal-decode-string'.
1217
1218 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1219
1220         * mel-b.el (base64-decode-unit): New function; abolish
1221         `base64-decode-1'.
1222         (base64-decode-string): New implementation.
1223         (base64-internal-decode-region): New implementation.
1224
1225 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1226
1227         * mime-parse.el (mime-message-structure): New variable.
1228         (mime-parse-buffer): New function.
1229
1230 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1231
1232         * mime-def.el: Require 'cl when it is compiled.
1233
1234         * mime-lib.el (mime-entity-read-field): Fix typo.
1235         Use `eword-decode-ignored-field-list'.
1236
1237         * mime-parse.el (mime-parse-multipart): Fix typo.
1238         (mime-parse-message): Parse message/external-body.
1239
1240 \f
1241 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1242
1243         * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
1244
1245 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1246
1247         * eword-decode.el (mime-insert-decoded-header): Fix typo.
1248
1249 \f
1250 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1251
1252         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
1253
1254 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1255
1256         * README.en (What's FLIM): Add description about mime-lib.el and
1257         mime-parse.el.
1258
1259 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1260
1261         * mime-parse.el: Require 'cl when it is compiled.
1262
1263         * eword-decode.el (eword-visible-field-p): New function.
1264         (mime-insert-decoded-header): Use `eword-visible-field-p'.
1265
1266 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1267
1268         * mime-def.el (mime-library-version-string): Renamed from
1269         `mime-spadework-module-version-string'.
1270
1271         * mime-parse.el: New file; moved from SEMI layer.
1272
1273         * FLIM-ELS (flim-modules): Add `mime-parse'.
1274
1275 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1276
1277         * FLIM-ELS (flim-modules): Add `mime-lib'.
1278
1279         * mime-lib.el: New module.
1280
1281         * mime-def.el (mime-entity): Add new slots for original-header and
1282         parsed-header.
1283         (mime-entity-set-original-header): New function.
1284         (mime-entity-set-parsed-header): New function.
1285
1286 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1287
1288         * mime-def.el (mime-entity-number): New function (moved from SEMI
1289         layer).
1290
1291 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1292
1293         * mime-def.el: Move definition of structure `mime-entity' from
1294         SEMI layer.
1295
1296 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1297
1298         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
1299         default value.
1300         (eword-decode-structured-field-list): Capitalize default value.
1301         (eword-decode-header): Regularize field name by `capitalize'.
1302         (mime-insert-decoded-header): New function.
1303
1304 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1305
1306         * mailcap.el (mailcap-file): Use `defcustom'.
1307
1308 \f
1309 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1310
1311         * FLIM: Version 1.3.0 (Fushimi) was released.
1312
1313 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1314
1315         * std11.el (std11-fetch-field): New function.
1316         (std11-field-body): Use 'std11-fetch-field.
1317
1318 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1319
1320         * mime-def.el (regexp-*): New function (moved from mime-parse.el
1321         of SEMI (REMI)).
1322         (regexp-or): New function (moved from mime-parse.el of
1323         SEMI (REMI)).
1324
1325         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
1326         of SEMI (REMI)).
1327         (std11-non-qtext-char-list): New constant (copied from std11.el).
1328         (std11-qtext-regexp): New constant (moved from mime-parse.el of
1329         SEMI (REMI)).
1330         (std11-quoted-string-regexp): New constant (moved from
1331         mime-parse.el of SEMI (REMI)).
1332
1333 \f
1334 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1335
1336         * FLIM: Version 1.2.2 (Takeda) was released.
1337
1338         * FLIM-VERSION: New file.
1339
1340 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1341
1342         * mel-q.el (quoted-printable-internal-encode-region): Use
1343         'looking-at-as-unibyte instead of local binding for
1344         enable-multibyte-characters.
1345
1346 \f
1347 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1348
1349         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
1350
1351 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1352
1353         * mel-q.el (quoted-printable-internal-decode-region): Use
1354         'string-as-multibyte to avoid problem in Emacs 20.3.
1355
1356 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
1357
1358         * mel-u.el: Use mime-temp-directory instead of TMP.
1359
1360 \f
1361 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1362
1363         * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
1364
1365         * README.en (What's FLIM): Delete description about
1366         std11-parse.el; add description about mailcap.el.
1367
1368 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1369
1370         * eword-decode.el (eword-decode-encoded-word-error-handler): New
1371         variable.
1372         (eword-decode-encoded-word-default-error-handler): New function.
1373         (eword-decode-encoded-word): Use
1374         'eword-decode-encoded-word-error-handler.
1375
1376 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1377
1378         * mailcap.el: Require 'mime-def.
1379
1380         * mime-def.el (mime-type/subtype-string): New function (moved from
1381         semi/mime-parse.el).
1382
1383 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1384
1385         * std11-parse.el: Abolish std11-parse.el.
1386
1387         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
1388
1389         * eword-decode.el: Require 'std11 instead of 'std11-parse.
1390
1391         * std11.el: Merge std11-parse.el.
1392
1393 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1394
1395         * mime-def.el (mime-temp-directory): Use 'defcustom.
1396
1397         * mel-u.el: Require 'mime-def instead of 'mel.
1398
1399         * mime-def.el (mime-temp-directory): New variable (moved from
1400         mel.el).
1401
1402         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
1403
1404 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1405
1406         * mailcap.el (mailcap-format-command): New function.
1407
1408         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
1409         again.
1410
1411 \f
1412 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1413
1414         * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
1415
1416 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1417
1418         * mime-def.el (quoted-printable-hex-chars): New constant.
1419         (quoted-printable-octet-regexp): New constant.
1420
1421         * mel-q.el, eword-decode.el: Move definition of constant
1422         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
1423         mime-def.el.
1424
1425 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1426
1427         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
1428
1429 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1430
1431         * mailcap.el (mailcap-look-at-mtext): Fix typo.
1432
1433 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1434
1435         * FLIM-ELS (flim-modules): Add mailcap.
1436
1437         * mailcap.el: New file (copied from SEMI).
1438
1439 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1440
1441         * eword-decode.el (eword-decode-ignored-field-list): Add
1442         `received'.
1443         
1444         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
1445         environment variables.
1446
1447 \f
1448 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1449
1450         * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
1451
1452         * mime-def.el (mime-spadework-module-version-string): New
1453         constant.
1454
1455         * eword-encode.el: Abolish constant 'eword-encode-version.
1456
1457         * eword-decode.el: Abolish constant 'eword-decode-version.
1458
1459 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1460
1461         * eword-encode.el (eword-encode-divide-into-charset-words): Use
1462         'char-length or 'char-next-index instead of 'char-bytes.
1463         (tm-eword::encode-string-1): Use 'char-next-index instead of
1464         'char-bytes.
1465
1466 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1467
1468         * mel.el (base64-dl-module): Must check base64.so actually exists.
1469
1470 \f
1471 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1472
1473         * FLIM: Version 1.0.0 was released.
1474
1475         * README.en: Modify for FLIM.
1476
1477         * ChangeLog: New file.
1478
1479 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1480
1481         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
1482
1483         * Makefile: Modify for FLIM.
1484
1485 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1486
1487         * Makefile: New file.
1488
1489         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
1490         eword-encode.el: Copied from MEL, SEMI (mime-def.el
1491         eword-decode.el eword-encode.el) and APEL (std11-parse.el
1492         std11.el).