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