1 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* PerlCode.dis: |WithFor| and |DefaultFor| are removed. |
4 |
|
|
5 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DIS.dis, PerlCode.dis: References to the |ManakaiDOM:ManakaiDOM| |
8 |
|
mode are removed. |
9 |
|
|
10 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
12 |
|
* DIS.dis (ModuleRole, ForRole, ResourceRole, |
13 |
|
DatabaseRole, ElementRole): Removed. |
14 |
|
(DISParser.new): Removed. |
15 |
|
(getFeature): Removed. |
16 |
|
(hasFeature): Removed. |
17 |
|
|
18 |
|
* Grove.dis: Removed. |
19 |
|
|
20 |
|
2006-12-29 Wakaba <wakaba@suika.fam.cx> |
21 |
|
|
22 |
|
* PerlCode.dis (createPCFile): Removed. |
23 |
|
(createPCDocument): New method. |
24 |
|
|
25 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
26 |
|
|
27 |
|
* Makefile: |lib/Message/DOM/DOMString.pm| is added. |
28 |
|
|
29 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* Grove.dis (mg:nodeRefClass, mg:nodeRefInterfaces): Removed. |
32 |
|
|
33 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
34 |
|
|
35 |
|
* DIS.dis (ManakaiDISImplementation): It no longer |
36 |
|
inherits |ManakaiDISImplementationValue|, |
37 |
|
|ManakaiDISImplementationPerl|, and |ManakaiSWCFGImplementation| |
38 |
|
interfaces. The class is now expected to be implemented |
39 |
|
by |DOMImplementation| objects. |
40 |
|
|
41 |
|
* PerlCode.dis (addImplementedFeature, addImplementedElementType): |
42 |
|
New methods. |
43 |
|
(PCHasFeature, PCElementType): New interfaces. |
44 |
|
(PCDocument): It no longer inherits the |ManakaiDOMDocument|; it |
45 |
|
is now expected to be implemented by |Document| |
46 |
|
objects. |
47 |
|
(PCImplementation): It no longer inherits the |ManakaiDOMImplementation|; |
48 |
|
it is now expected to be implemented by |DOMImplementation| |
49 |
|
objects. |
50 |
|
|
51 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
52 |
|
|
53 |
|
* autoload/: New directory. |
54 |
|
|
55 |
|
* DIS.dis (getPropertyResourceList): Unused |defaultMediaType| |
56 |
|
parameter is deleted. New |isaRecursivePropName| |
57 |
|
and |recursiveISAPropName| parameters are added. |
58 |
|
|
59 |
|
* PerlCode.dis (addRevISAPackageName, getRevISAPackageName): |
60 |
|
New methods. |
61 |
|
(stringify): Support for the rev-ISA packages is added. |
62 |
|
(getAutoloadDefinitionList): New method. |
63 |
|
|
64 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* DIS.dis (parseString): New |for_arg| parameter is added. |
67 |
|
|
68 |
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
70 |
|
* DIS.dis (readProperties): New |implementation| parameters |
71 |
|
are added. Support for the |lang:dcmodel| lexical |
72 |
|
type is added. |
73 |
|
(parseString): New method. |
74 |
|
|
75 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
76 |
|
|
77 |
* Makefile (.discore-all.pm): |../DOM/TreeStore.pm| is added |
* Makefile (.discore-all.pm): |../DOM/TreeStore.pm| is added |
78 |
to the list. |
to the list. |
79 |
|
|