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