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