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