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