c563477ab23c162467d1e19a428ae5d2be8aaf9f
[elisp/flim.git] / ChangeLog
1 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2
3         * eword-decode.el (eword-decode-ignored-field-list): Add
4         `received'.
5         
6         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
7         environment variables.
8
9 1998-04-23  Tanaka Akira  <akr@jaist.ac.jp>
10
11         * eword-decode.el (eword-encoded-word-prefix-regexp): New constant.
12         (eword-encoded-word-suffix-regexp): New constant.
13         (eword-encoded-text-in-unstructured-regexp): New constant.
14         (eword-encoded-word-in-unstructured-regexp): New constant.
15         (eword-after-encoded-word-in-unstructured-regexp): New constant.
16         (eword-decode-entire-string): New function.
17         (eword-decode-unstructured): Use `eword-decode-entire-string'.
18         (eword-decode-comment): Use `eword-decode-entire-string'.
19         (eword-decode-quoted-string): Use `eword-decode-entire-string'.
20         (eword-decode-string): Add optional argument `default-mime-charset'.
21         (eword-decode-region): Add optional argument `default-mime-charset'.
22         (eword-decode-header): Refine `code-conversion' treatment.
23
24 1998-04-21  Tanaka Akira  <akr@jaist.ac.jp>
25
26         * eword-decode.el (eword-decode-header): code-conversion is now
27         effective again.
28
29 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
30
31         * eword-decode.el (eword-decode-quoted-encoded-word): Use
32         'defcustom.
33
34 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
35
36         * eword-decode.el (eword-decode-sticked-encoded-word): Use
37         'defcustom.
38
39 1998-04-21  Tanaka Akira  <akr@jaist.ac.jp>
40
41         * VERSION.FLAM: New file.
42
43 1998-04-17  Tanaka Akira  <akr@jaist.ac.jp>
44
45         * Sync up with flim-1_0_0 to flim-1_0_1.
46
47 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
48
49         * mime-def.el (mime-spadework-module-version-string): New
50         constant.
51
52         * eword-encode.el: Abolish constant 'eword-encode-version.
53
54         * eword-decode.el: Abolish constant 'eword-decode-version.
55
56 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
57
58         * eword-encode.el (eword-encode-divide-into-charset-words): Use
59         'char-length or 'char-next-index instead of 'char-bytes.
60         (tm-eword::encode-string-1): Use 'char-next-index instead of
61         'char-bytes.
62
63 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
64
65         * mel.el (base64-dl-module): Must check base64.so actually exists.
66
67 1998-04-13  Tanaka Akira  <akr@jaist.ac.jp>
68
69         * eword-decode.el: Copied from AKEMI branch of SEMI.
70
71 \f
72 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
73
74         * FLIM: Version 1.0.0 was released.
75
76         * README.en: Modify for FLIM.
77
78         * ChangeLog: New file.
79
80 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
81
82         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
83
84         * Makefile: Modify for FLIM.
85
86 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
87
88         * Makefile: New file.
89
90         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
91         eword-encode.el: Copied from MEL, SEMI (mime-def.el
92         eword-decode.el eword-encode.el) and APEL (std11-parse.el
93         std11.el).