91ffb8d3f0888f3450e10503972cff4dc67765e7
[elisp/flim.git] / ChangeLog
1 1998-04-21  Tanaka Akira  <akr@jaist.ac.jp>
2
3         * eword-decode.el (eword-decode-header): code-conversion is now
4         effective again.
5
6 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
7
8         * eword-decode.el (eword-decode-quoted-encoded-word): Use
9         'defcustom.
10
11 1998-04-21  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
12
13         * eword-decode.el (eword-decode-sticked-encoded-word): Use
14         'defcustom.
15
16 1998-04-21  Tanaka Akira  <akr@jaist.ac.jp>
17
18         * VERSION.FLAM: New file.
19
20 1998-04-17  Tanaka Akira  <akr@jaist.ac.jp>
21
22         * Sync up with flim-1_0_0 to flim-1_0_1.
23
24 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
25
26         * mime-def.el (mime-spadework-module-version-string): New
27         constant.
28
29         * eword-encode.el: Abolish constant 'eword-encode-version.
30
31         * eword-decode.el: Abolish constant 'eword-decode-version.
32
33 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
34
35         * eword-encode.el (eword-encode-divide-into-charset-words): Use
36         'char-length or 'char-next-index instead of 'char-bytes.
37         (tm-eword::encode-string-1): Use 'char-next-index instead of
38         'char-bytes.
39
40 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
41
42         * mel.el (base64-dl-module): Must check base64.so actually exists.
43
44 1998-04-13  Tanaka Akira  <akr@jaist.ac.jp>
45
46         * eword-decode.el: Copied from AKEMI branch of SEMI.
47
48 \f
49 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
50
51         * FLIM: Version 1.0.0 was released.
52
53         * README.en: Modify for FLIM.
54
55         * ChangeLog: New file.
56
57 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
58
59         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
60
61         * Makefile: Modify for FLIM.
62
63 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
64
65         * Makefile: New file.
66
67         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
68         eword-encode.el: Copied from MEL, SEMI (mime-def.el
69         eword-decode.el eword-encode.el) and APEL (std11-parse.el
70         std11.el).