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