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