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