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