/[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.59 by wakaba, Wed Oct 12 00:31:01 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>  2005-10-11  Wakaba  <wakaba@suika.fam.cx>
158    
159          * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based          * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24