/[suikacvs]/messaging/manakai/lib/Message/Util/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/Util/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.71 by wakaba, Wed Nov 23 11:21:20 2005 UTC revision 1.94 by wakaba, Sun Feb 19 10:55:02 2006 UTC
# Line 1  Line 1 
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>
110    
111            * PerlCode.dis (PCReference): New interface.
112    
113    2005-12-24  Wakaba  <wakaba@suika.fam.cx>
114    
115            * PerlCode.dis (PerlSub.clearPerlName): New method.
116            (PCDocument.createPCLiteral): Adopts |PerlCode| node
117            if it is a foreign one.
118    
119            * DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS|
120            character is replaced to |UNDERLINE| character.
121    
122    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
123    
124            * Makefile: |dpg.dae| rule merged into |discore.dae| rule.
125    
126    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
127    
128            * DIS.dis: DPG format support added.
129    
130    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
131    
132            * PerlCode.dis (PCDocument.createPerlSub): New method.
133    
134            * Makefile: Rules to make |DIS/DPG.pm| added.
135    
136    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
137    
138            * PerlCode.dis (PCExpression.stringify): More operators supported.
139            (PCDocument.createPCStatement): New method.
140    
141    2005-12-17  Wakaba  <wakaba@suika.fam.cx>
142    
143            * PerlCode.dis (PCWhen): New interface.
144    
145    2005-12-16  Wakaba  <wakaba@suika.fam.cx>
146    
147            * PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces.
148            (arrayRefLiteral, hashRefLiteral): Typos in element type names fixed.
149            (PCExpression.stringify): Outputs children other than expression.
150            Inserts space before and after operators if desired.
151    
152    2005-12-15  Wakaba  <wakaba@suika.fam.cx>
153    
154            * PerlCode.dis (PCCondition, PCBlock): New interface.
155            (ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to
156            distingulish new |ManakaiPCBlock| class implementing new |PCBlock|
157            interface.
158    
159    2005-12-14  Wakaba  <wakaba@suika.fam.cx>
160    
161            * PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New
162            interfaces and element types.
163            (getChildElementByType): New code.
164            (PCFunctionCall): New interface and element type.
165    
166    2005-11-24  Wakaba  <wakaba@suika.fam.cx>
167    
168            * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.
169    
170  2005-11-23  Wakaba  <wakaba@suika.fam.cx>  2005-11-23  Wakaba  <wakaba@suika.fam.cx>
171    
172          * Error.pm (new): Sets |-stacktrace_| property if debug          * Error.pm (new): Sets |-stacktrace_| property if debug

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.94

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24