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