Parent Directory | Revision Log
++ manakai/bin/ChangeLog 4 Nov 2006 11:58:05 -0000 2006-11-04 Wakaba <wakaba@suika.fam.cx> * daf.pl: The |--debug| option no longer set obsoleted |$Message::DOM::DOMFeature::DEBUG| option. ++ manakai/lib/Message/Markup/ChangeLog 4 Nov 2006 12:14:20 -0000 2006-11-04 Wakaba <wakaba@suika.fam.cx> * Atom.dis (AtomImplementation): It no longer inherits the |ManakaiDOMImplementation|; it is now expected to be implemented by |DOMImplementation| objects. (AtomDocument, AtomFeedDocument, AtomEntryDocument): It no longer inherits the |ManakaiDOMDocument|; it is now expected to be implemented by |Document| objects. * SuikaWikiConfig21.dis (SWCFGImplementation): It no longer inherits the |DOMImplementation|; it is now expected to be implemented by |DOMImplementation| objects. ++ manakai/lib/Message/Util/ChangeLog 4 Nov 2006 12:18:18 -0000 2006-11-04 Wakaba <wakaba@suika.fam.cx> * DIS.dis (ManakaiDISImplementation): It no longer inherits |ManakaiDISImplementationValue|, |ManakaiDISImplementationPerl|, and |ManakaiSWCFGImplementation| interfaces. The class is now expected to be implemented by |DOMImplementation| objects. * PerlCode.dis (addImplementedFeature, addImplementedElementType): New methods. (PCHasFeature, PCElementType): New interfaces. (PCDocument): It no longer inherits the |ManakaiDOMDocument|; it is now expected to be implemented by |Document| objects. (PCImplementation): It no longer inherits the |ManakaiDOMImplementation|; it is now expected to be implemented by |DOMImplementation| objects. ++ manakai/lib/Message/Util/DIS/ChangeLog 4 Nov 2006 12:24:32 -0000 2006-11-04 Wakaba <wakaba@suika.fam.cx> * DNLite.dis (DISImplementationDNLite): It no longer inherits the |ManakaiDISImplementation|; it is now expected to be implemented by |DOMImplementation| objects. * DPG.dis (DPGDocument): It no longer inherits the |ManakaiDOMDocument| class; it is now expected to be implemented by all |Document| objects. * Perl.dis (DISImplementationPerl): It is now expected to be implemented by all |DOMImplementation| objects. (plCodeFragment): Support for the |p:require| property is added. It no longer output |ClassInfo| for classes for specific element types; instead, it invoke |add_implemented_element_type| method. * Test.dis (DTImplementation): It no longer inherits the |MinimumImplementation| interface; instead, it is expected to be implemented by all |DOMImplementation| objects. * Value.dis (DISImplementationValue): It is now expected to be implemented by all |DOMImplementation| objects. ++ manakai/lib/Message/Util/AutoLoad/ChangeLog 4 Nov 2006 12:19:43 -0000 2006-11-04 Wakaba <wakaba@suika.fam.cx> * Config.pm (register_all, save): Support for |feature| and |element_type| is added. * Registry-initial.pm: Updated. * .cvsignore: New file. * Registry-initial.pm: New module. ++ manakai/lib/Message/DOM/ChangeLog 4 Nov 2006 12:12:45 -0000 explicitly inherits |urigen:ManakaiURIImplementation| (and the |f:ManakaiMinimumImplementation| class inherited by it). The |f:Minimum| feature is ever implemented for compatibility (but is expected to be removed). Internal methods such as |___report_error| are copied from obsolete |f:MinimumImplementation| class. DOM3 methods |hasFeature| and |getFeature| are also moved from that class, but they now support no foreign classes. * DOMFeature.dis (ManakaiImplementationSource): It now |p:require|s |Message::Util::AutoLoad::Registry|. The class no longer support classes other than |ManakaiDOMImplementation|. Note that the |ImplementationRegistry| object does continue to support foreign classes via foreign classes implementing |ImplementationSource| or |DOMImplementationSource| interface. (MinimumImplementation): Removed. * DOMLS.dis (ManakaiDOMImplementationLS): It no longer inherit the |ManakaiDOMImplementation|; it is now expected to be implemented by |DOMImplementation| objects. * DOMMain.dis (null): Removed. * Document.dis (___create_node_ref): It no longer support foreign classes other than |Message::DOM::Document::ManakaiDOMDocument|. Note that document format specific DOM interfaces, if supported, should be all instances of the |Document| interface in the implementation, as defined in the Web Applications 1.0 specification (where the |HTMLDocument| interface must be implemented by all |Document| objects, even if the |Document| contains no HTML element). * GenericLS.dis (GLSImplementation): It no longer inherit the |MinimumImplementation|; it is now expected to be implemented by |DOMImplementation| objects. (createGLSParser, createGLSSerializer): Load module implementing parser or serializer if necessary. * Traversal.dis (ManakaiDOMDocumentTraversal): It no longer inherits the |ManakaiDOMDocument|; it is now expected to be implemented by |Document| objects. * XDP.dis (XDPDocument): It no longer inherits the |Document|; it is now expected to be implemented by all |Document| objects. * XDoctype.dis (ManakaiDOMDocumentXDoctype): It no longer inherits the |ManakaiDOMDocument|; it is now expected to be implemented by |Document| objects. 2006-11-04 Wakaba <wakaba@suika.fam.cx> * DOMCore.dis (ManakaiDOMImplementation): No longer ++ manakai/lib/Message/URI/ChangeLog 4 Nov 2006 12:14:59 -0000 2006-11-04 Wakaba <wakaba@suika.fam.cx> * Generic.dis (URIImplementation): It no longer inherits the |MinimumImplementation|; it is now expected to be implemented by |DOMImplementation| objects. ++ manakai/lib/Message/Charset/ChangeLog 4 Nov 2006 11:56:24 -0000 2006-11-04 Wakaba <wakaba@suika.fam.cx> * Encode.dis (MCEncodeImplementation): It no longer inherit the |MinimumImplementation|; it is now expected to be implemented by |DOMImplementation| objects. ++ manakai/lib/manakai/ChangeLog 4 Nov 2006 12:25:03 -0000 2006-11-04 Wakaba <wakaba@suika.fam.cx> * DISPerl.dis (p:require, p:use): New properties.
1 | wakaba | 1.11 | 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 | wakaba | 1.10 | 2006-04-30 Wakaba <wakaba@suika.fam.cx> |
9 | |||
10 | * .cvsignore: New file. | ||
11 | |||
12 | wakaba | 1.9 | 2006-04-09 Wakaba <wakaba@suika.fam.cx> |
13 | |||
14 | * Encode.dis (close): New method. | ||
15 | |||
16 | wakaba | 1.8 | 2006-04-01 Wakaba <wakaba@suika.fam.cx> |
17 | |||
18 | * Makefile (clean-db): New rule. | ||
19 | |||
20 | wakaba | 1.7 | 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 | wakaba | 1.4 | 2006-03-14 Wakaba <wakaba@suika.fam.cx> |
30 | |||
31 | wakaba | 1.6 | * Makefile (GLJIS1997Swapped): New |Encode| module. |
32 | |||
33 | 2006-03-14 Wakaba <wakaba@suika.fam.cx> | ||
34 | |||
35 | wakaba | 1.5 | * 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 | wakaba | 1.4 | * 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 | wakaba | 1.3 | 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 | wakaba | 1.2 | 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 | wakaba | 1.1 | 2006-03-10 Wakaba <wakaba@suika.fam.cx> |
71 | |||
72 | * ChangeLog: New file. | ||
73 | |||
74 | * Encode.dis: New file. | ||
75 | |||
76 | * Makefile: New file. | ||
77 | |||
78 | |||
79 |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |