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