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