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