update.
[elisp/flim.git] / ChangeLog
1 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
2
3         * mime-def.el (mime-spadework-module-version-string): New
4         constant.
5
6         * eword-encode.el: Abolish constant 'eword-encode-version.
7
8         * eword-decode.el: Abolish constant 'eword-decode-version.
9
10 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
11
12         * eword-encode.el (eword-encode-divide-into-charset-words): Use
13         'char-length or 'char-next-index instead of 'char-bytes.
14         (tm-eword::encode-string-1): Use 'char-next-index instead of
15         'char-bytes.
16
17 1998-04-17  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
18
19         * mel.el (base64-dl-module): Must check base64.so actually exists.
20
21 \f
22 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
23
24         * FLIM: Version 1.0.0 was released.
25
26         * README.en: Modify for FLIM.
27
28         * ChangeLog: New file.
29
30 1998-04-13  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
31
32         * FLIM-CFG, FLIM-ELS, FLIM-MK: New files.
33
34         * Makefile: Modify for FLIM.
35
36 1998-04-10  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
37
38         * Makefile: New file.
39
40         * mime-def.el, std11-parse.el, std11.el, eword-decode.el,
41         eword-encode.el: Copied from MEL, SEMI (mime-def.el
42         eword-decode.el eword-encode.el) and APEL (std11-parse.el
43         std11.el).