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