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