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