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