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

Legend:
Removed from v.1.53  
changed lines
  Added in v.1.72

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24