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