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