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