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