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