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