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