update.
[elisp/flim.git] / ChangeLog
1 2000-03-02  MORIOKA Tomohiko  <tomo@m17n.org>
2
3         * FLIM-ELS (flim-modules): Add `mmgeneric'.
4
5         * mmgeneric.el: New file.
6
7         * mmbuffer.el: Require `mmgeneric'.
8
9         * mime.el: Require `mmgeneric' when compiling.
10
11         * mime-def.el: Move mime-entity related definitions to
12         mmgeneric.el.
13
14 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
15
16         * mime.el (mime-find-entity-from-number): Now second argument
17         `message' is not an optional argument.
18         (mime-find-entity-from-node-id): Likewise.
19         (mime-find-entity-from-content-id): Likewise.
20         (mime-fetch-field): Delete obsolete function.
21         (mime-read-field): Likewise.
22
23 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
24
25         * mime.el (mime-entity-header-buffer): Mark it as obsolete.
26         (mime-goto-header-start-point): Likewise.
27         (mime-entity-header-start-point): Likewise.
28         (mime-entity-header-end-point): Likewise.
29         (mime-entity-body-start): Use `defalias'; don't recommend to use
30         `mime-entity-body-start-point' instead.
31         (mime-entity-body-end): Use `defalias'; don't recommend to use
32         `mime-entity-body-end-point' instead.
33         (mime-entity-body-buffer): Mark it as obsolete.
34         (mime-goto-body-start-point): Likewise.
35         (mime-goto-body-end-point): Likewise.
36         (mime-entity-body-start-point): Likewise.
37         (mime-entity-body-end-point): Likewise.
38         (mime-entity-buffer): Don't recommend to use
39         `mime-entity-header-buffer' or `mime-entity-body-buffer' instead.
40         (mime-entity-point-min): Don't recommend to use
41         `mime-entity-header-start-point' instead.
42         (mime-entity-point-max): Don't recommend to use
43         `mime-entity-body-end-point' instead.
44
45         * mime-def.el (mime-library-version): update to 1.14.1.
46         - Add autoload setting for `mime-parse-external'.
47
48 \f
49 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
50
51         * Chao: Version 1.14.0 (Momoyama) released.
52
53 2000-01-05  Katsumi Yamaoka   <yamaoka@jpl.org>
54
55         * Makefile, mime-en.sgml, mime-ja.sgml: Update for the new CVS
56         server.
57
58 1999-12-20  Katsumi Yamaoka   <yamaoka@jpl.org>
59
60         * mel-b-el.el (base64-encode-region): Allow the optional second arg
61         `no-line-break'.
62         (base64-external-encode-region): Likewise.
63         (base64-internal-encode-region): Likewise.
64         (base64-encode-string): Likewise.
65
66 1999-12-16  MORIOKA Tomohiko  <tomo@m17n.org>
67
68         * FLIM-ELS (flim-modules): Add `mmexternal'.
69
70         * mime-parse.el (mime-parse-external): New function.
71
72         * mime-def.el (mime-entity-children [mime-entity]): Use
73         `mime-parse-external' for message/external-body.
74
75         * mmexternal.el: New module.
76
77 1999-12-13  Katsumi Yamaoka   <yamaoka@jpl.org>
78
79         * README.en, README.ja, mime-en.sgml, mime-ja.sgml: Update for the
80         recent ML address and ftp site.
81
82 1999-10-17  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
83
84         * FLIM-MK (install-flim-package): Delete auto-autoloads.el
85         and custom-load.el
86
87 1999-09-20  Katsumi Yamaoka   <yamaoka@jpl.org>
88
89         * mailcap.el (mailcap-look-at-schar): Protect against unexpected
90         eof.  [cf. <tm-ja:5177>]
91
92 1999-09-13  Katsumi Yamaoka   <yamaoka@jpl.org>
93
94         * smtpmail.el (smtpmail-send-it): Remove needless `concat'.
95
96 1999-09-08  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
97
98         * mime-ja.sgml, mime-en.sgml (Entity creation): Fix typo.
99
100 1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
101
102         * smtpmail.el (smtpmail-send-it): Make directory
103         `smtpmail-queue-dir' if it does not exist; convert filename of
104         queued mail using `convert-standard-filename'.
105         (smtpmail-queue-index): Treat `smtpmail-queue-dir' as a directory
106         name using `file-name-as-directory'.
107         (smtpmail-queue-dir, smtpmail-queue-mail): Remove "*" from doc
108         strings.
109
110 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
111
112         * smtpmail.el (smtpmail-send-it): Use `time-stamp-yyyy-mm-dd' and
113         `time-stamp-hh:mm:ss' instead of `current-time'.
114
115 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
116
117         * FLIM-ELS: Use `if' instead of `unless'.
118
119 \f
120 1999-08-17  MORIOKA Tomohiko  <tomo@m17n.org>
121
122         * FLIM: Version 1.13.2 (Kasanui) released.
123
124 1999-08-03  Yuuichi Teranishi <teranisi@gohome.org>
125
126         * smtp.el (smtp-notify-success): New option.
127         * (smtp-via-smtp): Request return receipt (defined in RFC1891) to
128         SMTP server if `smtp-notify-success' is non-nil.
129         [cf. <tm-ja:4872,4877>]
130
131 1999-08-02  MORIOKA Tomohiko  <tomo@m17n.org>
132
133         * mime.el (mime-entity-header-start-point): New generic function.
134         (mime-entity-header-end-point): New generic function.
135
136         * mmbuffer.el (mime-entity-header-start-point): New method.
137         (mime-entity-header-end-point): New method.
138
139 1999-08-09  MORIOKA Tomohiko  <tomo@m17n.org>
140
141         * FLIM-ELS (flim-modules): Add `mmdbuffer'.
142
143 1999-07-27  MORIOKA Tomohiko  <tomo@m17n.org>
144
145         * mmdbuffer.el: New module.
146
147 1999-07-28  MORIOKA Tomohiko  <tomo@m17n.org>
148
149         * mime-parse.el: Add autoload setting for
150         `mime-entity-body-buffer', `mime-entity-body-start-point' and
151         `mime-entity-body-end-point'.
152
153         * mime.el (mime-entity-point-min): Define as an obsolete function.
154         (mime-entity-point-max): Likewise.
155
156 1999-07-27  MORIOKA Tomohiko  <tomo@m17n.org>
157
158         * mmbuffer.el (entity-point-min): Deleted because it is
159         duplicated.
160         (entity-point-max): Deleted because it is duplicated.
161
162 1999-07-24  MORIOKA Tomohiko  <tomo@m17n.org>
163
164         * mmbuffer.el (mime-insert-text-content): Deleted [moved to
165         mime-def.el].
166
167         * mime-def.el: Add autoload settings for `mime-entity-content' [to
168         avoid warning].
169         (mime-insert-text-content): New method of `mime-entity' [moved
170         from mmbuffer.el].
171
172 1999-07-24  MORIOKA Tomohiko  <tomo@m17n.org>
173
174         * mmbuffer.el (mime-entity-children): Deleted [moved to
175         mime-def.el].
176
177         * mime-def.el: Add autoload settings for
178         `mime-entity-content-type', `mime-parse-multipart' and
179         `mime-parse-encapsulated' [to avoid warning].
180         (mime-entity-children): New method of `mime-entity' [moved from
181         mmbuffer.el].
182
183 \f
184 1999-07-22  MORIOKA Tomohiko  <tomo@m17n.org>
185
186         * FLIM: Version 1.13.1 (Tawaramoto) released.
187
188 1999-07-21  MORIOKA Tomohiko  <tomo@m17n.org>
189
190         * mime-parse.el (mime-parse-buffer): Fixed.
191
192 \f
193 1999-07-16  MORIOKA Tomohiko  <tomo@m17n.org>
194
195         * FLIM: Version 1.13.0 (Iwami) released.
196
197 1999-07-09  Nakagawa, Makoto  <nakagawa@pochi.tis.co.jp>
198
199         * smtpmail.el (smtpmail-send-it): Use current-time to get rid of
200         time-stamp-strftime.
201         (smtpmail-send-it): Use write-region-as-binary instead of
202         write-file.
203         (smtpmail-send-queued-mail); Use find-file-noselect-as-binary
204         instead of find-file-noselect.
205
206 1999-06-23  MORIOKA Tomohiko  <tomo@m17n.org>
207
208         * FLIM-CFG: Delete code to detect APEL 7.3 or later.
209
210 1999-06-16  Katsumi Yamaoka   <yamaoka@jpl.org>
211
212         * smtpmail.el (smtpmail-send-it): Extend the search bound to the
213         end of the field for fetching the recipients from Resent-To.
214
215 1999-06-11  Katsumi Yamaoka   <yamaoka@jpl.org>
216
217         * luna.el (luna-define-class-function): Check for the improbable
218         name of variable beginning with colon whether we should bind the
219         sort of symbol or not.
220         (TopLevel): Likewise.
221
222 1999-06-10  Katsumi Yamaoka   <yamaoka@jpl.org>
223
224         * luna.el (luna-define-class-function): Bind member variables
225         statically for old Emacsen.
226         (TopLevel): Require `static'; bind `:before', `:after' and
227         `:around' statically for old Emacsen. [cf. <tm-ja:4593>]
228
229 \f
230 1999-06-01  MORIOKA Tomohiko  <tomo@m17n.org>
231
232         * Chao: Version 1.13.0 (JR Fujinomori) released.
233
234 1999-05-29  MORIOKA Tomohiko  <tomo@m17n.org>
235
236         * mmbuffer.el (mime-entity-fetch-field): New implementation.
237
238         * mime-def.el (mime-entity-fetch-field): New method of luna-class
239         `mime-entity'.
240
241         * luna.el (luna-define-method): Allow `:around' qualifier.
242         (luna-class-find-functions): Likewise.
243         (luna-send): Likewise.
244         (luna-call-next-method): New function.
245
246 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
247
248         * mime-def.el (eval-module-depended-macro): Abolished.
249         Use `def-edebug-spec' directly.
250
251         * luna.el (luna-define-method): Allow `:before' qualifier.
252         (luna-class-find-functions): Likewise.
253
254         * mime-def.el (mime-message-structure): Define as obsolete
255         variable.
256
257 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
258
259         * mime-parse.el (mime-parse-encapsulated): Use
260         `mime-entity-body-start-point' and `mime-entity-body-end-point'.
261
262         * mime.el (mime-parse-buffer): Revert to auto-load from
263         "mime-parse".
264
265         * mime-parse.el (mime-parse-multipart): Move from mime-parse.el
266         again.
267         (mime-parse-encapsulated): Likewise.
268         (mime-parse-message): Likewise.
269         (mime-parse-buffer): Likewise.
270
271         * mmbuffer.el (mime-parse-multipart): Move to mime-parse.el again.
272         (mime-parse-encapsulated): Likewise.
273         (mime-parse-message): Likewise.
274         (mime-parse-buffer): Likewise.
275
276         * mmbuffer.el (mime-parse-encapsulated): Run in body-buffer of an
277         entity.
278
279 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
280
281         * mmbuffer.el (initialize-instance): Don't initialize slots if
282         they are initialized.
283         (mime-parse-multipart): Run in body-buffer of an entity.
284         (mime-entity-body-start-point): New method.
285
286 1999-05-25  MORIOKA Tomohiko  <tomo@m17n.org>
287
288         * mmbuffer.el (mime-entity-body-end-point): New method.
289         (mime-goto-header-start-point): New method.
290         (mime-goto-body-start-point): New method.
291         (mime-goto-body-end-point): New method.
292
293         * mime.el (mime-goto-body-end-point): New generic function.
294
295         * mel.el (Q-encoded-text-length): Fixed.
296
297 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
298
299         * mmbuffer.el (mime-parse-multipart): Refer body-start instead of
300         header-end.
301
302         * mmcooked.el (mime-insert-header): Fix typo.
303
304 1999-05-23  MORIOKA Tomohiko  <tomo@m17n.org>
305
306         * mmcooked.el (mime-insert-header): Use
307         `luna-class-find-functions'.
308
309         * mime.el (mime-entity-buffer): Define as obsolete function.
310         (mime-entity-body-end-point): New generic function; define
311         `mime-entity-body-end' as obsolete function.
312         (mime-goto-body-start-point): New generic function.
313         (mime-entity-uu-filename): Use `mime-goto-body-start-point' and
314         `mime-entity-body-end-point'.
315
316         * mmbuffer.el (initialize-instance): Define as after method;
317         return initialized instance.
318
319         * luna.el (luna-define-class): Add `standard-object' as a parent.
320         (luna-define-method): Allow `:after' qualifier.
321         (luna-class-find-parents-functions): New function.
322         (luna-class-find-functions): New function [abolish
323         `luna-class-find-function'].
324         (luna-find-functions): New function [abolish
325         `luna-find-function'].
326         (luna-send): Modify for new method dispatch mechanism.
327         (luna-make-entity): New implementation.
328         (standard-object): New class.
329         (initialize-instance): New method.
330
331 1999-05-22  MORIOKA Tomohiko  <tomo@m17n.org>
332
333         * Delete mmgeneric.el.
334
335         * mmcooked.el: Modify for mmbuffer.el.
336
337         * mmbuffer.el:
338         - Don't require `mmgeneric' and `mime-parse'.
339         - Require mime.
340         - Use `luna'.
341         (mime-buffer-entity-buffer-internal): Renamed from
342         `mime-entity-set-buffer-internal'.
343         (mime-buffer-entity-set-buffer-internal): Likewise.
344         (mime-buffer-entity-header-start-internal): Likewise.
345         (mime-buffer-entity-set-header-start-internal): Likewise.
346         (mime-buffer-entity-header-end-internal): Likewise.
347         (mime-buffer-entity-set-header-end-internal): Likewise.
348         (mime-buffer-entity-body-start-internal): Likewise.
349         (mime-buffer-entity-set-body-start-internal): Likewise.
350         (mime-buffer-entity-body-end-internal): Likewise.
351         (mime-buffer-entity-set-body-end-internal): Likewise.
352         (mime-entity-name): New method.
353         (mime-parse-multipart): New function [moved from mime-parse.el].
354         (mime-parse-encapsulated): Likewise.
355         (mime-parse-message): Likewise.
356         (mime-entity-children): New method.
357         (mime-goto-header-start-point): New method.
358         (mime-visible-field-p): New function [moved from mmgeneric.el].
359         (mime-insert-header-from-buffer): Likewise.
360         (mime-insert-header): New method.
361         (mime-entity-content): Use `luna-define-method'.
362         (mime-insert-text-content): New method.
363         ((mime-entity-fetch-field): Use `luna-define-method'.
364         (mime-entity-header-buffer): New method.
365         (mime-entity-body-buffer): Likewise.
366         (mime-entity-buffer): Likewise.
367         (mime-entity-point-min): Use `luna-define-method'.
368         (mime-entity-point-max): Use `luna-define-method'.
369         (mime-parse-buffer): New function [moved from mmgeneric.el].
370
371         * mime-parse.el (mime-parse-multipart): Moved to mmbuffer.el.
372         (mime-parse-encapsulated): Likewise.
373         (mime-parse-message): Likewise.
374         (mime-parse-buffer): Likewise.
375
376         * mime.el (mime-parse-buffer): Auto-loaded from "mmbufer".
377         (mime-find-function): Abolished.
378         (mime-entity-function): Abolished.
379         (mime-entity-send): Use `luna-send'.
380         (mime-open-entity): Use `luna-make-entity' and
381         `mm-expand-class-name'.
382         (mime-entity-cooked-p): Use `luna-define-generic'.
383         (mime-entity-children): Use `luna-send'.
384         (mime-find-entity-from-content-id): Use `mime-entity-read-field'.
385         (mime-entity-buffer): Change to generic function.
386         (mime-entity-header-buffer): New generic function.
387         (mime-entity-body-buffer): Likewise.
388         (mime-entity-point-min): Use `luna-define-generic'.
389         (mime-entity-point-max): Likewise.
390         (mime-entity-header-start): Abolished.
391         (mime-entity-header-end): Abolished.
392         (mime-entity-body-start): Abolished.
393         (mime-entity-body-end): Abolished.
394         (mime-goto-header-start-point): New generic function.
395         (mime-entity-fetch-field): New generic function.
396         (mime-fetch-field): Use `mime-entity-fetch-field'; declare as
397         obsolete function.
398         (mime-entity-content-type): Use `mime-entity-fetch-field'.
399         (mime-entity-content-disposition): Likewise.
400         (mime-entity-encoding): Likewise.
401         (mime-entity-read-field): New function.
402         (mime-read-field): Use `mime-entity-read-field'; declare as
403         obsolete function.
404         (mime-insert-header): Use `luna-define-generic'; abolish obsolete
405         alias `mime-insert-decoded-header'.
406         (mime-entity-name): New generic function.
407         (mime-entity-content): Use `luna-define-generic'.
408         (mime-insert-entity-content): Likewise.
409         (mime-write-entity-content): Likewise.
410         (mime-insert-text-content): Likewise.
411         (mime-insert-entity): Likewise.
412         (mime-write-entity): Likewise.
413         (mime-write-entity-body): Likewise.
414
415         * mime-def.el:
416         - Use `luna'.
417         (make-mime-entity-internal): Abolished.
418         (mime-entity-representation-type-internal): Change to alias for
419         `luna-class-name'.
420         (mime-entity-set-representation-type-internal): Change to alias
421         for `luna-set-class-name'.
422         (mime-entity-location-internal): Defined by
423         `luna-define-internal-accessors'.
424         (mime-entity-set-location-internal): Likewise.
425         (mime-entity-content-type-internal): Likewise.
426         (mime-entity-set-content-type-internal): Likewise.
427         (mime-entity-content-disposition-internal): Likewise.
428         (mime-entity-set-content-disposition-internal): Likewise.
429         (mime-entity-encoding-internal): Likewise.
430         (mime-entity-set-encoding-internal): Likewise.
431         (mime-entity-children-internal): Likewise.
432         (mime-entity-set-children-internal): Likewise.
433         (mime-entity-parent-internal): Likewise.
434         (mime-entity-set-parent-internal): Likewise.
435         (mime-entity-node-id-internal): Likewise.
436         (mime-entity-decoded-subject-internal): Abolished.
437         (mime-entity-set-decoded-subject-internal): Abolished.
438         (mime-entity-decoded-from-internal): Abolished.
439         (mime-entity-set-decoded-from-internal): Abolished.
440         (mime-entity-date-internal): Abolished.
441         (mime-entity-set-date-internal): Abolished.
442         (mime-entity-message-id-internal): Abolished.
443         (mime-entity-set-message-id-internal): Abolished.
444         (mime-entity-references-internal): Abolished.
445         (mime-entity-set-references-internal): Abolished.
446         (mime-entity-chars-internal): Abolished.
447         (mime-entity-set-chars-internal): Abolished.
448         (mime-entity-lines-internal): Abolished.
449         (mime-entity-set-lines-internal): Abolished.
450         (mime-entity-xref-internal): Abolished.
451         (mime-entity-set-xref-internal): Abolished.
452         (mime-entity-original-header-internal): Defined by
453         `luna-define-internal-accessors'.
454         (mime-entity-set-original-header-internal): Likewise.
455         (mime-entity-parsed-header-internal): Likewise.
456         (mime-entity-set-parsed-header-internal): Likewise.
457         (mime-entity-buffer-internal): Abolished.
458         (mime-entity-set-buffer-internal): Abolished.
459         (mime-entity-header-start-internal): Abolished.
460         (mime-entity-set-header-start-internal): Abolished.
461         (mime-entity-header-end-internal): Abolished.
462         (mime-entity-set-header-end-internal): Abolished.
463         (mime-entity-body-start-internal): Abolished.
464         (mime-entity-set-body-start-internal): Abolished.
465         (mime-entity-body-end-internal): Abolished.
466         (mime-entity-set-body-end-internal): Abolished.
467         (mm-expand-class-name): New macro.
468         (mm-define-backend): Use `luna-define-class' and
469         `mm-expand-class-name'.
470         (mm-define-method): Use `luna-define-method' and
471         `mm-expand-class-name'.
472         (mm-arglist-to-arguments): Abolished.
473         (mel-define-service): Use `luna-arglist-to-arguments' instead of
474         `mm-arglist-to-arguments'.
475
476         * mel.el: Require `alist'.
477
478         * FLIM-ELS (flim-modules): Add `luna' and delete `mmgeneric'.
479
480         * luna.el:
481         - Rename property `luna-member-index' to `luna-slot-index'.
482         - Rearrangement to avoid byte-compiling problem.
483         (luna-define-class-function): New function.
484         (luna-define-class): Use `luna-define-class-function'.
485         (luna-define-generic): Fixed.
486         (luna-define-internal-accessors): New function.
487
488 1999-05-15  MORIOKA Tomohiko  <tomo@m17n.org>
489
490         * luna.el (luna-make-entity-function): Send `initialize-instance'.
491
492 1999-05-14  MORIOKA Tomohiko  <tomo@m17n.org>
493
494         * luna.el: New module.
495
496 \f
497 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
498
499         * FLIM: Version 1.12.7 (Y\e-Dþzaki)\e-A released.
500
501 1999-05-31  MORIOKA Tomohiko  <tomo@m17n.org>
502
503         * mime-en.sgml (Network representation of header): Translate.
504
505 1999-05-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
506
507         * mel-b-el.el (pack-sequence): Eliminate local variable `i'.
508         (base64-encode-1): Avoid concat.
509         (base64-encode-string): Fixed last change; extra padding.
510
511 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
512
513         * smtpmail.el (smtpmail-default-smtp-server): Define obsolete
514         variable alias for XEmacs.
515         (smtpmail-smtp-server): Likewise.
516         (smtpmail-smtp-service): Likewise.
517         (smtpmail-local-domain): Likewise.
518         (smtpmail-debug-info): Likewise.
519         (smtpmail-send-it): Check function `expand-mail-aliases' is
520         defined.
521
522 1999-05-26  MORIOKA Tomohiko  <tomo@m17n.org>
523
524         * smtp.el (smtp-debug-info): Now a user option.
525
526 1999-05-25  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
527
528         * README.ja: Modify URL and required version of APEL.
529
530 1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>
531
532         * mel-b-ccl.el (base64-encode-string): New alias.
533         (base64-encode-region): Ditto.
534         (base64-decode-string): Ditto.
535         (base64-decode-region): Ditto.
536
537 1999-05-24  Tanaka Akira  <akr@jaist.ac.jp>
538
539         * mel-b-ccl.el, mel-q-ccl.el: Sync up with doodle-1.12.5.
540
541 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
542
543         * eword-encode.el (ew-space-process): Renamed from
544         `tm-eword::space-process'.
545
546 1999-05-24  MORIOKA Tomohiko  <tomo@m17n.org>
547
548         * eword-encode.el (tm-eword::space-process): Don't concatenate
549         `special's.
550         (ew-encode-rword-1): Renamed from `tm-eword::encode-string-1'; add
551         new optional argument `must-output'; return nil if it can't encode
552         literally.
553         (eword-encode-rword-list): Fold SPACE or TAB in the encoded string
554         if `ew-encode-rword-1' can't encode literally and it is possible
555         to encode the rest literally with the folding.
556         (eword-encode-phrase-to-rword-list): Add `special' flag to
557         brackets of comments.
558
559 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
560
561         * smtpmail.el: Require 'poe and 'pcustom.
562
563 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
564
565         * mel.el: Update header.
566         Require 'path-util and don't require 'poem.
567         (mel-use-module): Eliminate local variable `encoding'.
568         (mime-insert-encoded-file for mel-b-builtin):
569         Use built-in `interactive' spec.
570         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
571         (mime-encode-region): Capitalize prompt string.
572         (mime-decode-region): Ditto.
573         (mime-insert-encoded-file): Ditto.
574         (mime-write-decoded-region): Ditto.
575
576         * mel-b-ccl.el: Update header.
577         (base64-ccl-encode-region): Use read-only `interactive' spec.
578         (base64-ccl-decode-region): Ditto.
579         (base64-ccl-insert-encoded-file): Use built-in `interactive' spec.
580         (base64-ccl-write-decoded-region): Ditto.
581         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
582
583         * mel-b-dl.el: Update header.
584         Don't require 'poe; it is required implicitly via 'mime-def.
585         (base64-dl-handle): Chech whether `base64-dl-module' is string.
586         Defalias `base64-encode-string' and `base64-decode-string' just
587         after `dynamic-call'ing "emacs_base64_init".
588         (base64-encode-region): Use read-only `interactive' spec.
589         Use `base64-encode-string'.
590         Changed order of evaluation to "encode, delete, then insert".
591         (base64-decode-region): Renamed from `decode-base64-region'.
592         Use read-only `interactive' spec.
593         Use `base64-decode-string'.
594         Changed order of evaluation to "decode, delete, then insert".
595         (mime-encode-string): Use `base64-encode-string'.
596         (mime-decode-string): Use `base64-decode-string'.
597         (mime-decode-region): Use `base64-decode-region'.
598         (encoded-text-encode-string): Use `base64-encode-string'.
599         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
600         (mime-insert-encoded-file): Use built-in `interactive' spec.
601         (mime-write-decoded-region in comment): Ditto.
602
603         * mel-b-el.el: Update header.
604         Don't require 'poe; it is required implicitly via 'mime-def.
605         (pack-sequence): Moved to top of the function definitions.
606         (base64-encode-string): Calculate padding first.
607         (base64-internal-encode-region): Changed order of evaluation to
608         "encode, delete, then insert".
609         (base64-internal-decode-string): Changed order of evaluation to
610         "decode, delete, then insert".
611         (base64-encode-region): Use read-only `interactive' spec.
612         (base64-decode-region): Ditto.
613         (base64-decode-string): Not interactive.
614         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
615         (base64-insert-encoded-file): Use built-in `interactive' spec.
616         (base64-write-decoded-region): Ditto.
617
618         * mel-g.el: Update header.
619         Require 'mime-def instead of 'poem and 'mel.
620         (mime-insert-encoded-file): Use built-in `interactive' spec.
621         (mime-write-decoded-region): Ditto.
622
623         * mel-q-ccl.el: Update header.
624         (quoted-printable-ccl-encode-region):
625         Use read-only `interactive' spec.
626         (quoted-printable-ccl-decode-region): Ditto.
627         (quoted-printable-ccl-insert-encoded-file):
628         Use built-in `interactive' spec.
629         (quoted-printable-ccl-write-decoded-region): Ditto.
630         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
631
632         * mel-q.el: Update header.
633         Require 'path-util instead of 'emu.
634         (quoted-printable-internal-encode-region): Rewrite without regexp.
635         (quoted-printable-internal-decode-region): Ditto.
636         (quoted-printable-encode-region): Use read-only `interactive' spec.
637         (quoted-printable-decode-region): Ditto.
638         (mime-insert-encoded-file): Use built-in `interactive' spec.
639         (mime-write-decoded-region): Ditto.
640         (encoded-text-decode-string): Anchor regexp with "\\`" and "\\'".
641
642         * mel-u.el: Update header.
643         Require 'path-util instead of 'emu.
644         (mime-insert-encoded-file): Use built-in `interactive' spec.
645         (mime-write-decoded-region): Ditto.
646
647 1999-05-22  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
648
649         * mime-def.el: Require 'poe, 'poem, and 'pcustom.
650         (mime): Declare `default-mime-charset' as an initial member.
651
652         * mime-parse.el: Don't require 'cl at compile-time.
653
654         * mailcap.el (mailcap-look-at-qchar): Use `char-after'.
655
656         * std11.el: Require 'poe, 'poem, and 'pcustom.
657
658         * smtp.el: Update header.
659         Require 'poe, 'poem, and 'pcustom.
660         Require 'cl at compile-time.
661
662 1999-05-21  MORIOKA Tomohiko  <tomo@m17n.org>
663
664         * README.en (Installation): Modify URL and required version of
665         APEL.
666
667         * eword-encode.el (ew-find-charset-rule): Renamed from
668         `tm-eword::find-charset-rule'; use
669         `find-mime-charset-by-charsets'.
670
671 \f
672 1999-05-11  MORIOKA Tomohiko  <tomo@m17n.org>
673
674         * FLIM: Version 1.12.6 (Family-K\e-Dòenmae)\e-A released.
675
676 1999-04-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
677
678         * mel-b-ccl.el (TopLevel): Suppress warning.
679         mel-q-ccl.el (TopLevel): Ditto.
680         mime.el (TopLevel): Ditto.
681
682 1999-04-26  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
683
684         * eword-decode.el (eword-encoded-word-regexp): Accept "b" and "q"
685         for "encoding".
686
687         * mime-def.el (std11-qtext-regexp): Don't use `string'.
688         (mime-tspecial-char-list): Eval at compile time.
689
690 1999-04-22  Katsumi Yamaoka   <yamaoka@jpl.org>
691
692         * mime.el: Delete autoload setting for `eword-encode-field'.
693
694 1999-04-22  MORIOKA Tomohiko  <tomo@m17n.org>
695
696         * eword-encode.el: Require `poem' instead of `emu'.
697         Don't use `cl' for `caar'.
698
699 1999-04-09  Katsumi Yamaoka   <yamaoka@jpl.org>
700
701         * smtp.el (smtp-via-smtp): Funcall `smtp-server' if it is a
702         function.
703         (smtp-server): Make it can also be a function called from
704         `smtp-via-smtp' with arguments SENDER and RECIPIENTS.
705
706 1999-04-05  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
707
708         * FLIM-CFG: Make easier to install in VERSION_SPECIFIC_LISPDIR.
709
710 1999-03-29  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
711
712         * mime.el (mime-read-field): Correct argument of
713         `mime-decode-field-body'; 'native -> 'plain.
714
715 1999-03-27  Shuhei KOBAYASHI  <shuhei@aqua.ocn.ne.jp>
716
717         * eword-encode.el (TopLevel): Require 'cl when compiling.
718         (eword-encode-rword-list): Suppress insertion of extra spaces.
719         (eword-encode-msg-id-to-rword-list): Treat surrounding angle
720         brackets atomically.
721         ([tm-ja:4244] by Kazuhiro Ohta <ohta@ele.cst.nihon-u.ac.jp>)
722
723 1999-03-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
724
725         * eword-encode.el (eword-charset-encoding-alist): Add `tis-620'.
726
727 1999-03-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
728
729         * mel.el (mime-decode-string): Return STRING if return value of
730         `(mel-find-function 'mime-decode-string encoding)' is nil.
731
732 1999-02-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
733
734         * mime-def.el (mel-define-service): Change size of obarray to 7.
735
736 1999-02-01  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
737
738         * mime-ja.sgml: Tranlate all untranslated parts.
739
740 \f
741 1999-01-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
742
743         * FLIM: Version 1.12.5 (Hirahata) released.
744
745         * mime-ja.sgml, mime-en.sgml: Sync with FLIM API 1.12.
746
747 1999-01-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
748
749         * NEWS (New optional argument of `std11-field-end'): New
750         subsection.
751
752         * std11.el (std11-field-end): Add new optional argument `bound'.
753
754 \f
755 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
756
757         * FLIM: Version 1.12.4 (Tsutsui) released.
758
759 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
760
761         * README.en: Sync with latest FLIM.
762
763         * README.ja: fixed.
764
765 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
766
767         * mmbuffer.el, mmgeneric.el (insert-entity-content): New method.
768
769         * mime.el (mime-insert-entity-content): New generic function.
770
771 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
772
773         * NEWS (New function `mime-find-entity-from-content-id'): New
774         subsection.
775         (New function `mime-parse-msg-id'): New subsection.
776         (New function `mime-uri-parse-cid'): New subsection.
777
778 1999-01-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
779
780         * mime.el (mime-find-entity-from-content-id): New function.
781         (mime-field-parser-alist): Use `mime-parse-msg-id' instead of
782         `std11-parse-msg-id' to parse `Message-Id', `Recent-Message-Id'
783         and `Content-Id' field.
784
785         * mime-parse.el (mime-parse-msg-id): New function.
786         (mime-uri-parse-cid): New function.
787
788 \f
789 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
790
791         * FLIM: Version 1.12.3 (Kintetsu-K\e-Dòriyama)\e-A released.
792
793 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
794
795         * NEWS (Function `std11-parse-in-reply-to'): New subsection.
796         (New function `std11-parse-msg-id-string'): Likewise.
797         (New function `std11-parse-msg-ids-string'): Likewise.
798         (New generic function `mime-insert-entity'): Likewise.
799
800 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
801
802         * mime.el (mime-field-parser-alist): Change to set parser for
803         tokens instead of parser for string.
804         (mime-read-field): Use `eword-lexical-analyze' before parsing.
805
806         * eword-encode.el (eword-encode-in-reply-to): Use
807         `std11-parse-msg-ids-string' instead of `std11-parse-in-reply-to'
808         and `std11-lexical-analyze'.
809
810         * std11.el (std11-parse-msg-ids): Renamed from
811         `std11-parse-in-reply-to'; define `std11-parse-in-reply-to' as
812         obsolete alias.
813         (std11-parse-msg-id-string): New function.
814         (std11-parse-msg-ids-string): New function.
815
816 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
817
818         * mime.el (mime-field-parser-alist): New variable.
819         (mime-read-field): Refer `mime-field-parser-alist'.
820
821 1999-01-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
822
823         * mmbuffer.el, mmgeneric.el (insert-entity): New method.
824
825         * mime.el (mime-insert-entity): New generic function.
826
827 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
828
829         * std11.el (TopLevel): Require `custom'.
830
831 \f
832 1999-01-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
833
834         * FLIM: Version 1.12.2 (Kuj\e-Dò)\e-A released.
835
836 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
837
838         * mime-parse.el (mime-lexical-analyzer): New user option.
839         (mime-analyze-tspecial): New function.
840         (mime-analyze-token): New function.
841         (mime-parse-Content-Transfer-Encoding): Use
842         `std11-lexical-analyze' with `mime-lexical-analyzer'.
843
844         * mime-def.el (mime-tspecial-char-list): Renamed from
845         `mime-tspecials'; changed from string to list.
846         (mime-token-regexp): Use `eval-when-compile'.
847
848 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
849
850         * eword-decode.el (eword-lexical-analyzer): Modify DOC-string
851         about interface change.
852         (eword-analyze-comment): Renamed from `eword-parse-comment';
853         change second argument `from' to required argument; abolish alias
854         `eword-analyze-comment' of `eword-parse-comment'.
855
856 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
857
858         * NEWS (User option `eword-lexical-analyzers' ->
859         `eword-lexical-analyzer'): New subsection.
860
861         * eword-decode.el (eword-lexical-analyzer): Renamed from user
862         option `eword-lexical-analyzers'.
863
864 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
865
866         * NEWS (New user option `std11-lexical-analyzer'): New subsection.
867
868         * std11.el (std11-lexical-analyzer): Renamed from user option
869         `std11-lexical-analyzers'.
870
871 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
872
873         * std11.el (std11-lexical-analyze): Change interface to add new
874         optional argument `analyzers'.
875
876 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
877
878         * std11.el (std11-lexical-analyzers): New user option.
879         (std11-lexical-analyze): New implementation; refer
880         `std11-lexical-analyzers'.
881
882 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
883
884         * NEWS (Change interface of lexical-analyzers): New subsection.
885
886 1999-01-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
887
888         * eword-decode.el (eword-encoded-word-regexp): Must define when
889         this module is compiled.
890         (eword-decode-structured-field-body): Add new optional argument
891         `start'.
892         (eword-decode-and-unfold-structured-field-body): Likewise.
893         (eword-decode-and-fold-structured-field-body): Likewise.
894         (eword-analyze-quoted-string): Add new argument `start'; return
895         `(<parsed result> . <end position>)' instead of `(<parsed result>
896         . <rest string>)'.
897         (std11-analyze-domain-literal): Likewise.
898         (eword-analyze-domain-literal): Likewise.
899         (eword-analyze-comment): Changed to alias of
900         `eword-parse-comment'.
901         (eword-analyze-spaces): Add new argument `start'; return `(<parsed
902         result> . <end position>)' instead of `(<parsed result> . <rest
903         string>)'.
904         (std11-analyze-domain-literal): Likewise.
905         (eword-analyze-special): Likewise.
906         (eword-analyze-encoded-word): Likewise.
907         (eword-analyze-atom): Likewise.
908         (eword-lexical-analyze-internal): Add new argument `start'.
909         (eword-lexical-analyze): Change interface to add new optional
910         argument `start'.
911         (eword-extract-address-components): Add new optional argument
912         `start'.
913
914         * std11.el (std11-atom-regexp): Modify to match non-top atom.
915         (std11-analyze-spaces): Add new argument `start'; return `(<parsed
916         result> . <end position>)' instead of `(<parsed result> . <rest
917         string>)'.
918         (std11-analyze-special): Likewise.
919         (std11-analyze-atom): Likewise.
920         (std11-analyze-quoted-string): Likewise.
921         (std11-analyze-domain-literal): Likewise.
922         (std11-analyze-comment): Likewise.
923         (std11-lexical-analyze): Add new optional argument `start'.
924
925 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
926
927         * std11.el (std11-fetch-field): Add autoload cookie.
928         (std11-narrow-to-header): Likewise.
929         (std11-field-body): Likewise.
930         (std11-unfold-string): Likewise.
931         (std11-lexical-analyze): Add DOC-string; add autoload cookie.
932
933         * std11.el (std11-space-char-list): Renamed from
934         `std11-space-chars'; changed from string to list.
935
936 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
937
938         * std11.el (std11-fetch-field): Don't define as inline function.
939         (std11-field-body): Enclose `std11-narrow-to-header' and
940         `std11-fetch-field' by `inline'.
941
942 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
943
944         * std11.el (std11-special-char-list): Evaluate when it is
945         compiled.
946         (std11-atom-regexp): Use `eval-when-compile'.
947
948 1999-01-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
949
950         * std11.el (std11-space-chars): Must evaluate when it is compiled.
951         (std11-analyze-spaces): Don't use `std11-spaces-regexp'; abolist
952         constant `std11-spaces-regexp'.
953
954         * mime-parse.el (mime-disposition-type-regexp): Must evaluate when
955         it is compiled.
956
957         * mime-parse.el: Don't require emu.
958
959         * mime-parse.el (mime-parse-Content-Disposition): Use
960         `eval-when-compile'.
961
962         * mime-parse.el (mime-parse-Content-Transfer-Encoding): New
963         implementation.
964
965 1998-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
966
967         * README.en (Installation): Modify for APEL 9.12.
968         * README.ja (Installation): Likewise.
969
970 1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
971
972         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Call
973         `insert-file-contents-as-coding-system' with CODING-SYSTEM as the
974         1st arg.
975         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
976         Likewise.
977
978         * mel-b-ccl.el (base64-ccl-write-decoded-region): Call
979         `write-region-as-coding-system' with CODING-SYSTEM as the 1st arg.
980         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
981         Likewise.
982
983 1998-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
984
985         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
986         `insert-file-contents-as-coding-system' (renamed from
987         `insert-file-contents-as-specified-coding-system').
988         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
989         Likewise.
990
991         * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
992         `write-region-as-coding-system' (renamed from
993         `write-region-as-specified-coding-system').
994         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
995         Likewise.
996
997 1998-12-08  Katsumi Yamaoka <yamaoka@jpl.org>
998
999         * smtp.el (smtp-coding-system): Abolished.
1000         (smtp-via-smtp): Use `open-network-stream-as-binary' instead of
1001         `open-network-stream'.
1002
1003 1998-12-04  Katsumi Yamaoka <yamaoka@jpl.org>
1004
1005         * mel-b-ccl.el (base64-ccl-insert-encoded-file): Use
1006         `insert-file-contents-as-specified-coding-system' instead of
1007         `insert-file-contents'.
1008         * mel-q-ccl.el (quoted-printable-ccl-insert-encoded-file):
1009         Likewise.
1010
1011         * mel-b-ccl.el (base64-ccl-write-decoded-region): Use
1012         `write-region-as-specified-coding-system' instead of
1013         `write-region'.
1014         * mel-q-ccl.el (quoted-printable-ccl-write-decoded-region):
1015         Likewise.
1016
1017 \f
1018 1998-12-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1019
1020         * FLIM: Version 1.12.1 (Nishinoky\e-Dò)\e-A released.
1021
1022 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1023
1024         * smtpmail.el (smtpmail-send-it): Add autoload cookie; use
1025         `smtpmail-do-bcc' instead of `smtp-do-bcc'; modify for interface
1026         change of `smtp-via-smtp'.
1027         (smtpmail-do-bcc): New function (moved and renamed from
1028         `smtp-do-bcc' of smtp.el).
1029
1030 1998-08-06  Katsumi Yamaoka <yamaoka@jpl.org>
1031
1032         * lisp/smtp.el: Do not insert empty line at the end of message.
1033
1034 1998-06-18  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1035
1036         * lisp/smtp.el (smtp-use-8bitmime): New variable.
1037         (smtp-debug-info): Internal variable, now.
1038         (smtp-make-fqdn): Renamed from `smtp-fqdn'.
1039         (smtp-via-smtp): New implementation.
1040         (smtp-send-command): Treat "PASS" as usual.
1041         (smtp-do-bcc): Removed.
1042
1043 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1044
1045         * smtpmail.el: New module (copied from Semi-gnus 6.8).
1046
1047         * smtp.el: New module (copied from Semi-gnus 6.8).
1048
1049         * FLIM-ELS: Add smtp.el and smtpmail.el.
1050
1051 1998-11-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1052
1053         * mime-def.el: Abolish function `eliminate-top-spaces' because it
1054         is not used in FLIM.
1055
1056 1998-11-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1057
1058         * eword-encode.el (eword-encode-mailbox-to-rword-list): Fix
1059         problem in `eword-encode-addresses-to-rword-list'.
1060
1061 1998-11-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1062
1063         * std11.el (std11-full-name-string): fixed.
1064
1065         * std11.el (std11-comment-value-to-string): fixed.
1066
1067 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1068
1069         * NEWS (Changes in FLIM 1.12): New section.
1070
1071 1998-11-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1072
1073         * std11.el (std11-comment-value-to-string): New function.
1074         (std11-full-name-string): Use `std11-comment-value-to-string'.
1075
1076         * eword-decode.el (eword-parse-comment): New function.
1077         (eword-analyze-comment): New implementation; use
1078         `eword-parse-comment'; change representation.
1079         (eword-decode-token): Modify for representation change of comment.
1080
1081 \f
1082 1998-11-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1083
1084         * FLIM: Version 1.12.0 (Amagatsuji) was released.
1085
1086 1998-11-14  Tanaka Akira  <akr@jaist.ac.jp>
1087
1088         * mel-b-ccl.el (ccl-cascading-read): Check consistency.
1089
1090 1998-11-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1091
1092         * eword-decode.el (eword-decode-structured-field-body): Abolish
1093         non-used local variable.
1094
1095 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
1096
1097         * mel-b-ccl.el (mel-ccl-decode-b): Check `ccl-cascading-read' to
1098         select implementation.
1099
1100 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
1101
1102         * mel-q-ccl.el (mel-ccl-encode-quoted-printable-generic): workaround
1103         for mule-2.3@19.34.
1104
1105 1998-11-12  Tanaka Akira  <akr@jaist.ac.jp>
1106
1107         * mel.el (mel-b-builtin): New variable.
1108
1109 1998-11-10  Tanaka Akira  <akr@jaist.ac.jp>
1110
1111         * FLIM-ELS: require 'pccl.
1112         (flim-modules): Check CCL availability by broken facility.
1113
1114 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1115
1116         * eword-decode.el (eword-decode-structured-field-body): New
1117         implementation; abolish optional argument `must-unfold'; delete
1118         DOC-string.
1119         (eword-decode-and-unfold-structured-field-body): Renamed from
1120         `eword-decode-and-unfold-structured-field'; delete DOC-string.
1121         (eword-decode-and-fold-structured-field-body): Renamed from
1122         `eword-decode-and-fold-structured-field'; abolish optional
1123         argument `must-unfold'; delete DOC-string.
1124         (eword-decode-unstructured-field-body): Abolish optional argument
1125         `must-unfold'; delete DOC-string.
1126         (eword-decode-and-unfold-unstructured-field-body): Renamed from
1127         `eword-decode-and-unfold-unstructured-field'; delete DOC-string.
1128         (eword-decode-unfolded-unstructured-field-body): New function.
1129
1130 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1131
1132         * mmgeneric.el (mime-insert-header-from-buffer): Use
1133         `mime-find-field-presentation-method' and
1134         `mime-find-field-decoder-internal'.
1135
1136         * eword-decode.el (mime-find-field-presentation-method): New
1137         macro.
1138         (mime-find-field-decoder-internal): New function.
1139         (mime-find-field-decoder): New implementation (use
1140         mime-find-field-decoder-internal).
1141         (mime-decode-header-in-region): Use
1142         `mime-find-field-presentation-method' and
1143         `mime-find-field-decoder-internal'.
1144
1145 1998-11-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1146
1147         * mmgeneric.el (mime-insert-header-from-buffer): Rename
1148         field-presentation-mode `folding' to `wide'.
1149
1150         * eword-decode.el: Rename field-presentation-modes from `native',
1151         `folding', `unfolding', `unfolding-xover' to `plain', `wide',
1152         `summary', `nov'.
1153
1154 1998-11-07  Tanaka Akira  <akr@jaist.ac.jp>
1155
1156         * eword-decode.el (mime-set-field-decoder): Add mode `unfolding-xover'.
1157         (mime-find-field-decoder): Ditto.
1158
1159 1998-11-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1160
1161         * eword-encode.el (eword-encode-phrase-route-addr-to-rword-list):
1162         Don't delete the front spaces.
1163         (eword-encode-addresses-to-rword-list): Don't supplement space;
1164         use `nconc' instead of `append'.
1165         (eword-encode-msg-id-to-rword-list): Supplement the front space;
1166         use `nconc' instead of `append'.
1167
1168 1998-11-02  Tanaka Akira  <akr@jaist.ac.jp>
1169
1170         * eword-decode.el (mime-field-decoder-cache): New variable.
1171         (mime-find-field-decoder): Use `mime-field-decoder-cache'.
1172         (mime-update-field-decoder-cache): New variable.
1173         (mime-update-field-decoder-cache): New function.
1174         (mime-decode-header-in-region): Use `mime-field-decoder-cache'.
1175
1176         * mmgeneric.el (mime-insert-header-from-buffer): Use
1177         `mime-field-decoder-cache'.
1178
1179 1998-11-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1180
1181         * eword-decode.el (mime-decode-header-in-region): New function.
1182         (mime-decode-header-in-buffer): Use function
1183         `mime-decode-header-in-region'.
1184
1185 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1186
1187         * mmgeneric.el (mime-insert-header-from-buffer): Refer
1188         `mime-field-decoder-alist' instead of hard-coding.
1189
1190         * mime.el (mime-read-field): Use `mime-decode-field-body'.
1191
1192         * eword-decode.el (eword-decode-and-unfold-structured-field): Add
1193         optional dummy argument `start-column' and `max-column'.
1194         (eword-decode-structured-field-body): Change interface.
1195         (eword-decode-unstructured-field-body): Change interface to add
1196         optional dummy argument `start-column' and `max-column'.
1197         (eword-decode-and-unfold-unstructured-field): Add optional dummy
1198         argument `start-column' and `max-column'.
1199         (mime-field-decoder-alist): New variable; abolish user option
1200         `eword-decode-ignored-field-list' and
1201         `eword-decode-structured-field-list'.
1202         (mime-set-field-decoder): New function.
1203         (mime-find-field-decoder): New function.
1204         (mime-decode-field-body): New function; abolish function
1205         `eword-decode-field-body'.
1206         (mime-decode-header-in-buffer): Renamed from
1207         `eword-decode-header'; refer `mime-field-decoder-alist' instead of
1208         hard-coding; add obsolete alias `eword-decode-header'.
1209
1210 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1211
1212         * mime-def.el: Avoid compile error when edebug is missing.
1213
1214 \f
1215 1998-10-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1216
1217         * FLIM: Version 1.11.3 (Saidaiji) was released.
1218
1219 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1220
1221         * VERSION: New file (Renamed from FLIM-VERSION).
1222
1223 1998-10-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1224
1225         * eword-encode.el (eword-encode-char-type): Return nil for ?\n.
1226
1227 1998-10-27  Tanaka Akira      <akr@jaist.ac.jp>
1228
1229         * eword-encode.el (eword-encode-field-body): Unfold `field-body'.
1230
1231 1998-10-27  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1232
1233         * README.ja: Update.
1234
1235 \f
1236 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1237
1238         * FLIM: Version 1.11.2 (Heij\e-Dò)\e-A was released.
1239
1240         * NEWS (Abolish variable `mime-temp-directory'): New subsection.
1241
1242         * README.en (Installation): Modify for APEL 9.6.
1243
1244 1998-10-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1245
1246         * eword-encode.el (eword-encode-field-body): Don't eliminate
1247         top-spaces.
1248
1249 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1250
1251         * FLIM-ELS (flim-modules): Don't install mel-b-el for Emacs 20.4.
1252
1253 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
1254
1255         * eword-decode.el (eword-decode-field-body): Refine implementation.
1256
1257 1998-10-24  Tanaka Akira      <akr@jaist.ac.jp>
1258
1259         * mel-b-ccl.el, mel-q-ccl.el, mel.el, FLIM-ELS: Divide mel-ccl.el
1260         into mel-b-ccl.el and mel-q-ccl.el.
1261
1262 1998-09-11  Tanaka Akira      <akr@jaist.ac.jp>
1263
1264         * mel.el (base64-encoded-length): New implementation.
1265
1266 1998-10-25  Tanaka Akira      <akr@jaist.ac.jp>
1267
1268         * eword-decode.el (eword-decode-field-body): New function.
1269
1270 1998-10-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1271
1272         * eword-encode.el (eword-encode-field-body): Change interface.
1273         (eword-encode-header): Use `eword-encode-field-body'; abolish
1274         function `eword-encode-field'.
1275
1276 1998-10-25  Tanaka Akira  <akr@jaist.ac.jp>
1277
1278         * eword-encode.el (eword-encode-field-body): New function.
1279         (eword-encode-field): Use `eword-encode-field-body'.
1280
1281 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1282
1283         * mel.el, mel-b-el.el, FLIM-ELS: Rename mel-b.el -> mel-b-el.el.
1284
1285 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1286
1287         * mel-u.el (uuencode-external-decode-region): Use
1288         `temporary-file-directory' instead of `mime-temp-directory'.
1289         (mime-write-decoded-region): Likewise.
1290
1291         * mime-def.el: Abolish variable `mime-temp-directory'.
1292
1293 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1294
1295         * mmgeneric.el (mime-insert-header-from-buffer): New function.
1296         (insert-header): Use `mime-insert-header-from-buffer'.
1297
1298 1998-10-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1299
1300         * FLIM-ELS: Don't install mel-b-dl.el if the running emacs has
1301         builtin base64 encoder/decoder.
1302
1303         * mel.el: Set up builtin base64 encoder/decoder if they are
1304         available.
1305
1306         * mime-def.el (base64-dl-module): Set nil as initial value if the
1307         running emacs has builtin base64 encoder/decoder.
1308
1309         * mel-b.el: Require `poe' instead of `emu'.
1310         (base64-encode-string): Use `defun-maybe'.
1311         (base64-encode-region): Likewise.
1312         (base64-decode-region): Likewise.
1313         (base64-decode-string): Likewise.
1314
1315         * mel-b-dl.el: Require `poe' instead of `emu'.
1316
1317 \f
1318 1998-10-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1319
1320         * FLIM: Version 1.11.1 (Takanohara) was released.
1321
1322 1998-10-22  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
1323
1324         * README.ja: New file.
1325
1326 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1327
1328         * mime-def.el: Require mcharset.
1329
1330 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1331
1332         * mel-u.el (mime-write-decoded-region): Fix typo.
1333
1334         * mime-def.el: Enclose defining procedure for the constants
1335         `std11-quoted-pair-regexp', `std11-non-qtext-char-list' and
1336         `std11-qtext-regexp' with `eval-and-compile'.
1337
1338 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1339
1340         * NEWS (Behavior change of `mime-insert-header'): New subsection.
1341
1342         * mmgeneric.el (insert-header): Include `:' in field-name.
1343
1344 1998-10-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1345
1346         * mime-def.el (std11-qtext-regexp): Use `eval-when-compile'; don't
1347         use `char-list-to-string'.
1348         (std11-quoted-string-regexp): Use `eval-when-compile'.
1349         - Use `def-edebug-spec' to define edebug-form-spec of
1350           mm-define-method; fix definition of edebug-form-spec of
1351           mm-define-method.
1352
1353 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1354
1355         * mime-en.sgml, mime-ja.sgml (Header encoder/decoder): Add
1356         description about `eword-field-encoding-method-alist'.
1357
1358         * mime-en.sgml (Header encoder/decoder): Modify description about
1359         `eword-encode-header'.
1360
1361         * mime-ja.sgml (Header encoder/decoder): Translate.
1362
1363 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1364
1365         * mime-en.sgml (entity formatting): Fix typo in description of
1366         `default-mime-charset'.
1367
1368         * mime-en.sgml (Header encoder/decoder): Modify description of
1369         `eword-decode-header'.
1370
1371         * mime-ja.sgml, mime-en.sgml (Header encoder/decoder): fix typo.
1372
1373         * mime-en.sgml (encoder/decoder): Translate description of
1374         `mime-decode-string'.
1375
1376 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1377
1378         * mime-en.sgml (Content-Disposition parser): Modify description.
1379
1380         * mime-en.sgml (Content-Type parser): Modify description.
1381
1382 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1383
1384         * mime-en.sgml (Content-Transfer-Encoding parser): Translate.
1385
1386 \f
1387 1998-10-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1388
1389         * FLIM: Version 1.11.0 (Yamadagawa) was released.
1390
1391 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1392
1393         * mime-ja.sgml, mime-en.sgml (entity formatting): Add description
1394         about `mime-insert-text-content'.
1395
1396 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1397
1398         * mime-ja.sgml, mime-en.sgml (entity formatting): New node; move
1399         `mime-insert-header' from `Entity-header'; move
1400         `default-mime-charset' from `custom'.
1401
1402 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1403
1404         * mime-en.sgml, mime-ja.sgml (Entity-header): Generic function
1405         `mime-insert-decoded-header' was renamed to `mime-insert-header'.
1406
1407 1998-10-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1408
1409         * NEWS: New file.
1410
1411 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1412
1413         * mime.el (mime-insert-header): Renamed from
1414         `mime-insert-decoded-header'; define `mime-insert-decoded-header'
1415         as an obsolete alias.
1416
1417         * mmgeneric.el, mmcooked.el (insert-header): Renamed from
1418         `insert-decoded-header'.
1419
1420         * README.en (Installation): Add required version of APEL.
1421
1422 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1423
1424         * mel-g.el: Require mel.
1425
1426         * mel-g.el: Require poem instead of emu.
1427
1428 1998-10-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1429
1430         * mime.el (mime-insert-text-content): New generic function.
1431
1432         * mmcooked.el, mmgeneric.el (insert-text-content): New method.
1433
1434 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1435
1436         * std11.el (std11-unfold-string): New implementation.
1437
1438 1998-10-02  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1439
1440         * mmgeneric.el: New module.
1441
1442         * mmbuffer.el: Use `generic' as mother backend.
1443
1444         * FLIM-ELS (flim-modules): Add mmgeneric.
1445
1446 1998-10-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1447
1448         * mime-parse.el (mime-parse-message): Modify for
1449         `make-mime-entity-internal'.
1450
1451         * mime-def.el (make-mime-entity-internal): Change interface to be
1452         able to specify original-header and parsed-header.
1453
1454 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1455
1456         * eword-decode.el (eword-decode-and-unfold-unstructured-field):
1457         New function.
1458
1459 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1460
1461         * mime.el (mime-entity-content-type): New implementation.
1462         (mime-entity-content-disposition): New implementation.
1463         (mime-entity-encoding): New implementation.
1464
1465         * mime.el (mime-fetch-field): Refer internal slots for Date,
1466         Message-Id and References fields.
1467
1468         * mime-parse.el (mime-parse-message): Modify for
1469         `make-mime-entity-internal'.
1470
1471         * mime-def.el: Change `mime-entity-*-internal' and
1472         `mime-entity-set-*-internal' to macro.
1473         (make-mime-entity-internal): Change interface and data format for
1474         NOV data; changed to macro.
1475         (mime-entity-set-location-internal): New macro.
1476         (mime-entity-decoded-subject-internal): New macro.
1477         (mime-entity-set-decoded-subject-internal): New macro.
1478         (mime-entity-decoded-from-internal): New macro.
1479         (mime-entity-set-decoded-from-internal): New macro.
1480         (mime-entity-date-internal): New macro.
1481         (mime-entity-set-date-internal): New macro.
1482         (mime-entity-message-id-internal): New macro.
1483         (mime-entity-set-message-id-internal): New macro.
1484         (mime-entity-references-internal): New macro.
1485         (mime-entity-set-references-internal): New macro.
1486         (mime-entity-chars-internal): New macro.
1487         (mime-entity-set-chars-internal): New macro.
1488         (mime-entity-lines-internal): New macro.
1489         (mime-entity-set-lines-internal): New macro.
1490         (mime-entity-xref-internal): New macro.
1491         (mime-entity-set-xref-internal): New macro.
1492         (mime-entity-original-header-internal): Modify for new structure;
1493         changed to macro.
1494         (mime-entity-set-original-header-internal): Likewise.
1495         (mime-entity-parsed-header-internal): Likewise.
1496         (mime-entity-set-parsed-header-internal): Likewise.
1497         (mime-entity-buffer-internal): Likewise.
1498         (mime-entity-set-buffer-internal): Likewise.
1499         (mime-entity-header-start-internal): Likewise.
1500         (mime-entity-set-header-start-internal): Likewise.
1501         (mime-entity-header-end-internal): Likewise.
1502         (mime-entity-set-header-end-internal): Likewise.
1503         (mime-entity-body-start-internal): Likewise.
1504         (mime-entity-set-body-start-internal): Likewise.
1505         (mime-entity-body-end-internal): Likewise.
1506         (mime-entity-set-body-end-internal): Likewise.
1507
1508 \f
1509 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1510
1511         * FLIM: Version 1.10.5 (Kizugawadai) was released.
1512
1513         * mel.el: Must require poem.
1514
1515 \f
1516 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1517
1518         * FLIM: Version 1.10.4 (Shin-H\e-Dòsono)\e-A was released.
1519
1520 1998-10-12  Katsumi Yamaoka   <yamaoka@jpl.org>
1521
1522         * README.en: Add explanation about `VERSION_SPECIFIC_LISPDIR'.
1523
1524         * Makefile (install): Add new arg `VERSION_SPECIFIC_LISPDIR'.
1525         (elc): Likewise.
1526
1527         * FLIM-MK (config-flim): Refer to `VERSION_SPECIFIC_LISPDIR'.
1528
1529         * FLIM-CFG (VERSION_SPECIFIC_LISPDIR): New variable.
1530
1531 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1532
1533         * mel.el (mel-ccl-module): Require path-util when the running
1534         emacs has MULE.
1535
1536         * mel.el: Don't require emu.
1537
1538 1998-10-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1539
1540         * FLIM-ELS: Don't install mel-ccl in anything older than XEmacs 21
1541         with MULE.
1542
1543 \f
1544 1998-10-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1545
1546         * FLIM: Version 1.10.3 (Komada) was released.
1547
1548         * mel-ccl.el (base64-ccl-write-decoded-region): bind
1549         `jka-compr-compression-info-list' with nil.
1550
1551         * mel-b.el (base64-internal-decoding-limit): Switch default value
1552         between XEmacs-mule and other emacsen.
1553         Abolish function `base64-decode-string!'.
1554         (base64-internal-decode-region): New implementation.
1555         (base64-insert-encoded-file): New function.
1556         (mime-insert-encoded-file): Use `base64-insert-encoded-file'.
1557         (base64-write-decoded-region): New function.
1558         (mime-write-decoded-region): Use `base64-write-decoded-region'.
1559
1560         * mel-b-dl.el (decode-base64-region): Renamed from
1561         `base64-decode-region'.
1562         (mime-insert-encoded-file): Change temporary-buffer to unibyte
1563         representation.  Abolish method `mime-write-decoded-region'
1564         because it is slower than CCL based implementation.
1565
1566 1998-10-09  Tanaka Akira <akr@jaist.ac.jp>
1567
1568         * mel-ccl.el: Check `ccl-execute-eof-block-on-decoding-some'
1569         facility instead of `ccl-execute-eof-block-on-encoding-some'.
1570
1571 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1572
1573         * mel-b.el (base64-characters): Enclose with `eval-and-compile'.
1574
1575         * eword-decode.el (eword-encoded-text-regexp): Enclose with
1576         `eval-and-compile'.
1577         (eword-encoded-word-regexp): Use `eval-when-compile'.
1578
1579 1998-10-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1580
1581         * eword-decode.el (eword-max-size-to-decode): New user option.
1582         (eword-decode-and-fold-structured-field): Do nothing if size of
1583         input is bigger than `eword-max-size-to-decode'.
1584
1585 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1586
1587         * mel-b.el (base64-numbers): Use `eval-when-compile'.
1588
1589 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1590
1591         * FLIM-CFG: Use `add-latest-path' instead of `add-path' for adding
1592         "custom" to load-path.
1593
1594 1998-10-09  Katsumi Yamaoka   <yamaoka@jpl.org>
1595
1596         * mime-def.el (mime-library-product): Enclose with
1597         `eval-and-compile'.
1598
1599         * FLIM-CFG: Add "custom" to load-path.
1600
1601 \f
1602 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1603
1604         * FLIM: Version 1.10.2 (Kintetsu-Miyazu) was released.
1605
1606         * mime-def.el, mel.el, mel-b-dl.el: Move variable
1607         `base64-dl-module' from mel-b-dl.el and mel.el to mime-def.el.
1608
1609 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1610
1611         * mel.el (mel-ccl-module): New variable; use it to check mel-ccl
1612         is available.
1613
1614         * FLIM-ELS: Don't install mel-ccl for anything older than MULE
1615         2.3.
1616
1617 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1618
1619         * mel-u.el: Use `mel-define-backend' to define "x-uue".
1620         Define "x-uuencode" as a clone of "x-uue".
1621
1622         * Move variable `mel-encoding-module-alist' from mel.el to
1623         mime-def.el.
1624
1625         * mel.el (mel-find-function): Use function
1626         `mel-find-function-from-obarray'.
1627         Use `mel-define-backend' to define "7bit", "8bit" and "binary";
1628         don't define methods of "8bit" and "binary"; inherit methods from
1629         "7bit".
1630
1631         * mime-def.el (mel-service-list): New variable.
1632         (mel-define-service): New implementation.
1633         (mel-find-function-from-obarray): New inline function.
1634         (mel-copy-method): New inline function.
1635         (mel-copy-backend): New inline function.
1636         (mel-define-backend): New macro.
1637
1638 1998-10-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1639
1640         * mel-u.el: Define method functions of mel.
1641         (mime-encode-region): Use `mel-define-method-function'; abolish
1642         `uuencode-encode-region'.
1643         (mime-decode-region): Use `mel-define-method-function'; abolish
1644         `uuencode-decode-region'.
1645         (mime-encode-string): New method.
1646         (mime-decode-string): New method.
1647         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1648         `uuencode-insert-encoded-file'.
1649         (mime-write-decoded-region): Use `mel-define-method'; abolish
1650         `uuencode-write-decoded-region'.
1651
1652 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1653
1654         * mime-def.el (mel-define-service): Add DOC.
1655         (mel-define-method): Add DOC.
1656         (mel-define-method-function): Add DOC.
1657
1658         * mime-en.sgml, mime-ja.sgml: Modify for FLIM 1.10.
1659
1660 \f
1661 1998-10-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1662
1663         * FLIM: Version 1.10.1 (Miyamaki) was released.
1664
1665 1998-10-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1666
1667         * mel-g.el: Define method functions of mel.
1668         (mime-encode-region): Use `mel-define-method-function'; abolish
1669         `gzip64-encode-region'.
1670         (mime-decode-region): Use `mel-define-method-function'; abolish
1671         `gzip64-decode-region'.
1672         (mime-encode-string): New method.
1673         (mime-decode-string): New method.
1674         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1675         `gzip64-insert-encoded-file'.
1676         (mime-write-decoded-region): Use `mel-define-method'; abolish
1677         `gzip64-write-decoded-region'.
1678
1679         * mime-def.el (mime-library-product): New variable; abolish
1680         `mime-library-version'.
1681         (mime-product-name): New macro.
1682         (mime-product-version): New macro.
1683         (mime-product-code-name): New macro.
1684         (mime-library-version): Renamed from
1685         `mime-library-version-string'; use `mime-library-product',
1686         `mime-product-name', `mime-product-version' and
1687         `mime-product-code-name'.
1688
1689         * mime-def.el (mm-define-backend): Add DOC.
1690         (mm-define-method): Add DOC.
1691
1692         * mel.el (mime-encoding-list): Modify DOC to add description about
1693         optional argument SERVICE.
1694
1695 1998-10-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1696
1697         * mime-ja.sgml, mime-en.sgml (mm-backend module): Write
1698         description of `mm-define-backend' and `mm-define-method'.
1699
1700 \f
1701 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1702
1703         * FLIM: Version 1.10.0 (K\e-Dòdo)\e-A was released.
1704
1705         * README.en (What's FLIM): Add mel-ccl.el.
1706
1707 1998-09-21  Tanaka Akira      <akr@jaist.ac.jp>
1708
1709         * mel-ccl.el:
1710           - Require 'pccl instead of 'emu.
1711           - Use `unless-broken' to check facility.
1712
1713 1998-09-27  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1714
1715         * mel.el (mime-encoding-list): New user option (renamed from
1716         `mime-content-transfer-encoding-list').
1717         (mime-encoding-list): New function.
1718         (mime-encoding-alist): New function.
1719         (mime-encode-region): Use `mime-encoding-alist' for completion.
1720         (mime-decode-region): Likewise.
1721         (mime-insert-encoded-file): Likewise.
1722         (mime-write-decoded-region): Likewise.
1723
1724 1998-09-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1725
1726         * eword-decode.el (eword-decode-structured-field-list): Add
1727         Mail-Followup-To field.
1728
1729 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1730
1731         * eword-encode.el (eword-charset-encoding-alist): Add utf-8.
1732
1733 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1734
1735         * mel.el (mime-content-transfer-encoding-list): New user option.
1736         (mime-encode-region): Use `mime-content-transfer-encoding-list'
1737         for completion.
1738         (mime-decode-region): Likewise.
1739         (mime-insert-encoded-file): Likewise.
1740         (mime-write-decoded-region): Likewise.
1741
1742         * mel.el (mime-write-decoded-region): fix typo.
1743
1744 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1745
1746         * mime-def.el (mel-define-method-function): Don't override.
1747
1748 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1749
1750         * mel.el, mel-ccl.el, FLIM-ELS: Add mel-ccl.el.
1751
1752 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1753
1754         * mel-dl.el, README.en, FLIM-ELS: Rename mel-dl.el to mel-b-dl.el.
1755
1756         * mel.el: - Rename mel-dl.el to mel-b-dl.el.
1757                   - Move `mel-define-service' to mime-def.el.
1758
1759         * mime-def.el (mel-define-service): New macro (moved from mel.el);
1760         fixed problem in Emacs.
1761         (mel-define-method): Use `mel-define-service'.
1762         (mel-define-method-function): Use `mel-define-service'.
1763
1764 1998-09-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1765
1766         * mel.el (mime-encode-region): Don't regard nil encoding as
1767         "7bit".
1768
1769 1998-09-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1770
1771         * eword-encode.el (eword-encode-text): Use
1772         `encoded-text-encode-string'.
1773         (tm-eword::encoded-word-length): `q-encoding-encoded-length' was
1774         renamed to `Q-encoded-text-length'.
1775
1776         * eword-decode.el: Move `base64-token-regexp',
1777         `base64-token-padding-regexp', `eword-B-encoded-text-regexp' and
1778         `eword-Q-encoded-text-regexp' to mime-def.el.
1779         (eword-decode-encoded-text): Use `encoded-text-decode-string'.
1780
1781         * mel-q.el: Define method functions of mel.
1782         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1783         `quoted-printable-insert-encoded-file'.
1784         (mime-write-decoded-region): Use `mel-define-method'; abolish
1785         `quoted-printable-write-decoded-region'.
1786         - Move `q-encoding-printable-char-p' and
1787         `q-encoding-encoded-length' to mel.el.
1788
1789         * mel-b.el: Define method functions of mel.
1790         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1791         `base64-insert-encoded-file'.
1792         (mime-write-decoded-region): Use `mel-define-method'; abolish
1793         `base64-write-decoded-region'.
1794         - Move `base64-encoded-length' to mel.el.
1795
1796         * mel-dl.el (base64-encode-region): Define directly (abolish
1797         `base64-dl-encode-region').
1798         (base64-decode-region): Define directly (abolish
1799         `base64-dl-decode-region').  Define method functions of mel.
1800         (mime-insert-encoded-file): Use `mel-define-method'; abolish
1801         `base64-insert-encoded-file'; don't use external encoder.
1802         (mime-write-decoded-region): Use `mel-define-method'; abolish
1803         `base64-write-decoded-region'; don't use external decoder.
1804         - Move `base64-encoded-length' to mel.el.
1805
1806         * mime.el: Move `mm-arglist-to-arguments' to mime-def.el.
1807
1808         * mime-def.el (base64-token-regexp): New constant (moved from
1809         eword-decode.el).
1810         (base64-token-padding-regexp): Likewise.
1811         (B-encoded-text-regexp): New constant (moved from eword-decode.el,
1812         and renamed from `eword-B-encoded-text-regexp').
1813         (Q-encoded-text-regexp): New constant (moved from eword-decode.el,
1814         and renamed from `eword-Q-encoded-text-regexp'.
1815         (mm-arglist-to-arguments): New function (moved from mime.el).
1816         (mel-define-method): New macro.
1817         (mel-define-method-function): New macro.
1818         (mel-define-function): New macro.
1819
1820         * mel.el (mel-encoding-module-alist): New variable.
1821         (mel-use-module): New function.
1822         (mel-find-function): New function.
1823         (mel-define-service): New macro.
1824         (mime-encode-region): Use `mel-find-function'; abolish variable
1825         `mime-encoding-method-alist'.
1826         (mime-decode-region): Use `mel-find-function'; abolish variable
1827         `mime-decoding-method-alist'.
1828         (mime-decode-string): Use `mel-find-function'; abolish variable
1829         `mime-string-decoding-method-alist'.
1830         (encoded-text-encode-string): New function.
1831         (encoded-text-decode-string): New function.
1832         (base64-encoded-length): New function (moved from mel-b.el and
1833         mel-dl.el).
1834         (Q-encoding-printable-char-p): New function (moved from mel-q.el,
1835         and renamed from `q-encoding-printable-char-p').
1836         (Q-encoded-text-length): New function (moved from mel-q.el, and
1837         renamed from `q-encoding-encoded-length').
1838         (mime-insert-encoded-file): Use `mel-find-function'; abolish
1839         variable `mime-file-encoding-method-alist'.
1840         (mime-write-decoded-region): Use `mel-find-function'; abolish
1841         variable `mime-file-decoding-method-alist'.
1842
1843 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1844
1845         * mel-b.el (base64-internal-encoding-limit): modify :type.
1846         (base64-internal-decoding-limit): Change initial value to 70000;
1847         modify :type.
1848
1849         * mel-b.el (base64-decode-string!): Renamed from
1850         `base64-internal-decode-string!'.
1851
1852 1998-09-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1853
1854         * mel-b.el (base64-characters): New constant.
1855         (base64-num-to-char): Use `base64-characters'.
1856         (base64-numbers): Use `base64-characters'.
1857         (base64-internal-decode): Modify calculation third byte.
1858
1859         * mel-dl.el (base64-dl-encode-string): New alias.
1860         (base64-dl-decode-string): New alias.
1861         (base64-dl-encode-region): Renamed from `base64-encode-region';
1862         don't save-excursion and save-restriction.
1863         (base64-dl-decode-region): Renamed from `base64-decode-region';
1864         don't save-excursion and save-restriction; convert all at once.
1865         (base64-encode-region): New alias.
1866         (base64-decode-region): New alias.
1867
1868         * mel-b.el (base64-internal-decode): New function.
1869         (base64-internal-decode-string): Use `base64-internal-decode'.
1870         (base64-internal-decode-string!): New function.
1871         (base64-internal-decode-region): Use
1872         `base64-internal-decode-string!' instead of
1873         `base64-internal-decode-string'.
1874
1875 1998-09-15  Tanaka Akira  <akr@jaist.ac.jp>
1876
1877         * mel-b.el (base64-numbers): Fix a position of 63.
1878
1879 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1880
1881         * mel-b.el (base64-numbers): New constant.
1882         (base64-char-to-num): New macro.
1883         (base64-internal-decode-string): Don't use memq.
1884
1885 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1886
1887         * mel-b.el (base64): New group.
1888         (base64-external-encoder): Now a user option.
1889         (base64-external-decoder): Now a user option.
1890         (base64-external-decoder-option-to-specify-file): Now a user
1891         option.
1892         (base64-internal-encoding-limit): Now a user option.
1893         (base64-internal-decoding-limit): Now a user option.
1894
1895         * mel-b.el (base64-internal-decode-string): New implementation;
1896         abolish function `base64-decode-unit'.
1897
1898 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1899
1900         * README.en (Installation): Fix typo.
1901
1902 \f
1903 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1904
1905         * FLIM: Version 1.9.2 (Shin-Tanabe) was released.
1906
1907         * README.en (Installation): Add `install as a XEmacs package'.
1908
1909 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1910
1911         * mime-en.sgml (Encoding Method): Translate.
1912
1913 1998-09-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1914
1915         * eword-encode.el (eword-encode-msg-id-to-rword-list): New
1916         function.
1917         (eword-encode-in-reply-to-to-rword-list): New function.
1918         (eword-encode-in-reply-to): New function.
1919         (eword-encode-field): Use `eword-encode-in-reply-to' for
1920         `In-Reply-To' field.
1921
1922         * std11.el (std11-parse-in-reply-to): New function.
1923
1924 1998-09-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1925
1926         * eword-decode.el (eword-decode-structured-field-list): Add
1927         `User-Agent'.
1928
1929 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1930
1931         * Makefile (package): Don't update auto-autoloads.el and
1932         custom-load.el.
1933
1934         * FLIM-MK (compile-flim-package): Update auto-autoloads.el and
1935         custom-load.el.
1936
1937 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1938
1939         * mime-def.el: Abolish function `butlast' and `nbutlast'.
1940
1941         * mime-def.el (mime-library-version): New constant.
1942         (mime-library-version-string): Refer `mime-library-version'.
1943
1944 1998-09-11  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1945
1946         * Makefile (XEMACS): New variable.
1947         (PACKAGEDIR): New variable.
1948         (package): New target.
1949         (install-package): New target.
1950
1951         * FLIM-CFG (PACKAGEDIR): New variable.
1952
1953         * FLIM-MK (config-flim-package): New function.
1954         (compile-flim-package): New function.
1955         (install-flim-package): New function.
1956
1957 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1958
1959         * mime-en.sgml (Content-Type field): Translate.
1960         (mime-content-type): Translate.
1961         (Content-Type parser): Translate.
1962         (Content-Disposition): Translate.
1963         (mime-content-disposition): Translate.
1964         (Content-Disposition parser): Translate.
1965
1966 1998-09-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1967
1968         * Makefile (GOMI): Add Texinfo related garbages.
1969         (clean): Delete historical setting.
1970
1971 1998-09-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1972
1973         * mime-en.sgml (mm-backend): Translate.
1974         (Request for entity): Likewise.
1975         (mm-backend module): Likewise.
1976
1977         * mime.el (mime-entity-send): Add DOC-string.
1978
1979 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1980
1981         * mime-en.sgml (Entity hierarchy): Translate.
1982
1983 1998-09-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1984
1985         * mime-en.sgml, mime-ja.sgml (Entity): Rearrangement.
1986
1987 \f
1988 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1989
1990         * FLIM: Version 1.9.1 (Tonosh\e-Dò)\e-A was released.
1991
1992         * mime-en.sgml (mm-backend): Translate a little.
1993
1994 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1995
1996         * eword-encode.el (eword-encode-default-start-column): New user
1997         option.
1998         (eword-encode-string): Use `eword-encode-default-start-column'.
1999         (eword-encode-address-list): Likewise.
2000         (eword-encode-structured-field-body): Likewise.
2001         (eword-encode-unstructured-field-body): Likewise.
2002
2003 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2004
2005         * eword-encode.el (eword-encode): New group.
2006         (eword-field-encoding-method-alist): Now a user option (was:
2007         variable).
2008
2009 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2010
2011         * eword-encode.el: Rename `tm-eword::mailbox-to-rwl' ->
2012         `eword-encode-mailbox-to-rword-list'.
2013
2014         * eword-encode.el: Rename `tm-eword::phrase-to-rwl' ->
2015         `eword-encode-phrase-to-rword-list'.
2016
2017         * eword-encode.el: Rename `eword-addr-spec-to-rwl' ->
2018         `eword-encode-addr-spec-to-rword-list'.
2019
2020         * eword-encode.el: Rename `eword-phrase-route-addr-to-rwl' ->
2021         `eword-encode-phrase-route-addr-to-rword-list'.
2022
2023         * eword-encode.el: Rename `eword-addr-seq-to-rwl' ->
2024         `eword-encode-addr-seq-to-rword-list'.
2025
2026         * eword-encode.el: Rename `tm-eword::split-string' ->
2027         `eword-encode-split-string'.
2028
2029         * eword-encode.el: Rename `tm-eword::addresses-to-rwl' ->
2030         `eword-encode-addresses-to-rword-list'.
2031
2032         * eword-encode.el: Rename `tm-eword::encode-rwl' ->
2033         `eword-encode-rword-list'.
2034
2035         * eword-encode.el (eword-encode-unstructured-field-body): New
2036         function.
2037         (eword-encode-field): Use `eword-encode-unstructured-field-body'.
2038
2039 1998-08-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2040
2041         * eword-encode.el (eword-encode-string): Add DOC-string.
2042         (eword-encode-address-list): Likewise.
2043         (eword-encode-structured-field-body): Likewise.
2044
2045         * eword-encode.el (eword-encode-field): Regard `In-Reply-To' as a
2046         structured field.
2047
2048 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2049
2050         * eword-encode.el (eword-encode-field): Use `capitalize' instead
2051         of `downcase' for `field-name'.
2052
2053         * eword-encode.el (eword-encode-structured-field-body): New
2054         function.
2055         (eword-encode-field): Use `eword-encode-structured-field-body' for
2056         "MIME-Version" and "User-Agent" field.
2057
2058 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2059
2060         * mime-def.el (mm-define-method): Put `edebug-form-spec'.
2061
2062 1998-08-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2063
2064         * eword-encode.el (eword-encode-address-list): New function.
2065         (eword-encode-field): Use `eword-encode-address-list' instead of
2066         `tm-eword::encode-address-list'; abolish
2067         `tm-eword::encode-address-list'.
2068
2069         * eword-encode.el (eword-encode-field): Use `eword-encode-string'
2070         instead of `tm-eword::encode-string'; abolish
2071         `tm-eword::encode-string'.
2072
2073         * eword-encode.el: Rename `tm-eword::make-rword' ->
2074         `make-ew-rword'; rename `tm-eword::rword-' -> `ew-rword-'.
2075
2076 1998-08-26  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2077
2078         * mel-b.el (base64-insert-encoded-file): Conditionally use
2079         internal converter. (cf. [tm-ja:3320])
2080         (base64-write-decoded-region): Ditto.
2081
2082 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2083
2084         * FLIM-ELS (flim-modules): Don't add `mel-dl' unconditionally.
2085
2086 1998-08-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2087
2088         * Delete mime-lib.el.
2089
2090 1998-08-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2091
2092         * mmbuffer.el (write-entity): `write-region-as-CRLF' was renamed
2093         to `write-region-as-raw-text-CRLF'.
2094
2095 1998-08-07  MORIOKA Tomohiko  <morioka@yo.rim.or.jp>
2096
2097         * mmbuffer.el (write-entity): Use `write-region-as-CRLF' instead
2098         of `write-region-as-binary'.
2099
2100 \f
2101 1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2102
2103         * FLIM: Version 1.9.0 (Terada) was released.
2104
2105 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2106
2107         * mime-parse.el (mime-parse-multipart): Set message/x-broken if
2108         parsing is failed.
2109
2110 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2111
2112         * mmbuffer.el (entity-children): Don't use
2113         `mime-entity-children-internal'.
2114
2115         * mime-parse.el (mime-parse-multipart): Modify for
2116         `mime-parse-message'; return children.
2117         (mime-parse-encapsulated): Likewise.
2118         (mime-parse-message): Change interface; delete DOC-string; don't
2119         parse children instantly.
2120         (mime-parse-buffer): Modify for `mime-parse-message'.
2121
2122         * mime-parse.el (mime-parse-message): Delete autoload cookie.
2123
2124         * mime.el: Delete autoload setting for `mime-parse-message'.
2125
2126         * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
2127         of `mime-parse-message'; modify description of `mime-parse-buffer'
2128         to add `representation-type'.
2129
2130 \f
2131 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2132
2133         * FLIM-Chao: Version 1.8.0 (Shij\e-Dò)\e-A was released.
2134
2135 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2136
2137         * mmcooked.el: Abolish method `open'.
2138
2139         * mmbuffer.el (initialize-instance): New method; abolish `open'.
2140         (entity-children): New method.
2141
2142         * mime.el (mime-open-entity): Send `initialize-instance' to
2143         created message.
2144         (mime-entity-children): New implementation.
2145         (mime-entity-parent): New implementation.
2146         (mime-root-entity-p): New implementation.
2147
2148         * mime-parse.el (mime-parse-multipart): Specify current entity as
2149         parent.
2150         (mime-parse-encapsulated): Likewise.
2151         (mime-parse-message): Change interface to specify parent; modify
2152         for `make-mime-entity-internal'.
2153         (mime-parse-buffer): Modify for `mime-parse-message'.
2154
2155         * mime-def.el (make-mime-entity-internal): Change interface; add
2156         format of `mime-entity' to add `parent'.
2157
2158 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2159
2160         * mmbuffer.el (mime-visible-field-p): Renamed from
2161         `eword-visible-field-p'.
2162
2163 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2164
2165         * mime.el (mm-arglist-to-arguments): New function.
2166         (mm-define-generic): New macro.
2167         (mime-entity-cooked-p): Use `mm-define-generic'.
2168         (mime-entity-point-min): Use `mm-define-generic'.
2169         (mime-insert-decoded-header): Use `mm-define-generic'.
2170         (mime-entity-content): Use `mm-define-generic'.
2171         (mime-write-entity-content): Use `mm-define-generic'.
2172         (mime-write-entity): Use `mm-define-generic'.
2173         (mime-write-entity-body): Use `mm-define-generic'.
2174
2175 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2176
2177         * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
2178
2179         * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
2180         (mime-write-entity-body): Change message to `write-body'.
2181
2182 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2183
2184         * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
2185
2186         * mime.el (mime-open-entity): Change message to `open'.
2187
2188         * mime-def.el (mm-define-backend): Must `copy-alist'.
2189
2190 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2191
2192         * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
2193         `mm-define-method'.
2194
2195         * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
2196         (mime-find-function): New implementation.
2197         (mime-entity-cooked-p): Use `mime-entity-send'.
2198
2199         * mime-def.el (mime-entity-implementation-alist): Moved from
2200         mime.el.
2201         (mm-define-backend): New macro.
2202         (mm-define-method): New macro.
2203
2204 \f
2205 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2206
2207         * FLIM: Version 1.8.1 (Kutsukawa) was released.
2208
2209 1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2210
2211         * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
2212         about `default-encoding' of `mime-entity-encoding'.
2213
2214         * mime-en.texi, mime-en.sgml: New files.
2215
2216         * mime-ja.sgml (media-type): Fix typo.
2217
2218         * mime-ja.sgml (Glossary): Fix order.
2219
2220         * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
2221
2222         * mime-ja.sgml (Entity Attributes): Fix typo.
2223
2224 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2225
2226         * mime.el (mime-entity-encoding): Add new optional argument
2227         `default-encoding'; set default encoding if
2228         Content-Transfer-Encoding field is not found.
2229
2230 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2231
2232         * mmbuffer.el (mmbuffer-write-entity): Use
2233         `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
2234         `mmbuffer-entity-point-max'.
2235         (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
2236         `mime-entity-body-start-internal' and
2237         `mime-entity-body-end-internal'.
2238         (mmbuffer-insert-decoded-header): Use
2239         `mime-entity-buffer-internal', `mime-entity-header-start-internal'
2240         and `mime-entity-header-end-internal'.
2241
2242 \f
2243 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2244
2245         * FLIM: Version 1.8.0 (\e-DÒkubo)\e-A was released.
2246
2247         * README.en: Delete `How to use'.
2248
2249 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2250
2251         * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
2252         in description of `mime-open-entity'.
2253
2254         * mime-ja.sgml (mm-backend): New section.
2255
2256 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2257
2258         * mime-ja.sgml (Entity-header): Modify description about
2259         `mime-insert-decoded-header'.
2260
2261         * mmcooked.el (mmcooked-insert-decoded-header): New function.
2262
2263         * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
2264
2265         * mime.el (mime-insert-decoded-header): Use implementation of
2266         mm-backend; abolish optional argument `code-conversion'.
2267
2268 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2269
2270         * eword-decode.el (eword-decode-encoded-text): Use
2271         `decode-mime-charset-string'.
2272
2273 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2274
2275         * mmcooked.el (mmcooked-write-entity-body): New function.
2276
2277         * mmbuffer.el (mmbuffer-write-entity-body): New function.
2278
2279         * mime.el (mime-write-entity-body): Use implementation of
2280         mm-backend.
2281
2282 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2283
2284         * mmcooked.el (mmcooked-write-entity): New function.
2285
2286         * mmbuffer.el (mmbuffer-write-entity): New function.
2287
2288         * mime.el (mime-write-entity): Use implementation of mm-backend.
2289
2290 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2291
2292         * mmcooked.el (mmcooked-entity-content): New alias for
2293         `mmbuffer-entity-content'.
2294         (mmcooked-write-entity-content): New function.
2295
2296         * mmbuffer.el (mmbuffer-entity-content): New function.
2297         (mmbuffer-write-entity-content): New function.
2298
2299         * mime.el (mime-entity-send): New function.
2300         (mime-entity-buffer): Use `mime-entity-send'.
2301         (mime-entity-point-min): Likewise.
2302         (mime-entity-point-max): Likewise.
2303         (mime-entity-header-start): Likewise.
2304         (mime-entity-header-end): Likewise.
2305         (mime-entity-body-start): Likewise.
2306         (mime-entity-body-end): Likewise.
2307         (mime-fetch-field): Likewise.
2308         (mime-entity-content): Use implementation of mm-backend.
2309         (mime-write-entity-content): Likewise.
2310
2311 \f
2312 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2313
2314         * FLIM: Version 1.7.0 (Iseda) was released.
2315
2316         * mime-ja.sgml (Entity creation): Add description of
2317         `mime-open-entity'.
2318         (Entity Attributes): Add description of `mime-entity-cooked-p'.
2319         (Entity-content): Add description of `mime-write-entity-content',
2320         `mime-write-entity' and `mime-write-entity-body'.
2321
2322 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2323
2324         * mime.el (mime-write-entity-content): New function.
2325
2326 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2327
2328         * mime.el (mime-write-entity-body): New function.
2329
2330         * mime.el (mime-write-entity): New function.
2331
2332 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2333
2334         * mime-parse.el (mime-parse-multipart): Change media-type of
2335         entity to application/octet-stream if the first delimiter is not
2336         found.
2337
2338 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2339
2340         * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
2341
2342         * mmcooked.el: New file.
2343
2344         * mmbuffer.el: New file.
2345
2346         * mime.el (mime-entity-implementation-alist): New variable.
2347         (mime-find-function): New function.
2348         (mime-open-entity): New function.
2349         (mime-entity-function): New function.
2350         (mime-entity-cooked-p): New function.
2351         (mime-entity-buffer): Use backend-module.
2352         (mime-entity-point-min): Likewise.
2353         (mime-entity-point-max): Likewise.
2354         (mime-entity-header-start): Likewise.
2355         (mime-entity-header-end): Likewise.
2356         (mime-entity-body-start): Likewise.
2357         (mime-entity-body-end): Likewise.
2358         (mime-fetch-field): Likewise.
2359
2360         * mime-parse.el (mime-parse-message): New optional argument
2361         `representation-type'.
2362         (mime-parse-buffer): Likewise.
2363
2364         * mime-def.el: Change format of mime-entity-internal to add
2365         `representation-type' and `location'.
2366
2367 \f
2368 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2369
2370         * FLIM-Chao: Version 1.7.0 (Goj\e-Dò)\e-A was released.
2371
2372 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2373
2374         * mime-ja.sgml: Modify for FLIM 1.7.
2375
2376         * mime.el (mime-entity-number): Add DOC.
2377
2378 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2379
2380         * mime.el (mime-entity-encoding): New implementation.
2381
2382         * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
2383
2384         * mime-def.el (make-mime-entity-internal): Abolish argument
2385         `encoding'.
2386         (mime-entity-set-encoding-internal): New function.
2387
2388 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2389
2390         * mime.el (mime-entity-content-disposition): New implementation.
2391
2392         * mime-parse.el (mime-parse-message): Don't parse
2393         Content-Disposition.
2394
2395         * mime-def.el (make-mime-entity-internal): Delete argument
2396         `content-disposition'.
2397         (mime-entity-set-content-disposition-internal): New function.
2398
2399 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2400
2401         * eword-decode.el: Move function `eword-visible-field-p' and
2402         `mime-insert-decoded-header' to mime.el.
2403
2404         * mime-parse.el: Use internal functions of mime-entity.
2405
2406         * mime.el (mime-entity-children): Moved from mime-def.el; use
2407         `mime-entity-children-internal'.
2408         (mime-entity-node-id): Moved from mime-def.el; use
2409         `mime-entity-node-id-internal'.
2410         (mime-entity-number): Moved from mime-def.el; use
2411         `mime-entity-node-id-internal'.
2412         (mime-entity-buffer): Moved from mime-def.el; use
2413         `mime-entity-buffer-internal'.
2414         (mime-entity-point-min): Moved from mime-def.el; use
2415         `mime-entity-header-start-internal'.
2416         (mime-entity-point-max): Moved from mime-def.el; use
2417         `mime-entity-body-end-internal'.
2418         (mime-entity-header-start): Moved from mime-def.el; use
2419         `mime-entity-header-start-internal'.
2420         (mime-entity-header-end): Moved from mime-def.el; use
2421         `mime-entity-header-end-internal'.
2422         (mime-entity-content-type): Moved from mime-def.el; use
2423         `mime-entity-content-type-internal'.
2424         (mime-entity-content-disposition): Moved from mime-def.el; use
2425         `mime-entity-content-disposition-internal'.
2426         (mime-entity-encoding): Moved from mime-def.el; use
2427         `mime-entity-encoding-internal'.
2428         (mime-fetch-field): Use `mime-entity-original-header-internal' and
2429         `mime-entity-set-original-header-internal'.
2430         (mime-read-field): Use `mime-entity-parsed-header-internal' and
2431         `mime-entity-set-parsed-header-internal'.
2432         (eword-visible-field-p): Moved from eword-decode.el.
2433         (mime-insert-decoded-header): Moved from eword-decode.el.
2434         (mime-entity-body-start): Moved from mime-def.el; use
2435         `mime-entity-body-start-internal'.
2436         (mime-entity-body-end): Moved from mime-def.el; use
2437         `mime-entity-body-end-internal'.
2438         (mime-entity-media-type): Moved from mime-def.el.
2439         (mime-entity-media-subtype): Moved from mime-def.el.
2440         (mime-entity-parameters): Moved from mime-def.el.
2441         (mime-entity-type/subtype): Moved from mime-def.el.
2442
2443         * mime-def.el (make-mime-entity-internal): Renamed from
2444         `make-mime-entity'.
2445         (mime-entity-buffer-internal): New function.
2446         (mime-entity-header-start-internal): New function.
2447         (mime-entity-header-end-internal): New function.
2448         (mime-entity-body-start-internal): New function.
2449         (mime-entity-body-end-internal): New function.
2450         (mime-entity-node-id-internal): New function.
2451         (mime-entity-content-type-internal): New function.
2452         (mime-entity-content-disposition-internal): New function.
2453         (mime-entity-encoding-internal): New function.
2454         (mime-entity-original-header-internal): New function.
2455         (mime-entity-children-internal): New function.
2456         (mime-entity-parsed-header-internal): New function.
2457         (mime-entity-set-original-header-internal): Renamed from
2458         `mime-entity-set-original-header'.
2459         (mime-entity-set-children-internal): Renamed from
2460         `mime-entity-set-children'.
2461         (mime-entity-set-parsed-header-internal): Renamed from
2462         `mime-entity-set-parsed-header'.  Move `mime-entity-SLOT'
2463         functions to mime.el.
2464
2465 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2466
2467         * mime-ja.sgml (CVS): Fix typo.
2468
2469 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2470
2471         * mime-parse.el (mime-parse-encapsulated): New function.
2472         (mime-parse-message): Use `mime-parse-encapsulated'.
2473
2474 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2475
2476         * mime-def.el (mime-entity-set-children): New function.
2477
2478         * mime-parse.el (mime-parse-multipart): Change interface.
2479         (mime-parse-message): Use `mime-entity-set-children'.
2480
2481 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2482
2483         * mime.el (mime-read-field): Fix typo.
2484
2485 \f
2486 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2487
2488         * FLIM: Version 1.6.0 (Ogura) was released.
2489
2490         * mime-ja.sgml (Entity Attributes): New section.
2491
2492         * mime-ja.sgml (Entity as node in message): Add description of
2493         `mime-find-entity-from-number' and
2494         `mime-find-entity-from-node-id'.
2495
2496         * mime.el (mime-find-entity-from-number): New function.
2497         (mime-find-entity-from-node-id): New function.
2498         (mime-entity-parent): New function (moved from SEMI MIME-View).
2499         (mime-entity-uu-filename): New function (moved from SEMI
2500         MIME-View).
2501         (mime-entity-filename): New function (moved from SEMI MIME-View).
2502
2503         * mime-def.el (mime-uuencode-encoding-name-list): New variable.
2504
2505 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2506
2507         * mime-ja.sgml: Modify for FLIM 1.6.
2508
2509         * mime.el (mime-fetch-field): New function; abolish
2510         `mime-entity-fetch-field'.
2511         (mime-read-field): New function; abolish `mime-entity-read-field'.
2512
2513 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2514
2515         * mime-ja.sgml, mime-ja.texi: New files.
2516
2517 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2518
2519         * mime-parse.el (mime-parse-message): Would error if empty body.
2520
2521 \f
2522 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2523
2524         * FLIM: Version 1.5.0 (Mukaijima) was released.
2525
2526 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2527
2528         * README.en (What's FLIM): Modify for mime.el.
2529
2530         * FLIM-ELS (flim-modules): Add `mime'.
2531
2532         * mime-lib.el: Move every definitions to mime.el.
2533
2534         * mime.el: New module (renamed from mime-lib.el).
2535
2536 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2537
2538         * mime-lib.el: Add autoload setting for eword-encode.el.
2539
2540         * mime-lib.el (mime-entity-content): New function.
2541
2542 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2543
2544         * mel.el: Abolish constant `mel-version'.
2545
2546         * mel.el (mime-string-decoding-method-alist): New variable.
2547         (mime-decode-string): New function.
2548
2549 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2550
2551         * mel-b.el (base64-external-decode-string): New function.
2552         (base64-decode-string): New function.
2553
2554 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2555
2556         * mel-q.el (quoted-printable-decode-string): New implementation.
2557
2558 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2559
2560         * mel-q.el (quoted-printable-internal-decode-region): New
2561         implementation.
2562
2563 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2564
2565         * mel-q.el (q-encoding-decode-string): Use
2566         `quoted-printable-hex-char-to-num'.
2567
2568         * mel-q.el (quoted-printable-hex-char-to-num): New function.
2569         (quoted-printable-decode-string): Use
2570         `quoted-printable-hex-char-to-num'.
2571
2572 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2573
2574         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
2575         mime-parse.el to mime-def.el.
2576
2577 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2578
2579         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
2580         mime-parse.el to mime-lib.el.
2581
2582         * mime-lib.el: Add autoload setting for mime-parse.el.
2583
2584 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2585
2586         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
2587         `mime-entity-point-max', `mime-entity-media-type',
2588         `mime-entity-media-subtype', `mime-entity-parameters' and
2589         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
2590
2591         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
2592         reference functions from mime-parse.el to mime-def.el.
2593
2594         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
2595         from mime-parse.el to mime-def.el.
2596
2597 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2598
2599         * mel-b.el (base64-internal-decode-string): Renamed from
2600         `base64-decode-string'.
2601         (base64-decode-string): New alias for
2602         `base64-internal-decode-string'.
2603
2604 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2605
2606         * mel-b.el (base64-decode-unit): New function; abolish
2607         `base64-decode-1'.
2608         (base64-decode-string): New implementation.
2609         (base64-internal-decode-region): New implementation.
2610
2611 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2612
2613         * mime-parse.el (mime-message-structure): New variable.
2614         (mime-parse-buffer): New function.
2615
2616 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2617
2618         * mime-def.el: Require 'cl when it is compiled.
2619
2620         * mime-lib.el (mime-entity-read-field): Fix typo.
2621         Use `eword-decode-ignored-field-list'.
2622
2623         * mime-parse.el (mime-parse-multipart): Fix typo.
2624         (mime-parse-message): Parse message/external-body.
2625
2626 \f
2627 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2628
2629         * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
2630
2631 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2632
2633         * eword-decode.el (mime-insert-decoded-header): Fix typo.
2634
2635 \f
2636 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2637
2638         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
2639
2640 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2641
2642         * README.en (What's FLIM): Add description about mime-lib.el and
2643         mime-parse.el.
2644
2645 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2646
2647         * mime-parse.el: Require 'cl when it is compiled.
2648
2649         * eword-decode.el (eword-visible-field-p): New function.
2650         (mime-insert-decoded-header): Use `eword-visible-field-p'.
2651
2652 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2653
2654         * mime-def.el (mime-library-version-string): Renamed from
2655         `mime-spadework-module-version-string'.
2656
2657         * mime-parse.el: New file; moved from SEMI layer.
2658
2659         * FLIM-ELS (flim-modules): Add `mime-parse'.
2660
2661 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2662
2663         * FLIM-ELS (flim-modules): Add `mime-lib'.
2664
2665         * mime-lib.el: New module.
2666
2667         * mime-def.el (mime-entity): Add new slots for original-header and
2668         parsed-header.
2669         (mime-entity-set-original-header): New function.
2670         (mime-entity-set-parsed-header): New function.
2671
2672 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2673
2674         * mime-def.el (mime-entity-number): New function (moved from SEMI
2675         layer).
2676
2677 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2678
2679         * mime-def.el: Move definition of structure `mime-entity' from
2680         SEMI layer.
2681
2682 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2683
2684         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
2685         default value.
2686         (eword-decode-structured-field-list): Capitalize default value.
2687         (eword-decode-header): Regularize field name by `capitalize'.
2688         (mime-insert-decoded-header): New function.
2689
2690 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2691
2692         * mailcap.el (mailcap-file): Use `defcustom'.
2693
2694 \f
2695 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2696
2697         * FLIM: Version 1.3.0 (Fushimi) was released.
2698
2699 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2700
2701         * std11.el (std11-fetch-field): New function.
2702         (std11-field-body): Use 'std11-fetch-field.
2703
2704 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2705
2706         * mime-def.el (regexp-*): New function (moved from mime-parse.el
2707         of SEMI (REMI)).
2708         (regexp-or): New function (moved from mime-parse.el of
2709         SEMI (REMI)).
2710
2711         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
2712         of SEMI (REMI)).
2713         (std11-non-qtext-char-list): New constant (copied from std11.el).
2714         (std11-qtext-regexp): New constant (moved from mime-parse.el of
2715         SEMI (REMI)).
2716         (std11-quoted-string-regexp): New constant (moved from
2717         mime-parse.el of SEMI (REMI)).
2718
2719 \f
2720 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2721
2722         * FLIM: Version 1.2.2 (Takeda) was released.
2723
2724         * FLIM-VERSION: New file.
2725
2726 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2727
2728         * mel-q.el (quoted-printable-internal-encode-region): Use
2729         'looking-at-as-unibyte instead of local binding for
2730         enable-multibyte-characters.
2731
2732 \f
2733 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2734
2735         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
2736
2737 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2738
2739         * mel-q.el (quoted-printable-internal-decode-region): Use
2740         'string-as-multibyte to avoid problem in Emacs 20.3.
2741
2742 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
2743
2744         * mel-u.el: Use mime-temp-directory instead of TMP.
2745
2746 \f
2747 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2748
2749         * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
2750
2751         * README.en (What's FLIM): Delete description about
2752         std11-parse.el; add description about mailcap.el.
2753
2754 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2755
2756         * eword-decode.el (eword-decode-encoded-word-error-handler): New
2757         variable.
2758         (eword-decode-encoded-word-default-error-handler): New function.
2759         (eword-decode-encoded-word): Use
2760         'eword-decode-encoded-word-error-handler.
2761
2762 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2763
2764         * mailcap.el: Require 'mime-def.
2765
2766         * mime-def.el (mime-type/subtype-string): New function (moved from
2767         semi/mime-parse.el).
2768
2769 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2770
2771         * std11-parse.el: Abolish std11-parse.el.
2772
2773         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
2774
2775         * eword-decode.el: Require 'std11 instead of 'std11-parse.
2776
2777         * std11.el: Merge std11-parse.el.
2778
2779 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2780
2781         * mime-def.el (mime-temp-directory): Use 'defcustom.
2782
2783         * mel-u.el: Require 'mime-def instead of 'mel.
2784
2785         * mime-def.el (mime-temp-directory): New variable (moved from
2786         mel.el).
2787
2788         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
2789
2790 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2791
2792         * mailcap.el (mailcap-format-command): New function.
2793
2794         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
2795         again.
2796
2797 \f
2798 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2799
2800         * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
2801
2802 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2803
2804         * mime-def.el (quoted-printable-hex-chars): New constant.
2805         (quoted-printable-octet-regexp): New constant.
2806
2807         * mel-q.el, eword-decode.el: Move definition of constant
2808         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
2809         mime-def.el.
2810
2811 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2812
2813         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
2814
2815 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2816
2817         * mailcap.el (mailcap-look-at-mtext): Fix typo.
2818
2819 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2820
2821         * FLIM-ELS (flim-modules): Add mailcap.
2822
2823         * mailcap.el: New file (copied from SEMI).
2824
2825 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2826
2827         * eword-decode.el (eword-decode-ignored-field-list): Add
2828         `received'.
2829
2830         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
2831         environment variables.
2832
2833 \f
2834 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2835
2836         * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
2837
2838         * mime-def.el (mime-spadework-module-version-string): New
2839         constant.
2840
2841         * eword-encode.el: Abolish constant 'eword-encode-version.
2842
2843         * eword-decode.el: Abolish constant 'eword-decode-version.
2844
2845 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2846
2847         * eword-encode.el (eword-encode-divide-into-charset-words): Use
2848         'char-length or 'char-next-index instead of 'char-bytes.
2849         (tm-eword::encode-string-1): Use 'char-next-index instead of
2850         'char-bytes.
2851
2852 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2853
2854         * mel.el (base64-dl-module): Must check base64.so actually exists.
2855
2856 \f
2857 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2858
2859         * FLIM: Version 1.0.0 was released.
2860
2861         * README.en: Modify for FLIM.
2862
2863         * ChangeLog: New file.
2864
2865 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2866
2867         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
2868
2869         * Makefile: Modify for FLIM.
2870
2871 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2872
2873         * Makefile: New file.
2874
2875         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
2876         eword-encode.el: Copied from MEL, SEMI (mime-def.el
2877         eword-decode.el eword-encode.el) and APEL (std11-parse.el
2878         std11.el).