/[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.71 by wakaba, Wed Nov 23 11:21:20 2005 UTC
# Line 1  Line 1 
1    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Error.pm (new): Sets |-stacktrace_| property if debug
4            or verbose mode.
5            (stringify): Appends longer trace if debug or verbose mode.
6            ($VERBOSE): New flag.
7    
8            * DIS.dis: Bugs on error depth fixed.
9            
10    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
11    
12            * DIS.dis (text): New attribute implementation.
13    
14            * ManakaiNode.dis (destroyNodeStem): New method.
15    
16    2005-11-20  Wakaba  <wakaba@suika.fam.cx>
17    
18            * Makefile: |../DOM/Tree.dis| added.
19    
20    2005-11-17  Wakaba  <wakaba@suika.fam.cx>
21    
22            * Makefile: |Formatter/Muf2003.dis| added to file list.
23    
24            * DIS.dis (DISModuleLite): Typo in |ISA| property fixed.
25    
26    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
27    
28            * .cvsignore: New file.
29            
30    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
31    
32            * PerlCode.dis: A test code added.  Typos in |ISA|
33            properties fixed.
34            (PerlSub.stringify): Generates prototype specification
35            even if |prototype| attribute value's length is zero
36            in case the |pc:prototype| attribute /is/ found.
37    
38    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
39    
40            * Makefile: Missing rule to make |Message/DOM/core.dae| added.
41    
42    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
43    
44            * Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules
45            added.
46    
47            * DIS.dis (DIS:): Removed (moved to |DIS/common.dis|).
48    
49    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
50    
51            * PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral):
52            New interfaces.
53            (createPCLiteral, appendNewPCLiteral): New methods.
54            (PCDocument): New interface.
55            (factory methods): Namespace URI and local name of document
56            element arguments added to |createDocument| to obtain
57            an instance of |PCDocument|.
58    
59    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
60    
61            * PerlCode.dis (pc:line): New configuration parameter.
62            (stringify): Don't output "#line" directive
63            unless "pc:line" parameter is set to "true".
64            (pc:split-resolver): New configuration parameter.
65    
66    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
67    
68            * ManakaiNode.dis (anydata0): New property type.
69    
70            * PerlCode.dis (stringify): Prints node id if file name
71            is not available.
72            (perlLiteral): Prints as is if the value is blessed
73            with "manakai::code" package.
74    
75    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
76    
77            * PerlCode.dis (CDATADOMString): Changed to use code
78            fragment defined in DOMCore module directly.
79    
80    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
81    
82            * PerlCode.dis (ForClassCompat): Removed.
83    
84            * ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference):
85            Removed.
86            (newNode): New method.
87            (generateUniqueID): Algorithm has changed to save random
88            string generation time.
89    
90            * DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth".
91    
92    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
93    
94            * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
95            on DOMCore and element type definitions added.
96            (localName): Renamed to "pcLocalName" to avoid
97            conflict with "Node.localName" attribute.
98    
99    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
100    
101            * DIS.dis (Require): Unused reference to "PerlCode.dis" removed.
102    
103            * Makefile: Rules to make "PerlCode.pm" separated
104            from ones for "DIS.pm".
105    
106            * ManakaiNode.dis (mn:unsetXRefNode): "$referent"
107            parameter is replaced with "$referrer->{$propName}".
108    
109            * PerlCode.dis (Require): References "DOMCore.dis".
110            (DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
111            (Util: for ManakaiDOM:ManakaiDOM): New.
112    
113    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
114    
115            * ManakaiNode.dis: New "mn:xrefnode0" property type has
116            been introduced and methods are fixed to support it.
117            (mn:setXRefNode, mn:unsetXRefNode): New codes.
118    
119            * DIS.dis (loadResource): Skips a root resource definition
120            if it is an alias and it has "dis:Name" attribute and
121            referenced canonical definition is already read.  (Note
122            that similar case that the resource definition has "dis:QName"
123            attribute is already fixed in the same way.)
124    
125    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
126    
127            * DIS.dis (readProperties): Recognizes hexdecimal
128            in "DISCore:Integer" (prefixed by "0x").
129    
130    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
131    
132            * PerlCode.dis (getExceptionInterfacePackageNameList,
133            addExceptionInterfacePackageName): New methods.
134            (ToString): Sorts hash keys where they result in
135            the order of statements in result code.
136    
137            * Error.pm ($DEBUG): New option variable.
138            (___get_error_def): Calls "___error_def" method in second or later "@ISA"
139            package even if elder package has "___error_def" method.
140    
141            * DIS.dis: Now constant values are only defined
142            in interfaces.
143            (DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.
144    
145  2005-10-06  Wakaba  <wakaba@suika.fam.cx>  2005-10-06  Wakaba  <wakaba@suika.fam.cx>
146    
147          * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.          * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24