cdb54b1b2b4014d8ba8420ec42103189b2bf67c7
[elisp/flim.git] / ChangeLog
1 1998-08-18  Tanaka Akira      <akr@jaist.ac.jp>
2
3         * DOODLE-TIPS: Change `gnus-unstructured-field-decoder' and
4         `gnus-structured-field-decoder' usable by FLAM-DOODLE and FLIM.
5
6         * ew-data.el (ew-mark-phrase): Update both ends of fragments after
7         fragments separation.
8
9         * ew-unit.el (ew-charset-aliases): Add 'x-ctext.
10
11 1998-08-18  Tanaka Akira      <akr@jaist.ac.jp>
12
13         * mime-def.el (mime-library-version-string): bump up to
14         FLAM-DOODLE 1.9.1.
15
16 1998-08-18  Tanaka Akira      <akr@jaist.ac.jp>
17
18         * COLORS: New file.
19
20         * ew-data.el (ew-add-frag): Change defun to defsubst.
21
22         * ew-scan-m.el (ew-scan-mime): Refine to fit inlining `ew-add-frag'.
23
24         * ew-scan-s.el (ew-scan-std11): Ditto.
25
26         * ew-scan-u.el (ew-scan-unstructured): Ditto.
27
28 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
29
30         * ew-data.el:
31           - Abolish prev-token, next-token, start and end
32           properties on fragment.
33           - Abolish function `ew-tokenize-frag', `ew-add-open',
34           `ew-add-close', `ew-add-token', `ew-add-close-token' and
35           `ew-token-list'.
36         (ew-make-anchor): Add type property.
37         (ew-token-last-frag-p): New function.
38
39         * ew-parse.el: Add new token `anchor'.
40
41         * ew-scan-m.el: Use `ew-add-frag' instead of abolished
42         functions.
43
44         * ew-scan-s.el: Ditto.
45
46 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
47
48         * ew-data.el:
49           - Require 'ew-util.
50           - Change token prefix "ew:raw-" to "ew:".
51
52         * ew-dec.el: Change token prefix "ew:raw-" to "ew:".
53         (ew-mark): Shorten parse error message.
54
55         * ew-scan-m.el: Change token prefix "ew:raw-" to "ew:".
56         (ew-scan-mime): Change atom to token.
57
58         * ew-scan-s.el: Change token prefix "ew:raw-" to "ew:".
59
60         * ew-scan-u.el: Change token prefix "ew:raw-" to "ew:".
61
62         * ew-parse.el: Change token prefix "ew:raw-" to "ew:".
63
64 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
65
66         * ew-dec.el: Require 'ew-var.
67         (ew-decode-field-cache-buf): New variable.
68         (ew-decode-field-cache-num): New variable.
69         (ew-decode-field-no-cache): Renamed from `ew-decode-field'.
70         (ew-decode-field): Call `ew-decode-field-no-cache' with caching.
71
72 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
73
74         * FLIM-ELS (flim-modules): Add `ew-var' and reorder.
75
76         * ew-var.el: New file.
77
78         * ew-data.el: Require 'ew-var.
79         (ew-separate-eword): New function.
80         (ew-mark-phrase): Use `ew-separate-eword'.
81
82         * ew-dec.el: 
83           - Require 'ew-var.
84           - Move `ew-decode-quoted-encoded-word',
85           `ew-ignore-75bytes-limit', `ew-ignore-76bytes-limit',
86           `ew-permit-sticked-comment', `ew-permit-sticked-special',
87           `ew-decode-us-ascii', `ew-decode-field-syntax-alist' and
88           `ew-decode-field-default-syntax' to ew-var.el.
89         (ew-decode-field): Use `ew-separate-eword'.
90
91         * ew-quote.el: Require 'ew-var.
92           - Move `ew-token-regexp', `ew-encoded-text-regexp',
93           `ew-encoded-word-regexp', 
94
95 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
96
97         * DOODLE-TIPS: Use `ew-decode-field' directly instead of
98         `eword-decode-unstructured-field-body' and
99         `eword-decode-and-unfold-structured-field'.
100
101         * FLAM-VERSION: New file (renamed from VERSION.FLAM).
102
103         * eword-decode.el (eword-decode-header): Convert CRLF to LF in
104         a result of `ew-decode-field'.
105         (eword-decode-structured-field-body) Ditto.
106         (eword-decode-unstructured-field-body) Ditto.
107
108         * mime.el (mime-read-field): Use `ew-decode-field' instead of
109         `eword-decode-unstructured-field-body'.
110
111         * mmbuffer.el (insert-decoded-header): Use `ew-decode-field'
112         directly.
113
114 1998-08-17  Tanaka Akira      <akr@jaist.ac.jp>
115
116         * DOODLE-TIPS: New file.
117
118         * TESTPAT: Separator of field-name and field-body is now not special.
119
120         * ew-data.el (ew-special-frag-p): Separator of field-name and
121         field-body is now not special.
122
123         * ew-line.el (ew-cut-generic): New function.
124         (ew-cut-cr-lf): Use `ew-cut-generic'.
125         (ew-cut-cr): New function.
126         (ew-cut-lf): New function.
127         (ew-crlf-line-generic): Renamed from `ew-line-generic'
128         (ew-crlf-line-convert): Renamed from `ew-line-convert'
129         (ew-lf-line-generic): New function.
130         (ew-lf-line-convert): New function.
131
132         * eword-decode.el (eword-decode-and-fold-structured-field): Use
133         `ew-decode-field'.
134         (eword-decode-and-unfold-structured-field): Use
135         `ew-decode-field'.
136
137 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
138
139         * TESTPAT: Add a driver for `ew-decode-field'.
140
141 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
142
143         * FLIM-ELS (flim-modules): Reorder.
144
145 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
146
147         * ChangeLog: Fix typo.
148
149         * ew-parse.el: New file.
150
151 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
152
153         * FLIM-ELS (flim-modules): Add `closure', `natset', `digraph',
154         `automata', `rx', `lex', `lr-driver', `ew-util', `ew-line',
155         `ew-quote', `ew-unit', `ew-data', `ew-parse', `ew-scan-s',
156         `ew-scan-m', `ew-scan-u' and `ew-dec'.
157
158         * automata.el, closure.el, digraph.el, ew-data.el, ew-dec.el,
159         ew-line.el, ew-quote.el, ew-scan-m.el, ew-scan-s.el,
160         ew-scan-u.el, ew-unit.el, ew-util.el, lex.el, lr-driver.el,
161         natset.el, rx.el: New files.
162
163         * eword-decode.el: Require 'ew-dec.
164         (eword-decode-header): Use `ew-decode-field'.
165         (eword-decode-and-unfold-structure): Ditto.
166         (eword-decode-structured-field-body): Ditto.
167         (eword-decode-unstructured-field-body): Ditto.
168
169 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
170
171         * DOODLE: branched from flam-1_9_1
172
173 1998-08-16  Tanaka Akira      <akr@jaist.ac.jp>
174
175         * mime-def.el (mime-library-version-string): bump up to FLIM-FLAM 1.9.1.
176
177 1998-07-22  Tanaka Akira      <akr@jaist.ac.jp>
178
179         * ChangeLog: Fix typo.
180
181 1998-07-22  Tanaka Akira      <akr@jaist.ac.jp>
182
183         * TESTPAT: Add 25 tests.
184
185         * TESTPAT: Fix comment convention.
186
187         * eword-decode.el (decode-entire-string): Add formal argument
188         `chars-must-be-quote'.
189         (eword-decode-unstructured): Add actual argument `chars-must-be-quote'.
190         (eword-decode-comment): Add actual argument `chars-must-be-quote'.
191         (eword-decode-quoted-string): Add actual argument `chars-must-be-quote'.
192         (eword-analyze-quoted-string): Does not quote result of
193         `eword-decode-quoted-string' as quoted-string because the result is
194         now already quoted-string form.
195
196 1998-07-21  Tanaka Akira      <akr@jaist.ac.jp>
197
198         * TESTPAT: Add two tests.
199
200         * TESTPAT: quoted-encoded-word quoting character is changed from * to +.
201
202 1998-07-21  Tanaka Akira      <akr@jaist.ac.jp>
203
204         * TESTPAT: Add sixteen tests.
205
206 1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
207
208         * TESTPAT: Add three tests.
209
210 1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
211
212         * TESTPAT: Add two tests.
213
214 1998-07-20  Tanaka Akira      <akr@jaist.ac.jp>
215
216         * TESTPAT: Add test.
217
218 1998-07-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
219
220         * mime-def.el (mime-library-version-string): Renamed from
221         `mime-spadework-module-version-string' to sync with flim-1_9_0.
222
223         * mel-q.el (quoted-printable-internal-decode-region): Fix
224         sync-mistake.
225
226 1998-07-19  Tanaka Akira      <akr@jaist.ac.jp>
227
228         * TESTPAT: Add full automatic testing capability.
229
230 1998-07-19  Tanaka Akira      <akr@jaist.ac.jp>
231
232         * TESTPAT: Add quoted-encoded-word description and test.
233
234 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
235
236         * TESTPAT: Add test result by FLIM-FLAM.
237
238         * eword-decode.el (eword-lexical-analyze-internal): Restrict
239         calling `eword-analyze-encoded-word' after calling
240         `eword-analyze-spaces'.
241
242 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
243
244         * TESTPAT: Add test.
245
246         * eword-decode.el (eword-analyze-quoted-string): Quote string as
247         quoted-string.
248         (eword-analyze-encoded-word): Quote non-atoms string as
249         quoted-string.
250
251 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
252
253         * Fix character code for ChangeLog.
254
255 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
256
257         * Sync up with flim-1_8_1 to flim-1_9_0.
258
259 1998-07-18  Tanaka Akira      <akr@jaist.ac.jp>
260
261         * TESTPAT: Add test driver for FLIM-FLAM.
262
263 1998-07-16  Tanaka Akira      <akr@jaist.ac.jp>
264
265         * TESTPAT: Change format to s-exp.
266
267 1998-07-13  Tanaka Akira      <akr@jaist.ac.jp>
268
269         * TESTPAT: Add one test.
270
271 1998-07-06  Tanaka Akira      <akr@jaist.ac.jp>
272
273         * Sync up with flim-1_3_0 to flim-1_8_1.
274
275 1998-06-08  Tanaka Akira      <akr@jaist.ac.jp>
276
277         * Sync up with flim-1_2_1 to flim-1_3_0.
278
279 1998-05-27  Tanaka Akira      <akr@jaist.ac.jp>
280
281         * eword-decode.el (eword-after-encoded-word-in-phrase-regexp):
282         Remove `(' to do not decode encoded word just before comment.
283
284 1998-05-27  Tanaka Akira      <akr@jaist.ac.jp>
285
286         * TESTPAT: New file.
287
288 1998-05-22  Tanaka Akira      <akr@jaist.ac.jp>
289
290         * eword-decode.el (eword-analyze-quoted-string): Check
291         `eword-decode-quoted-encoded-word'.
292
293 1998-05-14  Tanaka Akira      <akr@jaist.ac.jp>
294
295         * eword-decode.el (eword-analyze-comment): Call
296         `std11-unfold-string'.
297
298 1998-05-13  Tanaka Akira      <akr@jaist.ac.jp>
299
300         * mime-def.el: Fix typo.
301
302 1998-05-13  Tanaka Akira      <akr@jaist.ac.jp>
303
304         * Sync up with flim-1_2_0 to flim-1_2_1.
305
306 1998-05-08  Tanaka Akira      <akr@jaist.ac.jp>
307
308         * Sync up with flim-1_1_0 to flim-1_2_0.
309
310 1998-05-06  Tanaka Akira      <akr@jaist.ac.jp>
311
312         * Sync up with flim-1_0_1 to flim-1_1_0.
313
314 1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
315
316         * eword-decode.el (eword-decode-string): Fix arguments order to
317         calling `eword-decode-unstructured'.
318         (eword-decode-region): Fix arguments order to calling
319         `eword-decode-unstructured'.
320
321 1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
322
323         * eword-decode.el (eword-decode-first-encoded-words): Update
324         DOC-string.
325         (eword-decode-first-encoded-words): Update DOC-string.
326         (eword-decode-unstructured): Argument `code-conversion' is now
327         required.
328         (eword-decode-comment): Argument `code-conversion' is now
329         required.
330         (eword-decode-quoted-string): Argument `code-conversion' is now
331         required.
332         (eword-decode-string): Update DOC-string. Reorder arguments to
333         calling `eword-decode-unstructured'.
334         (eword-decode-region): Update DOC-string. Reorder arguments to
335         calling `eword-decode-unstructured'.
336         (eword-analyze-quoted-string): Add `default-mime-charset' argument
337         to calling eword-decode-quoted-string.
338         (eword-analyze-comment): Add `default-mime-charset' argument to
339         calling eword-decode-comment.
340
341 1998-04-25  Tanaka Akira      <akr@jaist.ac.jp>
342
343         * eword-decode.el (eword-decode-entire-string): Delete argument
344         `default-charset'. Add argument `code-conversion'.
345         (eword-decode-unstructured): Add argument `code-conversion'.
346         (eword-decode-comment): Add argument `code-conversion'.
347         (eword-decode-quoted-string): Add argument `code-conversion'.
348         (eword-decode-string): Propagate `code-conversion' to
349         `eword-decode-unstructured'.
350         (eword-decode-region): Propagate `code-conversion' to
351         `eword-decode-unstructured'.
352
353 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
354
355         * eword-decode.el (eword-decode-ignored-field-list): Add
356         `received'.
357         
358         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
359         environment variables.
360
361 1998-04-23  Tanaka Akira      <akr@jaist.ac.jp>
362
363         * eword-decode.el (eword-encoded-word-prefix-regexp): New
364         constant.
365         (eword-encoded-word-suffix-regexp): New constant.
366         (eword-encoded-text-in-unstructured-regexp): New constant.
367         (eword-encoded-word-in-unstructured-regexp): New constant.
368         (eword-after-encoded-word-in-unstructured-regexp): New constant.
369         (eword-decode-entire-string): New function.
370         (eword-decode-unstructured): Use `eword-decode-entire-string'.
371         (eword-decode-comment): Use `eword-decode-entire-string'.
372         (eword-decode-quoted-string): Use `eword-decode-entire-string'.
373         (eword-decode-string): Add optional argument
374         `default-mime-charset'.
375         (eword-decode-region): Add optional argument
376         `default-mime-charset'.
377         (eword-decode-header): Refine `code-conversion' treatment.
378
379 1998-04-21  Tanaka Akira      <akr@jaist.ac.jp>
380
381         * eword-decode.el (eword-decode-header): code-conversion is now
382         effective again.
383
384 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
385
386         * eword-decode.el (eword-decode-quoted-encoded-word): Use
387         'defcustom.
388
389 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
390
391         * eword-decode.el (eword-decode-sticked-encoded-word): Use
392         'defcustom.
393
394 1998-04-21  Tanaka Akira      <akr@jaist.ac.jp>
395
396         * VERSION.FLAM: New file.
397
398 1998-04-17  Tanaka Akira      <akr@jaist.ac.jp>
399
400         * Sync up with flim-1_0_0 to flim-1_0_1.
401
402 1998-04-13  Tanaka Akira      <akr@jaist.ac.jp>
403
404         * eword-decode.el: Copied from AKEMI branch of SEMI.
405
406 \f
407 1998-07-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
408
409         * FLIM: Version 1.9.0 (Terada) was released.
410
411 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
412
413         * mime-parse.el (mime-parse-multipart): Set message/x-broken if
414         parsing is failed.
415
416 1998-07-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
417
418         * mmbuffer.el (entity-children): Don't use
419         `mime-entity-children-internal'.
420
421         * mime-parse.el (mime-parse-multipart): Modify for
422         `mime-parse-message'; return children.
423         (mime-parse-encapsulated): Likewise.
424         (mime-parse-message): Change interface; delete DOC-string; don't
425         parse children instantly.
426         (mime-parse-buffer): Modify for `mime-parse-message'.
427
428         * mime-parse.el (mime-parse-message): Delete autoload cookie.
429
430         * mime.el: Delete autoload setting for `mime-parse-message'.
431
432         * mime-en.sgml, mime-ja.sgml (Entity creation): Delete description
433         of `mime-parse-message'; modify description of `mime-parse-buffer'
434         to add `representation-type'.
435
436 \f
437 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
438
439         * FLIM-Chao: Version 1.8.0 (Shij\e.D\eNr) was released.\e*B
440
441 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
442
443         * mmcooked.el: Abolish method `open'.
444
445         * mmbuffer.el (initialize-instance): New method; abolish `open'.
446         (entity-children): New method.
447
448         * mime.el (mime-open-entity): Send `initialize-instance' to
449         created message.
450         (mime-entity-children): New implementation.
451         (mime-entity-parent): New implementation.
452         (mime-root-entity-p): New implementation.
453
454         * mime-parse.el (mime-parse-multipart): Specify current entity as
455         parent.
456         (mime-parse-encapsulated): Likewise.
457         (mime-parse-message): Change interface to specify parent; modify
458         for `make-mime-entity-internal'.
459         (mime-parse-buffer): Modify for `mime-parse-message'.
460
461         * mime-def.el (make-mime-entity-internal): Change interface; add
462         format of `mime-entity' to add `parent'.
463
464 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
465
466         * mmbuffer.el (mime-visible-field-p): Renamed from
467         `eword-visible-field-p'.
468
469 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
470
471         * mime.el (mm-arglist-to-arguments): New function.
472         (mm-define-generic): New macro.
473         (mime-entity-cooked-p): Use `mm-define-generic'.
474         (mime-entity-point-min): Use `mm-define-generic'.
475         (mime-insert-decoded-header): Use `mm-define-generic'.
476         (mime-entity-content): Use `mm-define-generic'.
477         (mime-write-entity-content): Use `mm-define-generic'.
478         (mime-write-entity): Use `mm-define-generic'.
479         (mime-write-entity-body): Use `mm-define-generic'.
480
481 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
482
483         * mmbuffer.el (eword-visible-field-p): Moved from mime.el.
484
485         * mime.el: Move `eword-visible-field-p' to mmbuffer.el.
486         (mime-write-entity-body): Change message to `write-body'.
487
488 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
489
490         * mmcooked.el, mmbuffer.el (open): Renamed from `open-entity'.
491
492         * mime.el (mime-open-entity): Change message to `open'.
493
494         * mime-def.el (mm-define-backend): Must `copy-alist'.
495
496 1998-07-07  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
497
498         * mmcooked.el, mmbuffer.el: Use `mm-define-backend' and
499         `mm-define-method'.
500
501         * mime.el: Move `mime-entity-implementation-alist' to mime-def.el.
502         (mime-find-function): New implementation.
503         (mime-entity-cooked-p): Use `mime-entity-send'.
504
505         * mime-def.el (mime-entity-implementation-alist): Moved from
506         mime.el.
507         (mm-define-backend): New macro.
508         (mm-define-method): New macro.
509
510 \f
511 1998-07-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
512
513         * FLIM: Version 1.8.1 (Kutsukawa) was released.
514
515 1998-07-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
516
517         * mime-en.sgml, mime-ja.sgml (Entity Attributes): Add description
518         about `default-encoding' of `mime-entity-encoding'.
519
520         * mime-en.texi, mime-en.sgml: New files.
521
522         * mime-ja.sgml (media-type): Fix typo.
523
524         * mime-ja.sgml (Glossary): Fix order.
525
526         * mime-ja.sgml (Entity Attributes): Use <code> tag for nil.
527
528         * mime-ja.sgml (Entity Attributes): Fix typo.
529
530 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
531
532         * mime.el (mime-entity-encoding): Add new optional argument
533         `default-encoding'; set default encoding if
534         Content-Transfer-Encoding field is not found.
535
536 1998-07-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
537
538         * mmbuffer.el (mmbuffer-write-entity): Use
539         `mime-entity-buffer-internal', `mmbuffer-entity-point-min' and
540         `mmbuffer-entity-point-max'.
541         (mmbuffer-write-entity-body): Use `mime-entity-buffer-internal',
542         `mime-entity-body-start-internal' and
543         `mime-entity-body-end-internal'.
544         (mmbuffer-insert-decoded-header): Use
545         `mime-entity-buffer-internal', `mime-entity-header-start-internal'
546         and `mime-entity-header-end-internal'.
547
548 \f
549 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
550
551         * FLIM: Version 1.8.0 (\e.D\eNRkubo) was released.\e*B
552
553         * README.en: Delete `How to use'.
554
555 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
556
557         * mime-ja.sgml (Entity creation): Add reference for `mm-backend'
558         in description of `mime-open-entity'.
559
560         * mime-ja.sgml (mm-backend): New section.
561
562 1998-07-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
563
564         * mime-ja.sgml (Entity-header): Modify description about
565         `mime-insert-decoded-header'.
566
567         * mmcooked.el (mmcooked-insert-decoded-header): New function.
568
569         * mmbuffer.el (mmbuffer-insert-decoded-header): New function.
570
571         * mime.el (mime-insert-decoded-header): Use implementation of
572         mm-backend; abolish optional argument `code-conversion'.
573
574 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
575
576         * eword-decode.el (eword-decode-encoded-text): Use
577         `decode-mime-charset-string'.
578
579 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
580
581         * mmcooked.el (mmcooked-write-entity-body): New function.
582
583         * mmbuffer.el (mmbuffer-write-entity-body): New function.
584
585         * mime.el (mime-write-entity-body): Use implementation of
586         mm-backend.
587
588 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
589
590         * mmcooked.el (mmcooked-write-entity): New function.
591
592         * mmbuffer.el (mmbuffer-write-entity): New function.
593
594         * mime.el (mime-write-entity): Use implementation of mm-backend.
595
596 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
597
598         * mmcooked.el (mmcooked-entity-content): New alias for
599         `mmbuffer-entity-content'.
600         (mmcooked-write-entity-content): New function.
601
602         * mmbuffer.el (mmbuffer-entity-content): New function.
603         (mmbuffer-write-entity-content): New function.
604
605         * mime.el (mime-entity-send): New function.
606         (mime-entity-buffer): Use `mime-entity-send'.
607         (mime-entity-point-min): Likewise.
608         (mime-entity-point-max): Likewise.
609         (mime-entity-header-start): Likewise.
610         (mime-entity-header-end): Likewise.
611         (mime-entity-body-start): Likewise.
612         (mime-entity-body-end): Likewise.
613         (mime-fetch-field): Likewise.
614         (mime-entity-content): Use implementation of mm-backend.
615         (mime-write-entity-content): Likewise.
616
617 \f
618 1998-06-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
619
620         * FLIM: Version 1.7.0 (Iseda) was released.
621
622         * mime-ja.sgml (Entity creation): Add description of
623         `mime-open-entity'.
624         (Entity Attributes): Add description of `mime-entity-cooked-p'.
625         (Entity-content): Add description of `mime-write-entity-content',
626         `mime-write-entity' and `mime-write-entity-body'.
627
628 1998-06-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
629
630         * mime.el (mime-write-entity-content): New function.
631
632 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
633
634         * mime.el (mime-write-entity-body): New function.
635
636         * mime.el (mime-write-entity): New function.
637
638 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
639
640         * mime-parse.el (mime-parse-multipart): Change media-type of
641         entity to application/octet-stream if the first delimiter is not
642         found.
643
644 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
645
646         * FLIM-ELS (flim-modules): Add `mmbuffer' and `mmcooked'.
647
648         * mmcooked.el: New file.
649
650         * mmbuffer.el: New file.
651
652         * mime.el (mime-entity-implementation-alist): New variable.
653         (mime-find-function): New function.
654         (mime-open-entity): New function.
655         (mime-entity-function): New function.
656         (mime-entity-cooked-p): New function.
657         (mime-entity-buffer): Use backend-module.
658         (mime-entity-point-min): Likewise.
659         (mime-entity-point-max): Likewise.
660         (mime-entity-header-start): Likewise.
661         (mime-entity-header-end): Likewise.
662         (mime-entity-body-start): Likewise.
663         (mime-entity-body-end): Likewise.
664         (mime-fetch-field): Likewise.
665
666         * mime-parse.el (mime-parse-message): New optional argument
667         `representation-type'.
668         (mime-parse-buffer): Likewise.
669
670         * mime-def.el: Change format of mime-entity-internal to add
671         `representation-type' and `location'.
672
673 \f
674 1998-06-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
675
676         * FLIM-Chao: Version 1.7.0 (Goj\e.D\eNr) was released.\e*B
677
678 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
679
680         * mime-ja.sgml: Modify for FLIM 1.7.
681
682         * mime.el (mime-entity-number): Add DOC.
683
684 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
685
686         * mime.el (mime-entity-encoding): New implementation.
687
688         * mime-parse.el (mime-parse-message): Abolish argument `encoding'.
689
690         * mime-def.el (make-mime-entity-internal): Abolish argument
691         `encoding'.
692         (mime-entity-set-encoding-internal): New function.
693
694 1998-06-26  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
695
696         * mime.el (mime-entity-content-disposition): New implementation.
697
698         * mime-parse.el (mime-parse-message): Don't parse
699         Content-Disposition.
700
701         * mime-def.el (make-mime-entity-internal): Delete argument
702         `content-disposition'.
703         (mime-entity-set-content-disposition-internal): New function.
704
705 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
706
707         * eword-decode.el: Move function `eword-visible-field-p' and
708         `mime-insert-decoded-header' to mime.el.
709
710         * mime-parse.el: Use internal functions of mime-entity.
711
712         * mime.el (mime-entity-children): Moved from mime-def.el; use
713         `mime-entity-children-internal'.
714         (mime-entity-node-id): Moved from mime-def.el; use
715         `mime-entity-node-id-internal'.
716         (mime-entity-number): Moved from mime-def.el; use
717         `mime-entity-node-id-internal'.
718         (mime-entity-buffer): Moved from mime-def.el; use
719         `mime-entity-buffer-internal'.
720         (mime-entity-point-min): Moved from mime-def.el; use
721         `mime-entity-header-start-internal'.
722         (mime-entity-point-max): Moved from mime-def.el; use
723         `mime-entity-body-end-internal'.
724         (mime-entity-header-start): Moved from mime-def.el; use
725         `mime-entity-header-start-internal'.
726         (mime-entity-header-end): Moved from mime-def.el; use
727         `mime-entity-header-end-internal'.
728         (mime-entity-content-type): Moved from mime-def.el; use
729         `mime-entity-content-type-internal'.
730         (mime-entity-content-disposition): Moved from mime-def.el; use
731         `mime-entity-content-disposition-internal'.
732         (mime-entity-encoding): Moved from mime-def.el; use
733         `mime-entity-encoding-internal'.
734         (mime-fetch-field): Use `mime-entity-original-header-internal' and
735         `mime-entity-set-original-header-internal'.
736         (mime-read-field): Use `mime-entity-parsed-header-internal' and
737         `mime-entity-set-parsed-header-internal'.
738         (eword-visible-field-p): Moved from eword-decode.el.
739         (mime-insert-decoded-header): Moved from eword-decode.el.
740         (mime-entity-body-start): Moved from mime-def.el; use
741         `mime-entity-body-start-internal'.
742         (mime-entity-body-end): Moved from mime-def.el; use
743         `mime-entity-body-end-internal'.
744         (mime-entity-media-type): Moved from mime-def.el.
745         (mime-entity-media-subtype): Moved from mime-def.el.
746         (mime-entity-parameters): Moved from mime-def.el.
747         (mime-entity-type/subtype): Moved from mime-def.el.
748
749         * mime-def.el (make-mime-entity-internal): Renamed from
750         `make-mime-entity'.
751         (mime-entity-buffer-internal): New function.
752         (mime-entity-header-start-internal): New function.
753         (mime-entity-header-end-internal): New function.
754         (mime-entity-body-start-internal): New function.
755         (mime-entity-body-end-internal): New function.
756         (mime-entity-node-id-internal): New function.
757         (mime-entity-content-type-internal): New function.
758         (mime-entity-content-disposition-internal): New function.
759         (mime-entity-encoding-internal): New function.
760         (mime-entity-original-header-internal): New function.
761         (mime-entity-children-internal): New function.
762         (mime-entity-parsed-header-internal): New function.
763         (mime-entity-set-original-header-internal): Renamed from
764         `mime-entity-set-original-header'.
765         (mime-entity-set-children-internal): Renamed from
766         `mime-entity-set-children'.
767         (mime-entity-set-parsed-header-internal): Renamed from
768         `mime-entity-set-parsed-header'.  Move `mime-entity-SLOT'
769         functions to mime.el.
770
771 1998-06-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
772
773         * mime-ja.sgml (CVS): Fix typo.
774
775 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
776
777         * mime-parse.el (mime-parse-encapsulated): New function.
778         (mime-parse-message): Use `mime-parse-encapsulated'.
779
780 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
781
782         * mime-def.el (mime-entity-set-children): New function.
783
784         * mime-parse.el (mime-parse-multipart): Change interface.
785         (mime-parse-message): Use `mime-entity-set-children'.
786
787 1998-06-24  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
788
789         * mime.el (mime-read-field): Fix typo.
790
791 \f
792 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
793
794         * FLIM: Version 1.6.0 (Ogura) was released.
795
796         * mime-ja.sgml (Entity Attributes): New section.
797
798         * mime-ja.sgml (Entity as node in message): Add description of
799         `mime-find-entity-from-number' and
800         `mime-find-entity-from-node-id'.
801
802         * mime.el (mime-find-entity-from-number): New function.
803         (mime-find-entity-from-node-id): New function.
804         (mime-entity-parent): New function (moved from SEMI MIME-View).
805         (mime-entity-uu-filename): New function (moved from SEMI
806         MIME-View).
807         (mime-entity-filename): New function (moved from SEMI MIME-View).
808
809         * mime-def.el (mime-uuencode-encoding-name-list): New variable.
810
811 1998-06-24  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
812
813         * mime-ja.sgml: Modify for FLIM 1.6.
814
815         * mime.el (mime-fetch-field): New function; abolish
816         `mime-entity-fetch-field'.
817         (mime-read-field): New function; abolish `mime-entity-read-field'.
818
819 1998-06-23  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
820
821         * mime-ja.sgml, mime-ja.texi: New files.
822
823 1998-06-22  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
824
825         * mime-parse.el (mime-parse-message): Would error if empty body.
826
827 \f
828 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
829
830         * FLIM: Version 1.5.0 (Mukaijima) was released.
831
832 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
833
834         * README.en (What's FLIM): Modify for mime.el.
835
836         * FLIM-ELS (flim-modules): Add `mime'.
837
838         * mime-lib.el: Move every definitions to mime.el.
839
840         * mime.el: New module (renamed from mime-lib.el).
841
842 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
843
844         * mime-lib.el: Add autoload setting for eword-encode.el.
845
846         * mime-lib.el (mime-entity-content): New function.
847
848 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
849
850         * mel.el: Abolish constant `mel-version'.
851
852         * mel.el (mime-string-decoding-method-alist): New variable.
853         (mime-decode-string): New function.
854
855 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
856
857         * mel-b.el (base64-external-decode-string): New function.
858         (base64-decode-string): New function.
859
860 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
861
862         * mel-q.el (quoted-printable-decode-string): New implementation.
863
864 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
865
866         * mel-q.el (quoted-printable-internal-decode-region): New
867         implementation.
868
869 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
870
871         * mel-q.el (q-encoding-decode-string): Use
872         `quoted-printable-hex-char-to-num'.
873
874         * mel-q.el (quoted-printable-hex-char-to-num): New function.
875         (quoted-printable-decode-string): Use
876         `quoted-printable-hex-char-to-num'.
877
878 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
879
880         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
881         mime-parse.el to mime-def.el.
882
883 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
884
885         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
886         mime-parse.el to mime-lib.el.
887
888         * mime-lib.el: Add autoload setting for mime-parse.el.
889
890 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
891
892         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
893         `mime-entity-point-max', `mime-entity-media-type',
894         `mime-entity-media-subtype', `mime-entity-parameters' and
895         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
896
897         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
898         reference functions from mime-parse.el to mime-def.el.
899
900         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
901         from mime-parse.el to mime-def.el.
902
903 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
904
905         * mel-b.el (base64-internal-decode-string): Renamed from
906         `base64-decode-string'.
907         (base64-decode-string): New alias for
908         `base64-internal-decode-string'.
909
910 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
911
912         * mel-b.el (base64-decode-unit): New function; abolish
913         `base64-decode-1'.
914         (base64-decode-string): New implementation.
915         (base64-internal-decode-region): New implementation.
916
917 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
918
919         * mime-parse.el (mime-message-structure): New variable.
920         (mime-parse-buffer): New function.
921
922 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
923
924         * mime-def.el: Require 'cl when it is compiled.
925
926         * mime-lib.el (mime-entity-read-field): Fix typo.
927         Use `eword-decode-ignored-field-list'.
928
929         * mime-parse.el (mime-parse-multipart): Fix typo.
930         (mime-parse-message): Parse message/external-body.
931
932 \f
933 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
934
935         * FLIM: Version 1.4.1 (Momoyama-Gory\e.D\eNrmae) was released.\e*B
936
937 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
938
939         * eword-decode.el (mime-insert-decoded-header): Fix typo.
940
941 \f
942 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
943
944         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
945
946 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
947
948         * README.en (What's FLIM): Add description about mime-lib.el and
949         mime-parse.el.
950
951 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
952
953         * mime-parse.el: Require 'cl when it is compiled.
954
955         * eword-decode.el (eword-visible-field-p): New function.
956         (mime-insert-decoded-header): Use `eword-visible-field-p'.
957
958 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
959
960         * mime-def.el (mime-library-version-string): Renamed from
961         `mime-spadework-module-version-string'.
962
963         * mime-parse.el: New file; moved from SEMI layer.
964
965         * FLIM-ELS (flim-modules): Add `mime-parse'.
966
967 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
968
969         * FLIM-ELS (flim-modules): Add `mime-lib'.
970
971         * mime-lib.el: New module.
972
973         * mime-def.el (mime-entity): Add new slots for original-header and
974         parsed-header.
975         (mime-entity-set-original-header): New function.
976         (mime-entity-set-parsed-header): New function.
977
978 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
979
980         * mime-def.el (mime-entity-number): New function (moved from SEMI
981         layer).
982
983 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
984
985         * mime-def.el: Move definition of structure `mime-entity' from
986         SEMI layer.
987
988 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
989
990         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
991         default value.
992         (eword-decode-structured-field-list): Capitalize default value.
993         (eword-decode-header): Regularize field name by `capitalize'.
994         (mime-insert-decoded-header): New function.
995
996 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
997
998         * mailcap.el (mailcap-file): Use `defcustom'.
999
1000 \f
1001 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1002
1003         * FLIM: Version 1.3.0 (Fushimi) was released.
1004
1005 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1006
1007         * std11.el (std11-fetch-field): New function.
1008         (std11-field-body): Use 'std11-fetch-field.
1009
1010 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1011
1012         * mime-def.el (regexp-*): New function (moved from mime-parse.el
1013         of SEMI (REMI)).
1014         (regexp-or): New function (moved from mime-parse.el of
1015         SEMI (REMI)).
1016
1017         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
1018         of SEMI (REMI)).
1019         (std11-non-qtext-char-list): New constant (copied from std11.el).
1020         (std11-qtext-regexp): New constant (moved from mime-parse.el of
1021         SEMI (REMI)).
1022         (std11-quoted-string-regexp): New constant (moved from
1023         mime-parse.el of SEMI (REMI)).
1024
1025 \f
1026 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1027
1028         * FLIM: Version 1.2.2 (Takeda) was released.
1029
1030         * FLIM-VERSION: New file.
1031
1032 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1033
1034         * mel-q.el (quoted-printable-internal-encode-region): Use
1035         'looking-at-as-unibyte instead of local binding for
1036         enable-multibyte-characters.
1037
1038 \f
1039 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1040
1041         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
1042
1043 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1044
1045         * mel-q.el (quoted-printable-internal-decode-region): Use
1046         'string-as-multibyte to avoid problem in Emacs 20.3.
1047
1048 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
1049
1050         * mel-u.el: Use mime-temp-directory instead of TMP.
1051
1052 \f
1053 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1054
1055         * FLIM: Version 1.2.0 (J\e.D\eN~j\eNr) was released.\e*B
1056
1057         * README.en (What's FLIM): Delete description about
1058         std11-parse.el; add description about mailcap.el.
1059
1060 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1061
1062         * eword-decode.el (eword-decode-encoded-word-error-handler): New
1063         variable.
1064         (eword-decode-encoded-word-default-error-handler): New function.
1065         (eword-decode-encoded-word): Use
1066         'eword-decode-encoded-word-error-handler.
1067
1068 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1069
1070         * mailcap.el: Require 'mime-def.
1071
1072         * mime-def.el (mime-type/subtype-string): New function (moved from
1073         semi/mime-parse.el).
1074
1075 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1076
1077         * std11-parse.el: Abolish std11-parse.el.
1078
1079         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
1080
1081         * eword-decode.el: Require 'std11 instead of 'std11-parse.
1082
1083         * std11.el: Merge std11-parse.el.
1084
1085 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1086
1087         * mime-def.el (mime-temp-directory): Use 'defcustom.
1088
1089         * mel-u.el: Require 'mime-def instead of 'mel.
1090
1091         * mime-def.el (mime-temp-directory): New variable (moved from
1092         mel.el).
1093
1094         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
1095
1096 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1097
1098         * mailcap.el (mailcap-format-command): New function.
1099
1100         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
1101         again.
1102
1103 \f
1104 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1105
1106         * FLIM: Version 1.1.0 (T\e.D\eNrji) was released.\e*B
1107
1108 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1109
1110         * mime-def.el (quoted-printable-hex-chars): New constant.
1111         (quoted-printable-octet-regexp): New constant.
1112
1113         * mel-q.el, eword-decode.el: Move definition of constant
1114         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
1115         mime-def.el.
1116
1117 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1118
1119         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
1120
1121 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1122
1123         * mailcap.el (mailcap-look-at-mtext): Fix typo.
1124
1125 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1126
1127         * FLIM-ELS (flim-modules): Add mailcap.
1128
1129         * mailcap.el: New file (copied from SEMI).
1130
1131 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1132
1133         * eword-decode.el (eword-decode-ignored-field-list): Add
1134         `received'.
1135         
1136         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
1137         environment variables.
1138
1139 \f
1140 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1141
1142         * FLIM: Version 1.0.1 (Ky\e.D\eNrto) was released.\e*B
1143
1144         * mime-def.el (mime-spadework-module-version-string): New
1145         constant.
1146
1147         * eword-encode.el: Abolish constant 'eword-encode-version.
1148
1149         * eword-decode.el: Abolish constant 'eword-decode-version.
1150
1151 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1152
1153         * eword-encode.el (eword-encode-divide-into-charset-words): Use
1154         'char-length or 'char-next-index instead of 'char-bytes.
1155         (tm-eword::encode-string-1): Use 'char-next-index instead of
1156         'char-bytes.
1157
1158 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1159
1160         * mel.el (base64-dl-module): Must check base64.so actually exists.
1161
1162 \f
1163 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1164
1165         * FLIM: Version 1.0.0 was released.
1166
1167         * README.en: Modify for FLIM.
1168
1169         * ChangeLog: New file.
1170
1171 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1172
1173         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
1174
1175         * Makefile: Modify for FLIM.
1176
1177 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
1178
1179         * Makefile: New file.
1180
1181         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
1182         eword-encode.el: Copied from MEL, SEMI (mime-def.el
1183         eword-decode.el eword-encode.el) and APEL (std11-parse.el
1184         std11.el).