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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24