/[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.48 by wakaba, Tue Sep 27 05:30:40 2005 UTC revision 1.65 by wakaba, Tue Nov 15 14:18:23 2005 UTC
# Line 1  Line 1 
1    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Makefile: Missing rule to make |Message/DOM/core.dae| added.
4    
5    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
6    
7            * Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules
8            added.
9    
10            * DIS.dis (DIS:): Removed (moved to |DIS/common.dis|).
11    
12    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
13    
14            * PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral):
15            New interfaces.
16            (createPCLiteral, appendNewPCLiteral): New methods.
17            (PCDocument): New interface.
18            (factory methods): Namespace URI and local name of document
19            element arguments added to |createDocument| to obtain
20            an instance of |PCDocument|.
21    
22    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
23    
24            * PerlCode.dis (pc:line): New configuration parameter.
25            (stringify): Don't output "#line" directive
26            unless "pc:line" parameter is set to "true".
27            (pc:split-resolver): New configuration parameter.
28    
29    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
30    
31            * ManakaiNode.dis (anydata0): New property type.
32    
33            * PerlCode.dis (stringify): Prints node id if file name
34            is not available.
35            (perlLiteral): Prints as is if the value is blessed
36            with "manakai::code" package.
37    
38    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
39    
40            * PerlCode.dis (CDATADOMString): Changed to use code
41            fragment defined in DOMCore module directly.
42    
43    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
44    
45            * PerlCode.dis (ForClassCompat): Removed.
46    
47            * ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference):
48            Removed.
49            (newNode): New method.
50            (generateUniqueID): Algorithm has changed to save random
51            string generation time.
52    
53            * DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth".
54    
55    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
56    
57            * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
58            on DOMCore and element type definitions added.
59            (localName): Renamed to "pcLocalName" to avoid
60            conflict with "Node.localName" attribute.
61    
62    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
63    
64            * DIS.dis (Require): Unused reference to "PerlCode.dis" removed.
65    
66            * Makefile: Rules to make "PerlCode.pm" separated
67            from ones for "DIS.pm".
68    
69            * ManakaiNode.dis (mn:unsetXRefNode): "$referent"
70            parameter is replaced with "$referrer->{$propName}".
71    
72            * PerlCode.dis (Require): References "DOMCore.dis".
73            (DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
74            (Util: for ManakaiDOM:ManakaiDOM): New.
75    
76    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
77    
78            * ManakaiNode.dis: New "mn:xrefnode0" property type has
79            been introduced and methods are fixed to support it.
80            (mn:setXRefNode, mn:unsetXRefNode): New codes.
81    
82            * DIS.dis (loadResource): Skips a root resource definition
83            if it is an alias and it has "dis:Name" attribute and
84            referenced canonical definition is already read.  (Note
85            that similar case that the resource definition has "dis:QName"
86            attribute is already fixed in the same way.)
87    
88    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
89    
90            * DIS.dis (readProperties): Recognizes hexdecimal
91            in "DISCore:Integer" (prefixed by "0x").
92    
93    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
94    
95            * PerlCode.dis (getExceptionInterfacePackageNameList,
96            addExceptionInterfacePackageName): New methods.
97            (ToString): Sorts hash keys where they result in
98            the order of statements in result code.
99    
100            * Error.pm ($DEBUG): New option variable.
101            (___get_error_def): Calls "___error_def" method in second or later "@ISA"
102            package even if elder package has "___error_def" method.
103    
104            * DIS.dis: Now constant values are only defined
105            in interfaces.
106            (DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.
107    
108    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
109    
110            * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.
111    
112    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
113    
114            * DIS.dis (getAnyResource): New method.
115            (isTypeURI): Now it is a method of "DIS:DISAnyResource" interface.
116            (getPropertyResource, getPropertyResourceList): Now
117            they uses "getAnyResource" method.
118            (getPropertyModuleList): Removed.
119    
120    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
121    
122            * DIS.dis (readProperties): Saves property name to values.
123            (getPropertyModuleList): New method.
124    
125    2005-09-29  Wakaba  <wakaba@suika.fam.cx>
126    
127            * DIS.dis: Shares local name, namespace URI and for URI
128            if possible.
129    
130            * PerlCode.dis (stringify): Sorts "require" statements by module
131            name.
132    
133    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
134    
135            * PerlCode.dis (perlLiteral): Sorts output by hash key.
136            
137            * ManakaiNode.dis (new): Sets "mn:groveReferenceCounter"
138            property.
139            (getNewReference): Increments "mn:groveReferenceCounter"
140            property.
141            (ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't
142            check "defined" to allow "undef" value in "while" condition.
143            (mn:isGroveReferenced): New code.
144            (changeTreeID): New "groveRC" parameter added.
145            (importTree, changeTreeID): Updates "mn:groveReferenceCounter"
146            properties.
147            (destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred".
148            (mn:groveReferenceCounter): New property.
149    
150    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
151    
152            * DIS.dis: Use "tag:" URI for internal URIs.
153    
154    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
155    
156            * ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*"
157            properties.
158            (generateUniqueID): Use "tag:" URI.
159    
160            * DIS.dis (targetNamespaceURI): New attribute.
161            (ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler.
162            (ManakaiDISModuleLite->AUTOLOAD): Don't load module
163            if method name is "DESTROY".
164    
165  2005-09-27  Wakaba  <wakaba@suika.fam.cx>  2005-09-27  Wakaba  <wakaba@suika.fam.cx>
166    
167          * ManakaiNode.dis (ManakaiNodeStem): Use per-class          * ManakaiNode.dis (ManakaiNodeStem): Use per-class
# Line 34  Line 198 
198          * Makefile (DAC_SUFFIX): Changed to ".dae".          * Makefile (DAC_SUFFIX): Changed to ".dae".
199          (DAEM_SUFFIX): New.          (DAEM_SUFFIX): New.
200    
201    
202  2005-09-24  Wakaba  <wakaba@suika.fam.cx>  2005-09-24  Wakaba  <wakaba@suika.fam.cx>
203    
204          * ManakaiNode.dis (NodeStem): Property value "mn:treeID"          * ManakaiNode.dis: Use "disPerl:H" instead
205          has changed to scalar reference.          of "disPerl:Q" for hash keys.
206            (NodeStem): Property value "mn:treeID"
207            has changed to scalar reference.
208    
209  2005-09-24  Wakaba  <wakaba@suika.fam.cx>  2005-09-24  Wakaba  <wakaba@suika.fam.cx>
210    

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.65

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24