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