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