8de6cfd351b51a3fd2b17ce008d84b138e253492
[elisp/flim.git] / ChangeLog
1 1998-04-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
2
3         * eword-decode.el (eword-decode-ignored-field-list): Add
4         `received'.
5         
6         * mel.el (mime-temp-directory): Use TMPDIR, TMP, or TEMP
7         environment variables.
8
9 \f
10 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
11
12         * FLIM: Version 1.0.1 (Ky\e.D\eNrto) was released.
13
14         * mime-def.el (mime-spadework-module-version-string): New
15         constant.
16
17         * eword-encode.el: Abolish constant 'eword-encode-version.
18
19         * eword-decode.el: Abolish constant 'eword-decode-version.
20
21 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
22
23         * eword-encode.el (eword-encode-divide-into-charset-words): Use
24         'char-length or 'char-next-index instead of 'char-bytes.
25         (tm-eword::encode-string-1): Use 'char-next-index instead of
26         'char-bytes.
27
28 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
29
30         * mel.el (base64-dl-module): Must check base64.so actually exists.
31
32 \f
33 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
34
35         * FLIM: Version 1.0.0 was released.
36
37         * README.en: Modify for FLIM.
38
39         * ChangeLog: New file.
40
41 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
42
43         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
44
45         * Makefile: Modify for FLIM.
46
47 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
48
49         * Makefile: New file.
50
51         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
52         eword-encode.el: Copied from MEL, SEMI (mime-def.el
53         eword-decode.el eword-encode.el) and APEL (std11-parse.el
54         std11.el).