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