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