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