1 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
3 |
|
* DIS.dis (composeSubsetURI): New code fragment. |
4 |
|
(getResource, getModule, getFor, loadResource): Old |rdf:type| settking |
5 |
|
code is removed. |
6 |
|
(isSubsetOfURI): Old compatibility code removed. |
7 |
|
(addTypeURI): Bugs fixed. |
8 |
|
|
9 |
|
2006-02-19 Wakaba <wakaba@suika.fam.cx> |
10 |
|
|
11 |
|
* DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI| |
12 |
|
property on creation of an object. |
13 |
|
(isAnonymous): Setter is added. |
14 |
|
(isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|. |
15 |
|
(getTypeURIList): New method. |
16 |
|
(typeResource): New attribute. |
17 |
|
(addTypeURI): New method. |
18 |
|
(DISModule.isAnonymous, DISFor.isAnonymous): Removed. Now |for|s |
19 |
|
and modules as well as normal resources can be anonymous. |
20 |
|
(getSuperResourceURIList): New method. |
21 |
|
|
22 |
|
2006-02-18 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
24 |
|
* DIS.dis (revision): New attribute. |
25 |
|
|
26 |
|
2006-02-09 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
28 |
|
* PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break| |
29 |
|
configuration parameter support is added. |
30 |
|
(pc:preserve-line-break): New configuration option. |
31 |
|
|
32 |
|
* DIS.dis (readProperties): |DISCore:UString| lextype support added. |
33 |
|
|
34 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
35 |
|
|
36 |
|
* PerlCode.dis (PCReference.stringify): Reference operator |\| |
37 |
|
was missing. |
38 |
|
|
39 |
|
2006-02-08 Wakaba <wakaba@suika.fam.cx> |
40 |
|
|
41 |
|
* PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements |
42 |
|
and their descendants were ignored. |
43 |
|
(getNameListAttrRM): New variant derived from |getNameListAttrR|, |
44 |
|
for |getUsePerlModuleNameList| and |getUseCharClassNameList|. |
45 |
|
(getUsePerlModuleNameList, getUseCharClassNameList): Don't |
46 |
|
include |pc:package| and their descendants to the target. |
47 |
|
(PerlFile.stringify): Outputs |use| statements |
48 |
|
for Perl modules and character classes not part of any package, |
49 |
|
if any. |
50 |
|
|
51 |
|
* DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported. |
52 |
|
|
53 |
|
2006-02-06 Wakaba <wakaba@suika.fam.cx> |
54 |
|
|
55 |
|
* DIS.dis (loadModule): Loads a "daem" submodule file |
56 |
|
if exists. |
57 |
|
|
58 |
|
2006-01-30 Wakaba <wakaba@suika.fam.cx> |
59 |
|
|
60 |
|
* Makefile: Typo fixed. |
61 |
|
|
62 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
63 |
|
|
64 |
|
* Makefile: Updated to be consist with |../DOM/Makefile|. |
65 |
|
|
66 |
|
* DIS.dis (parse): Parameter |input|'s type is |
67 |
|
changed from |DOMLS:LSInput| to |DISPerl:HASH| to |
68 |
|
remove dependency on |MDOM:DOMLS| module. |
69 |
|
|
70 |
|
2006-01-29 Wakaba <wakaba@suika.fam.cx> |
71 |
|
|
72 |
|
* PerlCode.dis (skipLines): Its code was incorrect. |
73 |
|
(createPCLiteral): Creates a |undef| keyword node |
74 |
|
for an |undef| value. Tests added. |
75 |
|
|
76 |
|
2006-01-25 Wakaba <wakaba@suika.fam.cx> |
77 |
|
|
78 |
|
* ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added. |
79 |
|
|
80 |
|
2006-01-24 Wakaba <wakaba@suika.fam.cx> |
81 |
|
|
82 |
|
* ManakaiNodeTest.dis: Tests added. |
83 |
|
|
84 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
85 |
|
|
86 |
|
* .cvsignore: |ManakaiNodeTest.pm| added. |
87 |
|
|
88 |
|
2006-01-23 Wakaba <wakaba@suika.fam.cx> |
89 |
|
|
90 |
|
* ManakaiNodeTest.dis: New module. |
91 |
|
|
92 |
|
* Makefile: |ManakaiNodeTest.dis| added. |
93 |
|
|
94 |
|
2006-01-22 Wakaba <wakaba@suika.fam.cx> |
95 |
|
|
96 |
|
* PerlCode.dis: Fixed not |getAttributeNS| to cause |
97 |
|
uninitialized value warnings. |
98 |
|
|
99 |
|
2006-01-19 Wakaba <wakaba@suika.fam.cx> |
100 |
|
|
101 |
|
* PerlCode.dis (PCPackage.stringify): Appends a string |
102 |
|
representation of non-|pc:*| element children for |
103 |
|
the stringified value. |
104 |
|
|
105 |
|
2006-01-07 Wakaba <wakaba@suika.fam.cx> |
106 |
|
|
107 |
|
* Makefile: |../DOM/XDoctype.dis| added. |
108 |
|
|
109 |
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
2005-12-27 Wakaba <wakaba@suika.fam.cx> |
110 |
|
|
111 |
* PerlCode.dis (PCReference): New interface. |
* PerlCode.dis (PCReference): New interface. |