update.
[elisp/flim.git] / ChangeLog
1 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * mailcap.el (mailcap-look-at-mtext): Fix typo.
4
5 1998-05-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
6
7         * FLIM-ELS (flim-modules): Add mailcap.
8
9         * mailcap.el: New file (copied from SEMI).
10
11 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
12
13         * eword-decode.el (eword-decode-ignored-field-list): Add
14         `received'.
15         
16         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
17         environment variables.
18
19 \f
20 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
21
22         * FLIM: Version 1.0.1 (Ky\e-Dòto) was released.\e-A
23
24         * mime-def.el (mime-spadework-module-version-string): New
25         constant.
26
27         * eword-encode.el: Abolish constant 'eword-encode-version.
28
29         * eword-decode.el: Abolish constant 'eword-decode-version.
30
31 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
32
33         * eword-encode.el (eword-encode-divide-into-charset-words): Use
34         'char-length or 'char-next-index instead of 'char-bytes.
35         (tm-eword::encode-string-1): Use 'char-next-index instead of
36         'char-bytes.
37
38 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
39
40         * mel.el (base64-dl-module): Must check base64.so actually exists.
41
42 \f
43 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
44
45         * FLIM: Version 1.0.0 was released.
46
47         * README.en: Modify for FLIM.
48
49         * ChangeLog: New file.
50
51 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
52
53         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
54
55         * Makefile: Modify for FLIM.
56
57 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
58
59         * Makefile: New file.
60
61         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
62         eword-encode.el: Copied from MEL, SEMI (mime-def.el
63         eword-decode.el eword-encode.el) and APEL (std11-parse.el
64         std11.el).