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