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