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