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