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