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