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