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

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24