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