1 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DIS.dis (MUErrorHandler): Missing |For| specification is added. |
4 |
|
|
5 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
7 |
|
* DIS.dis (getMethodForType): Bug fixed. |
8 |
|
|
9 |
|
2006-02-20 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* DIS.dis (isPropertyElement): The |DISCore:resourceType| |
12 |
|
element type is now recognized as a property. In addition, |
13 |
|
element types that are a |DISSource:Property| are |
14 |
|
properties. |
15 |
|
(DIS:AnyMethod, DIS:Method, DIS:Attribute): New types. |
16 |
|
(DIS:targetType): New property. |
17 |
|
(DISModule, DISFor, DISResource, DISDatabase): These |
18 |
|
classes no longer inherits |ManakaiDISExceptionTarget|. |
19 |
|
(DISDatabase.loadResource): Reads |DISCore:resourceType| property |
20 |
|
as well as |rdf:type| property. |
21 |
|
(DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New |
22 |
|
methods. |
23 |
|
(DISDatabase.domConfig): New attribute. |
24 |
|
(error-handler): New configuration parameter. |
25 |
|
(getMethodForType): New code fragment. |
26 |
|
(DIS:more-than-one-methods-for-a-type): New error. |
27 |
|
(ManakaiDISExceptionTarget): Removed. |
28 |
|
|
29 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
30 |
|
|
31 |
|
* DIS.dis (composeSubsetURI): New code fragment. |
32 |
|
(getResource, getModule, getFor, loadResource): Old |rdf:type| settking |
33 |
|
code is removed. |
34 |
|
(isSubsetOfURI): Old compatibility code removed. |
35 |
|
(addTypeURI): Bugs fixed. |
36 |
|
|
37 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
38 |
|
|
39 |
|
* DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI| |
40 |
|
property on creation of an object. |
41 |
|
(isAnonymous): Setter is added. |
42 |
|
(isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|. |
43 |
|
(getTypeURIList): New method. |
44 |
|
(typeResource): New attribute. |
45 |
|
(addTypeURI): New method. |
46 |
|
(DISModule.isAnonymous, DISFor.isAnonymous): Removed. Now |for|s |
47 |
|
and modules as well as normal resources can be anonymous. |
48 |
|
(getSuperResourceURIList): New method. |
49 |
|
|
50 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
51 |
|
|
52 |
|
* DIS.dis (revision): New attribute. |
53 |
|
|
54 |
|
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
55 |
|
|
56 |
|
* PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break| |
57 |
|
configuration parameter support is added. |
58 |
|
(pc:preserve-line-break): New configuration option. |
59 |
|
|
60 |
|
* DIS.dis (readProperties): |DISCore:UString| lextype support added. |
61 |
|
|
62 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* PerlCode.dis (PCReference.stringify): Reference operator |\| |
65 |
|
was missing. |
66 |
|
|
67 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
68 |
|
|
69 |
|
* PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements |
70 |
|
and their descendants were ignored. |
71 |
|
(getNameListAttrRM): New variant derived from |getNameListAttrR|, |
72 |
|
for |getUsePerlModuleNameList| and |getUseCharClassNameList|. |
73 |
|
(getUsePerlModuleNameList, getUseCharClassNameList): Don't |
74 |
|
include |pc:package| and their descendants to the target. |
75 |
|
(PerlFile.stringify): Outputs |use| statements |
76 |
|
for Perl modules and character classes not part of any package, |
77 |
|
if any. |
78 |
|
|
79 |
|
* DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported. |
80 |
|
|
81 |
|
2006-02-06 Wakaba <wakaba@suika.fam.cx> |
82 |
|
|
83 |
|
* DIS.dis (loadModule): Loads a "daem" submodule file |
84 |
|
if exists. |
85 |
|
|
86 |
|
2006-01-30 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
88 |
|
* Makefile: Typo fixed. |
89 |
|
|
90 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
91 |
|
|
92 |
|
* Makefile: Updated to be consist with |../DOM/Makefile|. |
93 |
|
|
94 |
|
* DIS.dis (parse): Parameter |input|'s type is |
95 |
|
changed from |DOMLS:LSInput| to |DISPerl:HASH| to |
96 |
|
remove dependency on |MDOM:DOMLS| module. |
97 |
|
|
98 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
99 |
|
|
100 |
|
* PerlCode.dis (skipLines): Its code was incorrect. |
101 |
|
(createPCLiteral): Creates a |undef| keyword node |
102 |
|
for an |undef| value. Tests added. |
103 |
|
|
104 |
|
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
105 |
|
|
106 |
|
* ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added. |
107 |
|
|
108 |
|
2006-01-24 Wakaba <wakaba@suika.fam.cx> |
109 |
|
|
110 |
|
* ManakaiNodeTest.dis: Tests added. |
111 |
|
|
112 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
113 |
|
|
114 |
|
* .cvsignore: |ManakaiNodeTest.pm| added. |
115 |
|
|
116 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
117 |
|
|
118 |
|
* ManakaiNodeTest.dis: New module. |
119 |
|
|
120 |
|
* Makefile: |ManakaiNodeTest.dis| added. |
121 |
|
|
122 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
123 |
|
|
124 |
|
* PerlCode.dis: Fixed not |getAttributeNS| to cause |
125 |
|
uninitialized value warnings. |
126 |
|
|
127 |
|
2006-01-19 Wakaba <wakaba@suika.fam.cx> |
128 |
|
|
129 |
|
* PerlCode.dis (PCPackage.stringify): Appends a string |
130 |
|
representation of non-|pc:*| element children for |
131 |
|
the stringified value. |
132 |
|
|
133 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
134 |
|
|
135 |
|
* Makefile: |../DOM/XDoctype.dis| added. |
136 |
|
|
137 |
|
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
138 |
|
|
139 |
|
* PerlCode.dis (PCReference): New interface. |
140 |
|
|
141 |
|
2005-12-24 Wakaba <wakaba@suika.fam.cx> |
142 |
|
|
143 |
|
* PerlCode.dis (PerlSub.clearPerlName): New method. |
144 |
|
(PCDocument.createPCLiteral): Adopts |PerlCode| node |
145 |
|
if it is a foreign one. |
146 |
|
|
147 |
|
* DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS| |
148 |
|
character is replaced to |UNDERLINE| character. |
149 |
|
|
150 |
|
2005-12-21 Wakaba <wakaba@suika.fam.cx> |
151 |
|
|
152 |
|
* Makefile: |dpg.dae| rule merged into |discore.dae| rule. |
153 |
|
|
154 |
|
2005-12-20 Wakaba <wakaba@suika.fam.cx> |
155 |
|
|
156 |
|
* DIS.dis: DPG format support added. |
157 |
|
|
158 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
159 |
|
|
160 |
|
* PerlCode.dis (PCDocument.createPerlSub): New method. |
161 |
|
|
162 |
|
* Makefile: Rules to make |DIS/DPG.pm| added. |
163 |
|
|
164 |
|
2005-12-18 Wakaba <wakaba@suika.fam.cx> |
165 |
|
|
166 |
|
* PerlCode.dis (PCExpression.stringify): More operators supported. |
167 |
|
(PCDocument.createPCStatement): New method. |
168 |
|
|
169 |
2005-12-17 Wakaba <wakaba@suika.fam.cx> |
2005-12-17 Wakaba <wakaba@suika.fam.cx> |
170 |
|
|
171 |
* PerlCode.dis (PCWhen): New interface. |
* PerlCode.dis (PCWhen): New interface. |