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