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