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