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