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