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