1 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DIS.dis (ManakaiDISImplementation): It no longer |
4 |
|
inherits |ManakaiDISImplementationValue|, |
5 |
|
|ManakaiDISImplementationPerl|, and |ManakaiSWCFGImplementation| |
6 |
|
interfaces. The class is now expected to be implemented |
7 |
|
by |DOMImplementation| objects. |
8 |
|
|
9 |
|
* PerlCode.dis (addImplementedFeature, addImplementedElementType): |
10 |
|
New methods. |
11 |
|
(PCHasFeature, PCElementType): New interfaces. |
12 |
|
(PCDocument): It no longer inherits the |ManakaiDOMDocument|; it |
13 |
|
is now expected to be implemented by |Document| |
14 |
|
objects. |
15 |
|
(PCImplementation): It no longer inherits the |ManakaiDOMImplementation|; |
16 |
|
it is now expected to be implemented by |DOMImplementation| |
17 |
|
objects. |
18 |
|
|
19 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
20 |
|
|
21 |
|
* autoload/: New directory. |
22 |
|
|
23 |
|
* DIS.dis (getPropertyResourceList): Unused |defaultMediaType| |
24 |
|
parameter is deleted. New |isaRecursivePropName| |
25 |
|
and |recursiveISAPropName| parameters are added. |
26 |
|
|
27 |
|
* PerlCode.dis (addRevISAPackageName, getRevISAPackageName): |
28 |
|
New methods. |
29 |
|
(stringify): Support for the rev-ISA packages is added. |
30 |
|
(getAutoloadDefinitionList): New method. |
31 |
|
|
32 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
33 |
|
|
34 |
|
* DIS.dis (parseString): New |for_arg| parameter is added. |
35 |
|
|
36 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
37 |
|
|
38 |
|
* DIS.dis (readProperties): New |implementation| parameters |
39 |
|
are added. Support for the |lang:dcmodel| lexical |
40 |
|
type is added. |
41 |
|
(parseString): New method. |
42 |
|
|
43 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
44 |
|
|
45 |
|
* Makefile (.discore-all.pm): |../DOM/TreeStore.pm| is added |
46 |
|
to the list. |
47 |
|
|
48 |
|
2006-05-28 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
50 |
|
* DIS.dis (Require): An explicit reference to the |MDOM:DOMCore| |
51 |
|
module is added. |
52 |
|
(readProperties): The support for the |DISCore:NSString| type |
53 |
|
is added. |
54 |
|
|
55 |
|
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
56 |
|
|
57 |
|
* .cvsignore: Updated. |
58 |
|
|
59 |
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
2006-04-16 Wakaba <wakaba@suika.fam.cx> |
60 |
|
|
61 |
* PerlCode.t (CDATADOMString2): New reflecting datatype. |
* PerlCode.t (CDATADOMString2): New reflecting datatype. |