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

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.80

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24