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