1 |
|
2007-07-29 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* Makefile (all-document): New. |
4 |
|
(all): Do |all-document|. |
5 |
|
|
6 |
|
2007-06-16 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
8 |
|
* Error.pod: New documentation, split from |Error.pm|. |
9 |
|
|
10 |
|
* Error.pm: Documentations are removed. |
11 |
|
(new): |die| if |-type| option is not specified. |
12 |
|
(text, value, type): Do what |Message::Util::Error::DOMException| does, |
13 |
|
with some modification for compatibility with |Error| and |
14 |
|
new naming convention for error type/subtype definitions. |
15 |
|
(code): New method. |
16 |
|
(subtype, type_def): New methods. |
17 |
|
|
18 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
20 |
|
* DIS.dis: Support for |for| is entirely removed. |forArg| |
21 |
|
parameters are removed. |
22 |
|
(createDISDocument): Removed. |
23 |
|
(tfurisToURI): Removed. |
24 |
|
(tfpurisToURI): The |for| URI slot is |
25 |
|
fixed to |ManakaiDOM:all|. |
26 |
|
(tfqnamesToURI): Removed. |
27 |
|
(tfpqnamesToURI): The |defaultForURI| parameter |
28 |
|
is removed and the |for| URI slot is |
29 |
|
fixed to |ManakaiDOM:all|. |
30 |
|
(forURI): Removed. |
31 |
|
(forMatch): The first parameter, |forArg|, no |
32 |
|
longer takes effect. |
33 |
|
|
34 |
|
* PerlCode.dis (sourceFor): Removed. |
35 |
|
(stringify): Don't output comment with |sourceFor| URI. |
36 |
|
|
37 |
|
2006-12-31 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* DIS.dis (forMatch, readProperties): Support for the |For| |
40 |
|
property is removed. |
41 |
|
|
42 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
43 |
|
|
44 |
|
* DIS.dis (defaultForURI): Removed. |
45 |
|
|
46 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
47 |
|
|
48 |
|
* PerlCode.dis, DIS.dis, ManakaiNode.dis, |
49 |
|
ManakaiNodeTest.dis: |For| specifications are removed. |
50 |
|
|
51 |
|
* common.dis: New module. |
52 |
|
|
53 |
|
* DIS.dis, PerlCode.dis, ManakaiNode.dis: |Util:| resource |
54 |
|
definitions are removed (and moved to |common.dis|). |
55 |
|
|
56 |
|
* DIS.dis (ForEmpty, ForLatest): Removed. |
57 |
|
|
58 |
|
* DIS.dis: |WithFor| and |DefaultFor| are removed. |
59 |
|
|
60 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
61 |
|
|
62 |
|
* PerlCode.dis: |WithFor| and |DefaultFor| are removed. |
63 |
|
|
64 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
66 |
|
* DIS.dis, PerlCode.dis: References to the |ManakaiDOM:ManakaiDOM| |
67 |
|
mode are removed. |
68 |
|
|
69 |
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
70 |
|
|
71 |
|
* DIS.dis (ModuleRole, ForRole, ResourceRole, |
72 |
|
DatabaseRole, ElementRole): Removed. |
73 |
|
(DISParser.new): Removed. |
74 |
|
(getFeature): Removed. |
75 |
|
(hasFeature): Removed. |
76 |
|
|
77 |
|
* Grove.dis: Removed. |
78 |
|
|
79 |
|
2006-12-29 Wakaba <wakaba@suika.fam.cx> |
80 |
|
|
81 |
|
* PerlCode.dis (createPCFile): Removed. |
82 |
|
(createPCDocument): New method. |
83 |
|
|
84 |
|
2006-12-02 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* Makefile: |lib/Message/DOM/DOMString.pm| is added. |
87 |
|
|
88 |
|
2006-11-05 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* Grove.dis (mg:nodeRefClass, mg:nodeRefInterfaces): Removed. |
91 |
|
|
92 |
|
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
93 |
|
|
94 |
|
* DIS.dis (ManakaiDISImplementation): It no longer |
95 |
|
inherits |ManakaiDISImplementationValue|, |
96 |
|
|ManakaiDISImplementationPerl|, and |ManakaiSWCFGImplementation| |
97 |
|
interfaces. The class is now expected to be implemented |
98 |
|
by |DOMImplementation| objects. |
99 |
|
|
100 |
|
* PerlCode.dis (addImplementedFeature, addImplementedElementType): |
101 |
|
New methods. |
102 |
|
(PCHasFeature, PCElementType): New interfaces. |
103 |
|
(PCDocument): It no longer inherits the |ManakaiDOMDocument|; it |
104 |
|
is now expected to be implemented by |Document| |
105 |
|
objects. |
106 |
|
(PCImplementation): It no longer inherits the |ManakaiDOMImplementation|; |
107 |
|
it is now expected to be implemented by |DOMImplementation| |
108 |
|
objects. |
109 |
|
|
110 |
|
2006-11-03 Wakaba <wakaba@suika.fam.cx> |
111 |
|
|
112 |
|
* autoload/: New directory. |
113 |
|
|
114 |
|
* DIS.dis (getPropertyResourceList): Unused |defaultMediaType| |
115 |
|
parameter is deleted. New |isaRecursivePropName| |
116 |
|
and |recursiveISAPropName| parameters are added. |
117 |
|
|
118 |
|
* PerlCode.dis (addRevISAPackageName, getRevISAPackageName): |
119 |
|
New methods. |
120 |
|
(stringify): Support for the rev-ISA packages is added. |
121 |
|
(getAutoloadDefinitionList): New method. |
122 |
|
|
123 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
124 |
|
|
125 |
|
* DIS.dis (parseString): New |for_arg| parameter is added. |
126 |
|
|
127 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* DIS.dis (readProperties): New |implementation| parameters |
130 |
|
are added. Support for the |lang:dcmodel| lexical |
131 |
|
type is added. |
132 |
|
(parseString): New method. |
133 |
|
|
134 |
|
2006-08-15 Wakaba <wakaba@suika.fam.cx> |
135 |
|
|
136 |
|
* Makefile (.discore-all.pm): |../DOM/TreeStore.pm| is added |
137 |
|
to the list. |
138 |
|
|
139 |
2006-05-28 Wakaba <wakaba@suika.fam.cx> |
2006-05-28 Wakaba <wakaba@suika.fam.cx> |
140 |
|
|
141 |
* DIS.dis (Require): An explicit reference to the |MDOM:DOMCore| |
* DIS.dis (Require): An explicit reference to the |MDOM:DOMCore| |