1 |
wakaba |
1.12 |
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
wakaba |
1.14 |
* Encode.dis: |For| specifications are removed. |
4 |
|
|
|
5 |
|
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
|
7 |
wakaba |
1.13 |
* Encode.dis (Require): |WithFor| specifications are removed. |
8 |
|
|
(DefaultFor): Removed. |
9 |
|
|
|
10 |
|
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
|
12 |
wakaba |
1.12 |
* Encode.dis (Require): Reference to the |ManakaiDOM:ManakaiDOM| |
13 |
|
|
mode is removed. |
14 |
|
|
|
15 |
wakaba |
1.11 |
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
16 |
|
|
|
17 |
|
|
* Encode.dis (MCEncodeImplementation): It no |
18 |
|
|
longer inherit the |MinimumImplementation|; it |
19 |
|
|
is now expected to be implemented by |DOMImplementation| |
20 |
|
|
objects. |
21 |
|
|
|
22 |
wakaba |
1.10 |
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
|
24 |
|
|
* .cvsignore: New file. |
25 |
|
|
|
26 |
wakaba |
1.9 |
2006-04-09 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
|
28 |
|
|
* Encode.dis (close): New method. |
29 |
|
|
|
30 |
wakaba |
1.8 |
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
|
32 |
|
|
* Makefile (clean-db): New rule. |
33 |
|
|
|
34 |
wakaba |
1.7 |
2006-03-15 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
|
36 |
|
|
* Makefile (gl-jis-1978.tbr): 1983-swapped-pairs were not reversed. |
37 |
|
|
(install): Rule |install-GLJIS1997Swapped| is added. |
38 |
|
|
|
39 |
|
|
* Encode.dis (createMCDecodeHandle): Charset |iso-2022-jp| |
40 |
|
|
is implemented. |
41 |
|
|
(ManakaiMCISO2022JPDecodeHandle): New class. |
42 |
|
|
|
43 |
wakaba |
1.4 |
2006-03-14 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
|
45 |
wakaba |
1.6 |
* Makefile (GLJIS1997Swapped): New |Encode| module. |
46 |
|
|
|
47 |
|
|
2006-03-14 Wakaba <wakaba@suika.fam.cx> |
48 |
|
|
|
49 |
wakaba |
1.5 |
* Encode.dis (createMCDecodeHandle): Charsets |euc-jp| |
50 |
|
|
and |shift_jis| are implemented. |
51 |
|
|
(ManakaiMCEUCJPDecodeHandle): New class. |
52 |
|
|
(ManakaiMCShiftJISDecodeHandle): New class. |
53 |
|
|
|
54 |
|
|
2006-03-14 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
|
56 |
wakaba |
1.4 |
* Encode.dis (ungetc): New method. |
57 |
|
|
|
58 |
|
|
* Makefile: Rules to make |Encode| modules |
59 |
|
|
for |euc-jp-1997|, |shift-jis-1997|, |gl-jis-1978|, |gl-jis-1983|, |
60 |
|
|
and |gl-jis-1997| are added. |
61 |
|
|
|
62 |
wakaba |
1.3 |
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
|
64 |
|
|
* Encode.dis (createMCDecodeHandle): New |
65 |
|
|
parameter |onerror| is added. Charsets |cs:XML.utf-8|, |cs:XML.utf-16|, |
66 |
|
|
and |xml-auto-charset:| are implemented. Throws an error |
67 |
|
|
if the charset is not supported. |
68 |
|
|
(getURIFromCharsetName, getCharsetNameFromURI): Algorithmic URIs are |
69 |
|
|
supported. |
70 |
|
|
(onerror): Removed from |onoctetstreamerror|. |
71 |
|
|
(MCXMLDecodeHandle): Removed. |
72 |
|
|
(inputEncoding, hasBOM): New attributes. |
73 |
|
|
|
74 |
wakaba |
1.2 |
2006-03-11 Wakaba <wakaba@suika.fam.cx> |
75 |
|
|
|
76 |
|
|
* Makefile: A typo is fixed. |
77 |
|
|
|
78 |
|
|
* Encode.dis (Require): A reference to the |DISlib:Charset| |
79 |
|
|
module is added. |
80 |
|
|
(MCEncodeFeature10): New feature. |
81 |
|
|
(MCEncodeImplementation): New interface. |
82 |
|
|
(MCDecodeHandle): New interface. |
83 |
|
|
|
84 |
wakaba |
1.1 |
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
|
86 |
|
|
* ChangeLog: New file. |
87 |
|
|
|
88 |
|
|
* Encode.dis: New file. |
89 |
|
|
|
90 |
|
|
* Makefile: New file. |
91 |
|
|
|
92 |
|
|
|
93 |
|
|
|