70e339b546cc7ee4d9a30e2e5c21733256ca9897
[elisp/flim.git] / ChangeLog
1 1998-06-22  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * FLIM: Version 1.5.0 (Mukaijima) was released.
4
5 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6
7         * README.en (What's FLIM): Modify for mime.el.
8
9         * FLIM-ELS (flim-modules): Add `mime'.
10
11         * mime-lib.el: Move every definitions to mime.el.
12
13         * mime.el: New module (renamed from mime-lib.el).
14
15 1998-06-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
16
17         * mime-lib.el: Add autoload setting for eword-encode.el.
18
19         * mime-lib.el (mime-entity-content): New function.
20
21 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
22
23         * mel.el: Abolish constant `mel-version'.
24
25         * mel.el (mime-string-decoding-method-alist): New variable.
26         (mime-decode-string): New function.
27
28 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
29
30         * mel-b.el (base64-external-decode-string): New function.
31         (base64-decode-string): New function.
32
33 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
34
35         * mel-q.el (quoted-printable-decode-string): New implementation.
36
37 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
38
39         * mel-q.el (quoted-printable-internal-decode-region): New
40         implementation.
41
42 1998-06-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
43
44         * mel-q.el (q-encoding-decode-string): Use
45         `quoted-printable-hex-char-to-num'.
46
47         * mel-q.el (quoted-printable-hex-char-to-num): New function.
48         (quoted-printable-decode-string): Use
49         `quoted-printable-hex-char-to-num'.
50
51 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
52
53         * mime-def.el, mime-parse.el: Move `mime-message-structure' from
54         mime-parse.el to mime-def.el.
55
56 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
57
58         * mime-lib.el, mime-parse.el: Move `mime-root-entity-p' from
59         mime-parse.el to mime-lib.el.
60
61         * mime-lib.el: Add autoload setting for mime-parse.el.
62
63 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
64
65         * mime-parse.el, mime-def.el: Move `mime-entity-point-min',
66         `mime-entity-point-max', `mime-entity-media-type',
67         `mime-entity-media-subtype', `mime-entity-parameters' and
68         `mime-entity-type/subtype' from mime-parse.el to mime-def.el.
69
70         * mime-parse.el, mime-def.el: Move `mime-content-disposition'
71         reference functions from mime-parse.el to mime-def.el.
72
73         * mime-parse.el, mime-def.el: Move structure `mime-content-type'
74         from mime-parse.el to mime-def.el.
75
76 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
77
78         * mel-b.el (base64-internal-decode-string): Renamed from
79         `base64-decode-string'.
80         (base64-decode-string): New alias for
81         `base64-internal-decode-string'.
82
83 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
84
85         * mel-b.el (base64-decode-unit): New function; abolish
86         `base64-decode-1'.
87         (base64-decode-string): New implementation.
88         (base64-internal-decode-region): New implementation.
89
90 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
91
92         * mime-parse.el (mime-message-structure): New variable.
93         (mime-parse-buffer): New function.
94
95 1998-06-19  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
96
97         * mime-def.el: Require 'cl when it is compiled.
98
99         * mime-lib.el (mime-entity-read-field): Fix typo.
100         Use `eword-decode-ignored-field-list'.
101
102         * mime-parse.el (mime-parse-multipart): Fix typo.
103         (mime-parse-message): Parse message/external-body.
104
105 \f
106 1998-06-19  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
107
108         * FLIM: Version 1.4.1 (Momoyama-Gory\e-Dòmae)\e-A was released.
109
110 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
111
112         * eword-decode.el (mime-insert-decoded-header): Fix typo.
113
114 \f
115 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
116
117         * FLIM: Version 1.4.0 (Kintetsu-Tanbabashi) was released.
118
119 1998-06-18  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
120
121         * README.en (What's FLIM): Add description about mime-lib.el and
122         mime-parse.el.
123
124 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
125
126         * mime-parse.el: Require 'cl when it is compiled.
127
128         * eword-decode.el (eword-visible-field-p): New function.
129         (mime-insert-decoded-header): Use `eword-visible-field-p'.
130
131 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
132
133         * mime-def.el (mime-library-version-string): Renamed from
134         `mime-spadework-module-version-string'.
135
136         * mime-parse.el: New file; moved from SEMI layer.
137
138         * FLIM-ELS (flim-modules): Add `mime-parse'.
139
140 1998-06-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
141
142         * FLIM-ELS (flim-modules): Add `mime-lib'.
143
144         * mime-lib.el: New module.
145
146         * mime-def.el (mime-entity): Add new slots for original-header and
147         parsed-header.
148         (mime-entity-set-original-header): New function.
149         (mime-entity-set-parsed-header): New function.
150
151 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
152
153         * mime-def.el (mime-entity-number): New function (moved from SEMI
154         layer).
155
156 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
157
158         * mime-def.el: Move definition of structure `mime-entity' from
159         SEMI layer.
160
161 1998-06-16  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
162
163         * eword-decode.el (eword-decode-ignored-field-list): Capitalize
164         default value.
165         (eword-decode-structured-field-list): Capitalize default value.
166         (eword-decode-header): Regularize field name by `capitalize'.
167         (mime-insert-decoded-header): New function.
168
169 1998-06-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
170
171         * mailcap.el (mailcap-file): Use `defcustom'.
172
173 \f
174 1998-06-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
175
176         * FLIM: Version 1.3.0 (Fushimi) was released.
177
178 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
179
180         * std11.el (std11-fetch-field): New function.
181         (std11-field-body): Use 'std11-fetch-field.
182
183 1998-05-28  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
184
185         * mime-def.el (regexp-*): New function (moved from mime-parse.el
186         of SEMI (REMI)).
187         (regexp-or): New function (moved from mime-parse.el of
188         SEMI (REMI)).
189
190         (std11-quoted-pair-regexp): New constant (moved from mime-parse.el
191         of SEMI (REMI)).
192         (std11-non-qtext-char-list): New constant (copied from std11.el).
193         (std11-qtext-regexp): New constant (moved from mime-parse.el of
194         SEMI (REMI)).
195         (std11-quoted-string-regexp): New constant (moved from
196         mime-parse.el of SEMI (REMI)).
197
198 \f
199 1998-05-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
200
201         * FLIM: Version 1.2.2 (Takeda) was released.
202
203         * FLIM-VERSION: New file.
204
205 1998-05-15  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
206
207         * mel-q.el (quoted-printable-internal-encode-region): Use
208         'looking-at-as-unibyte instead of local binding for
209         enable-multibyte-characters.
210
211 \f
212 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
213
214         * FLIM: Version 1.2.1 (Kamitobaguchi) was released.
215
216 1998-05-09  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
217
218         * mel-q.el (quoted-printable-internal-decode-region): Use
219         'string-as-multibyte to avoid problem in Emacs 20.3.
220
221 1998-05-08  Katsumi Yamaoka   <yamaoka@jpl.org>
222
223         * mel-u.el: Use mime-temp-directory instead of TMP.
224
225 \f
226 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
227
228         * FLIM: Version 1.2.0 (J\e-Dþjò)\e-A was released.
229
230         * README.en (What's FLIM): Delete description about
231         std11-parse.el; add description about mailcap.el.
232
233 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
234
235         * eword-decode.el (eword-decode-encoded-word-error-handler): New
236         variable.
237         (eword-decode-encoded-word-default-error-handler): New function.
238         (eword-decode-encoded-word): Use
239         'eword-decode-encoded-word-error-handler.
240
241 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
242
243         * mailcap.el: Require 'mime-def.
244
245         * mime-def.el (mime-type/subtype-string): New function (moved from
246         semi/mime-parse.el).
247
248 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
249
250         * std11-parse.el: Abolish std11-parse.el.
251
252         * FLIM-ELS (flim-modules): Abolish 'std11-parse.
253
254         * eword-decode.el: Require 'std11 instead of 'std11-parse.
255
256         * std11.el: Merge std11-parse.el.
257
258 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
259
260         * mime-def.el (mime-temp-directory): Use 'defcustom.
261
262         * mel-u.el: Require 'mime-def instead of 'mel.
263
264         * mime-def.el (mime-temp-directory): New variable (moved from
265         mel.el).
266
267         * mel.el: Move definition of 'mime-temp-directory to mime-def.el.
268
269 1998-05-06  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
270
271         * mailcap.el (mailcap-format-command): New function.
272
273         * mailcap.el (mailcap-look-at-mtext): Don't strip quoted character
274         again.
275
276 \f
277 1998-05-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
278
279         * FLIM: Version 1.1.0 (T\e-Dòji)\e-A was released.
280
281 1998-05-04  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
282
283         * mime-def.el (quoted-printable-hex-chars): New constant.
284         (quoted-printable-octet-regexp): New constant.
285
286         * mel-q.el, eword-decode.el: Move definition of constant
287         'quoted-printable-hex-chars and 'quoted-printable-octet-regexp to
288         mime-def.el.
289
290 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
291
292         * mailcap.el (mailcap-look-at-mtext): Strip quoted character.
293
294 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
295
296         * mailcap.el (mailcap-look-at-mtext): Fix typo.
297
298 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
299
300         * FLIM-ELS (flim-modules): Add mailcap.
301
302         * mailcap.el: New file (copied from SEMI).
303
304 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
305
306         * eword-decode.el (eword-decode-ignored-field-list): Add
307         `received'.
308         
309         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
310         environment variables.
311
312 \f
313 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
314
315         * FLIM: Version 1.0.1 (Ky\e-Dòto)\e-A was released.
316
317         * mime-def.el (mime-spadework-module-version-string): New
318         constant.
319
320         * eword-encode.el: Abolish constant 'eword-encode-version.
321
322         * eword-decode.el: Abolish constant 'eword-decode-version.
323
324 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
325
326         * eword-encode.el (eword-encode-divide-into-charset-words): Use
327         'char-length or 'char-next-index instead of 'char-bytes.
328         (tm-eword::encode-string-1): Use 'char-next-index instead of
329         'char-bytes.
330
331 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
332
333         * mel.el (base64-dl-module): Must check base64.so actually exists.
334
335 \f
336 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
337
338         * FLIM: Version 1.0.0 was released.
339
340         * README.en: Modify for FLIM.
341
342         * ChangeLog: New file.
343
344 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
345
346         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
347
348         * Makefile: Modify for FLIM.
349
350 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
351
352         * Makefile: New file.
353
354         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
355         eword-encode.el: Copied from MEL, SEMI (mime-def.el
356         eword-decode.el eword-encode.el) and APEL (std11-parse.el
357         std11.el).