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

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.81

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24