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