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