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