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