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