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

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.85

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24