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