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