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