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