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