* Sync up with flim-1_0_1 to flim-1_1_0.
[elisp/flim.git] / ChangeLog
1 1998-05-06  Tanaka Akira  <akr@jaist.ac.jp>
2
3         * Sync up with flim-1_0_1 to flim-1_1_0.
4
5 1998-04-25  Tanaka Akira  <akr@jaist.ac.jp>
6
7         * eword-decode.el (eword-decode-string): Fix arguments order to calling
8         `eword-decode-unstructured'.
9         (eword-decode-region): Fix arguments order to calling
10         `eword-decode-unstructured'.
11
12 1998-04-25  Tanaka Akira  <akr@jaist.ac.jp>
13
14         * eword-decode.el (eword-decode-first-encoded-words): Update DOC-string.
15         (eword-decode-first-encoded-words): Update DOC-string.
16         (eword-decode-unstructured): Argument `code-conversion' is now required.
17         (eword-decode-comment): Argument `code-conversion' is now required.
18         (eword-decode-quoted-string): Argument `code-conversion' is now
19         required.
20         (eword-decode-string): Update DOC-string. Reorder arguments to calling
21         `eword-decode-unstructured'.
22         (eword-decode-region): Update DOC-string. Reorder arguments to calling
23         `eword-decode-unstructured'.
24         (eword-analyze-quoted-string): Add `default-mime-charset' argument to
25         calling eword-decode-quoted-string.
26         (eword-analyze-comment): Add `default-mime-charset' argument to
27         calling eword-decode-comment.
28
29 1998-04-25  Tanaka Akira  <akr@jaist.ac.jp>
30
31         * eword-decode.el (eword-decode-entire-string): Delete argument
32         `default-charset'. Add argument `code-conversion'.
33         (eword-decode-unstructured): Add argument `code-conversion'.
34         (eword-decode-comment): Add argument `code-conversion'.
35         (eword-decode-quoted-string): Add argument `code-conversion'.
36         (eword-decode-string): Propagate `code-conversion' to
37         `eword-decode-unstructured'.
38         (eword-decode-region): Propagate `code-conversion' to
39         `eword-decode-unstructured'.
40
41 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
42
43         * eword-decode.el (eword-decode-ignored-field-list): Add
44         `received'.
45         
46         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
47         environment variables.
48
49 1998-04-23  Tanaka Akira  <akr@jaist.ac.jp>
50
51         * eword-decode.el (eword-encoded-word-prefix-regexp): New constant.
52         (eword-encoded-word-suffix-regexp): New constant.
53         (eword-encoded-text-in-unstructured-regexp): New constant.
54         (eword-encoded-word-in-unstructured-regexp): New constant.
55         (eword-after-encoded-word-in-unstructured-regexp): New constant.
56         (eword-decode-entire-string): New function.
57         (eword-decode-unstructured): Use `eword-decode-entire-string'.
58         (eword-decode-comment): Use `eword-decode-entire-string'.
59         (eword-decode-quoted-string): Use `eword-decode-entire-string'.
60         (eword-decode-string): Add optional argument `default-mime-charset'.
61         (eword-decode-region): Add optional argument `default-mime-charset'.
62         (eword-decode-header): Refine `code-conversion' treatment.
63
64 1998-04-21  Tanaka Akira  <akr@jaist.ac.jp>
65
66         * eword-decode.el (eword-decode-header): code-conversion is now
67         effective again.
68
69 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
70
71         * eword-decode.el (eword-decode-quoted-encoded-word): Use
72         'defcustom.
73
74 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
75
76         * eword-decode.el (eword-decode-sticked-encoded-word): Use
77         'defcustom.
78
79 1998-04-21  Tanaka Akira  <akr@jaist.ac.jp>
80
81         * VERSION.FLAM: New file.
82
83 1998-04-17  Tanaka Akira  <akr@jaist.ac.jp>
84
85         * Sync up with flim-1_0_0 to flim-1_0_1.
86
87 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
88
89         * FLIM: Version 1.1.0 (T\e-Dòji) was released.\e-A
90
91 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
92
93         * mime-def.el (quoted-printable-hex-chars): New constant.
94         (quoted-printable-octet-regexp): New constant.
95
96         * mel-q.el, eword-decode.el: Move definition of constant
97         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
98         mime-def.el.
99
100 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
101
102         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
103
104 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
105
106         * mailcap.el (mailcap-look-at-mtext): Fix typo.
107
108 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
109
110         * FLIM-ELS (flim-modules): Add mailcap.
111
112         * mailcap.el: New file (copied from SEMI).
113
114 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
115
116         * eword-decode.el (eword-decode-ignored-field-list): Add
117         `received'.
118         
119         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
120         environment variables.
121
122 \f
123 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
124
125         * FLIM: Version 1.0.1 (Ky\e-Dòto) was released.\e-A
126
127         * mime-def.el (mime-spadework-module-version-string): New
128         constant.
129
130         * eword-encode.el: Abolish constant 'eword-encode-version.
131
132         * eword-decode.el: Abolish constant 'eword-decode-version.
133
134 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
135
136         * eword-encode.el (eword-encode-divide-into-charset-words): Use
137         'char-length or 'char-next-index instead of 'char-bytes.
138         (tm-eword::encode-string-1): Use 'char-next-index instead of
139         'char-bytes.
140
141 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
142
143         * mel.el (base64-dl-module): Must check base64.so actually exists.
144
145 1998-04-13  Tanaka Akira  <akr@jaist.ac.jp>
146
147         * eword-decode.el: Copied from AKEMI branch of SEMI.
148
149 \f
150 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
151
152         * FLIM: Version 1.0.0 was released.
153
154         * README.en: Modify for FLIM.
155
156         * ChangeLog: New file.
157
158 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
159
160         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
161
162         * Makefile: Modify for FLIM.
163
164 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
165
166         * Makefile: New file.
167
168         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
169         eword-encode.el: Copied from MEL, SEMI (mime-def.el
170         eword-decode.el eword-encode.el) and APEL (std11-parse.el
171         std11.el).