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