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