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