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