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

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.83

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24