update.
[elisp/flim.git] / ChangeLog
1 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
4
5 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6
7         * README.en (What's FLIM): Add description about mime-lib.el and
8         mime-parse.el.
9
10 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
11
12         * mime-parse.el: Require 'cl when it is compiled.
13
14         * eword-decode.el (eword-visible-field-p): New function.
15         (mime-insert-decoded-header): Use `eword-visible-field-p'.
16
17 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
18
19         * mime-def.el (mime-library-version-string): Renamed from
20         `mime-spadework-module-version-string'.
21
22         * mime-parse.el: New file; moved from SEMI layer.
23
24         * FLIM-ELS (flim-modules): Add `mime-parse'.
25
26 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
27
28         * FLIM-ELS (flim-modules): Add `mime-lib'.
29
30         * mime-lib.el: New module.
31
32         * mime-def.el (mime-entity): Add new slots for original-header and
33         parsed-header.
34         (mime-entity-set-original-header): New function.
35         (mime-entity-set-parsed-header): New function.
36
37 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
38
39         * mime-def.el (mime-entity-number): New function (moved from SEMI
40         layer).
41
42 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
43
44         * mime-def.el: Move definition of structure `mime-entity' from
45         SEMI layer.
46
47 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
48
49         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
50         default value.
51         (eword-decode-structured-field-list): Capitalize default value.
52         (eword-decode-header): Regularize field name by `capitalize'.
53         (mime-insert-decoded-header): New function.
54
55 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
56
57         * mailcap.el (mailcap-file): Use `defcustom'.
58
59 \f
60 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
61
62         * FLIM: Version 1.3.0 (Fushimi) was released.
63
64 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
65
66         * std11.el (std11-fetch-field): New function.
67         (std11-field-body): Use 'std11-fetch-field.
68
69 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
70
71         * mime-def.el (regexp-*): New function (moved from mime-parse.el
72         of SEMI (REMI)).
73         (regexp-or): New function (moved from mime-parse.el of
74         SEMI (REMI)).
75
76         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
77         of SEMI (REMI)).
78         (std11-non-qtext-char-list): New constant (copied from std11.el).
79         (std11-qtext-regexp): New constant (moved from mime-parse.el of
80         SEMI (REMI)).
81         (std11-quoted-string-regexp): New constant (moved from
82         mime-parse.el of SEMI (REMI)).
83
84 \f
85 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
86
87         * FLIM: Version 1.2.2 (Takeda) was released.
88
89         * FLIM-VERSION: New file.
90
91 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
92
93         * mel-q.el (quoted-printable-internal-encode-region): Use
94         'looking-at-as-unibyte instead of local binding for
95         enable-multibyte-characters.
96
97 \f
98 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
99
100         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
101
102 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
103
104         * mel-q.el (quoted-printable-internal-decode-region): Use
105         'string-as-multibyte to avoid problem in Emacs 20.3.
106
107 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
108
109         * mel-u.el: Use mime-temp-directory instead of TMP.
110
111 \f
112 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
113
114         * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
115
116         * README.en (What's FLIM): Delete description about
117         std11-parse.el; add description about mailcap.el.
118
119 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
120
121         * eword-decode.el (eword-decode-encoded-word-error-handler): New
122         variable.
123         (eword-decode-encoded-word-default-error-handler): New function.
124         (eword-decode-encoded-word): Use
125         'eword-decode-encoded-word-error-handler.
126
127 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
128
129         * mailcap.el: Require 'mime-def.
130
131         * mime-def.el (mime-type/subtype-string): New function (moved from
132         semi/mime-parse.el).
133
134 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
135
136         * std11-parse.el: Abolish std11-parse.el.
137
138         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
139
140         * eword-decode.el: Require 'std11 instead of 'std11-parse.
141
142         * std11.el: Merge std11-parse.el.
143
144 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
145
146         * mime-def.el (mime-temp-directory): Use 'defcustom.
147
148         * mel-u.el: Require 'mime-def instead of 'mel.
149
150         * mime-def.el (mime-temp-directory): New variable (moved from
151         mel.el).
152
153         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
154
155 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
156
157         * mailcap.el (mailcap-format-command): New function.
158
159         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
160         again.
161
162 \f
163 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
164
165         * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
166
167 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
168
169         * mime-def.el (quoted-printable-hex-chars): New constant.
170         (quoted-printable-octet-regexp): New constant.
171
172         * mel-q.el, eword-decode.el: Move definition of constant
173         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
174         mime-def.el.
175
176 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
177
178         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
179
180 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
181
182         * mailcap.el (mailcap-look-at-mtext): Fix typo.
183
184 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
185
186         * FLIM-ELS (flim-modules): Add mailcap.
187
188         * mailcap.el: New file (copied from SEMI).
189
190 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
191
192         * eword-decode.el (eword-decode-ignored-field-list): Add
193         `received'.
194         
195         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
196         environment variables.
197
198 \f
199 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
200
201         * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
202
203         * mime-def.el (mime-spadework-module-version-string): New
204         constant.
205
206         * eword-encode.el: Abolish constant 'eword-encode-version.
207
208         * eword-decode.el: Abolish constant 'eword-decode-version.
209
210 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
211
212         * eword-encode.el (eword-encode-divide-into-charset-words): Use
213         'char-length or 'char-next-index instead of 'char-bytes.
214         (tm-eword::encode-string-1): Use 'char-next-index instead of
215         'char-bytes.
216
217 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
218
219         * mel.el (base64-dl-module): Must check base64.so actually exists.
220
221 \f
222 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
223
224         * FLIM: Version 1.0.0 was released.
225
226         * README.en: Modify for FLIM.
227
228         * ChangeLog: New file.
229
230 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
231
232         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
233
234         * Makefile: Modify for FLIM.
235
236 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
237
238         * Makefile: New file.
239
240         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
241         eword-encode.el: Copied from MEL, SEMI (mime-def.el
242         eword-decode.el eword-encode.el) and APEL (std11-parse.el
243         std11.el).