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

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.97

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24