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