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