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