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