/[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.50 by wakaba, Wed Sep 28 09:49:10 2005 UTC revision 1.76 by wakaba, Sun Dec 18 13:21:47 2005 UTC
# Line 1  Line 1 
1    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
2    
3            * PerlCode.dis (PCDocument.createPerlSub): New method.
4    
5            * Makefile: Rules to make |DIS/DPG.pm| added.
6    
7    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
8    
9            * PerlCode.dis (PCExpression.stringify): More operators supported.
10            (PCDocument.createPCStatement): New method.
11    
12    2005-12-17  Wakaba  <wakaba@suika.fam.cx>
13    
14            * PerlCode.dis (PCWhen): New interface.
15    
16    2005-12-16  Wakaba  <wakaba@suika.fam.cx>
17    
18            * PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces.
19            (arrayRefLiteral, hashRefLiteral): Typos in element type names fixed.
20            (PCExpression.stringify): Outputs children other than expression.
21            Inserts space before and after operators if desired.
22    
23    2005-12-15  Wakaba  <wakaba@suika.fam.cx>
24    
25            * PerlCode.dis (PCCondition, PCBlock): New interface.
26            (ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to
27            distingulish new |ManakaiPCBlock| class implementing new |PCBlock|
28            interface.
29    
30    2005-12-14  Wakaba  <wakaba@suika.fam.cx>
31    
32            * PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New
33            interfaces and element types.
34            (getChildElementByType): New code.
35            (PCFunctionCall): New interface and element type.
36    
37    2005-11-24  Wakaba  <wakaba@suika.fam.cx>
38    
39            * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.
40    
41    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
42    
43            * Error.pm (new): Sets |-stacktrace_| property if debug
44            or verbose mode.
45            (stringify): Appends longer trace if debug or verbose mode.
46            ($VERBOSE): New flag.
47    
48            * DIS.dis: Bugs on error depth fixed.
49            
50    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
51    
52            * DIS.dis (text): New attribute implementation.
53    
54            * ManakaiNode.dis (destroyNodeStem): New method.
55    
56    2005-11-20  Wakaba  <wakaba@suika.fam.cx>
57    
58            * Makefile: |../DOM/Tree.dis| added.
59    
60    2005-11-17  Wakaba  <wakaba@suika.fam.cx>
61    
62            * Makefile: |Formatter/Muf2003.dis| added to file list.
63    
64            * DIS.dis (DISModuleLite): Typo in |ISA| property fixed.
65    
66    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
67    
68            * .cvsignore: New file.
69            
70    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
71    
72            * PerlCode.dis: A test code added.  Typos in |ISA|
73            properties fixed.
74            (PerlSub.stringify): Generates prototype specification
75            even if |prototype| attribute value's length is zero
76            in case the |pc:prototype| attribute /is/ found.
77    
78    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
79    
80            * Makefile: Missing rule to make |Message/DOM/core.dae| added.
81    
82    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
83    
84            * Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules
85            added.
86    
87            * DIS.dis (DIS:): Removed (moved to |DIS/common.dis|).
88    
89    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
90    
91            * PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral):
92            New interfaces.
93            (createPCLiteral, appendNewPCLiteral): New methods.
94            (PCDocument): New interface.
95            (factory methods): Namespace URI and local name of document
96            element arguments added to |createDocument| to obtain
97            an instance of |PCDocument|.
98    
99    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
100    
101            * PerlCode.dis (pc:line): New configuration parameter.
102            (stringify): Don't output "#line" directive
103            unless "pc:line" parameter is set to "true".
104            (pc:split-resolver): New configuration parameter.
105    
106    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
107    
108            * ManakaiNode.dis (anydata0): New property type.
109    
110            * PerlCode.dis (stringify): Prints node id if file name
111            is not available.
112            (perlLiteral): Prints as is if the value is blessed
113            with "manakai::code" package.
114    
115    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
116    
117            * PerlCode.dis (CDATADOMString): Changed to use code
118            fragment defined in DOMCore module directly.
119    
120    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
121    
122            * PerlCode.dis (ForClassCompat): Removed.
123    
124            * ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference):
125            Removed.
126            (newNode): New method.
127            (generateUniqueID): Algorithm has changed to save random
128            string generation time.
129    
130            * DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth".
131    
132    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
133    
134            * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
135            on DOMCore and element type definitions added.
136            (localName): Renamed to "pcLocalName" to avoid
137            conflict with "Node.localName" attribute.
138    
139    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
140    
141            * DIS.dis (Require): Unused reference to "PerlCode.dis" removed.
142    
143            * Makefile: Rules to make "PerlCode.pm" separated
144            from ones for "DIS.pm".
145    
146            * ManakaiNode.dis (mn:unsetXRefNode): "$referent"
147            parameter is replaced with "$referrer->{$propName}".
148    
149            * PerlCode.dis (Require): References "DOMCore.dis".
150            (DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
151            (Util: for ManakaiDOM:ManakaiDOM): New.
152    
153    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
154    
155            * ManakaiNode.dis: New "mn:xrefnode0" property type has
156            been introduced and methods are fixed to support it.
157            (mn:setXRefNode, mn:unsetXRefNode): New codes.
158    
159            * DIS.dis (loadResource): Skips a root resource definition
160            if it is an alias and it has "dis:Name" attribute and
161            referenced canonical definition is already read.  (Note
162            that similar case that the resource definition has "dis:QName"
163            attribute is already fixed in the same way.)
164    
165    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
166    
167            * DIS.dis (readProperties): Recognizes hexdecimal
168            in "DISCore:Integer" (prefixed by "0x").
169    
170    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
171    
172            * PerlCode.dis (getExceptionInterfacePackageNameList,
173            addExceptionInterfacePackageName): New methods.
174            (ToString): Sorts hash keys where they result in
175            the order of statements in result code.
176    
177            * Error.pm ($DEBUG): New option variable.
178            (___get_error_def): Calls "___error_def" method in second or later "@ISA"
179            package even if elder package has "___error_def" method.
180    
181            * DIS.dis: Now constant values are only defined
182            in interfaces.
183            (DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.
184    
185    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
186    
187            * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.
188    
189    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
190    
191            * DIS.dis (getAnyResource): New method.
192            (isTypeURI): Now it is a method of "DIS:DISAnyResource" interface.
193            (getPropertyResource, getPropertyResourceList): Now
194            they uses "getAnyResource" method.
195            (getPropertyModuleList): Removed.
196    
197    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
198    
199            * DIS.dis (readProperties): Saves property name to values.
200            (getPropertyModuleList): New method.
201    
202    2005-09-29  Wakaba  <wakaba@suika.fam.cx>
203    
204            * DIS.dis: Shares local name, namespace URI and for URI
205            if possible.
206    
207            * PerlCode.dis (stringify): Sorts "require" statements by module
208            name.
209    
210    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
211    
212            * PerlCode.dis (perlLiteral): Sorts output by hash key.
213            
214            * ManakaiNode.dis (new): Sets "mn:groveReferenceCounter"
215            property.
216            (getNewReference): Increments "mn:groveReferenceCounter"
217            property.
218            (ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't
219            check "defined" to allow "undef" value in "while" condition.
220            (mn:isGroveReferenced): New code.
221            (changeTreeID): New "groveRC" parameter added.
222            (importTree, changeTreeID): Updates "mn:groveReferenceCounter"
223            properties.
224            (destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred".
225            (mn:groveReferenceCounter): New property.
226    
227  2005-09-28  Wakaba  <wakaba@suika.fam.cx>  2005-09-28  Wakaba  <wakaba@suika.fam.cx>
228    
229          * DIS.dis: Use "tag:" URI for internal URIs.          * DIS.dis: Use "tag:" URI for internal URIs.
# Line 49  Line 275 
275          * Makefile (DAC_SUFFIX): Changed to ".dae".          * Makefile (DAC_SUFFIX): Changed to ".dae".
276          (DAEM_SUFFIX): New.          (DAEM_SUFFIX): New.
277    
278    
279  2005-09-24  Wakaba  <wakaba@suika.fam.cx>  2005-09-24  Wakaba  <wakaba@suika.fam.cx>
280    
281          * ManakaiNode.dis (NodeStem): Property value "mn:treeID"          * ManakaiNode.dis: Use "disPerl:H" instead
282          has changed to scalar reference.          of "disPerl:Q" for hash keys.
283            (NodeStem): Property value "mn:treeID"
284            has changed to scalar reference.
285    
286  2005-09-24  Wakaba  <wakaba@suika.fam.cx>  2005-09-24  Wakaba  <wakaba@suika.fam.cx>
287    

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.76

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24