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