/[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.80 by wakaba, Wed Dec 28 03:50:17 2005 UTC revision 1.101 by wakaba, Sat Feb 25 16:49:56 2006 UTC
# Line 1  Line 1 
1    2006-02-26  Wakaba  <wakaba@suika.fam.cx>
2    
3            * PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup|
4            module is added.
5    
6    2006-02-25  Wakaba  <wakaba@suika.fam.cx>
7    
8            * DIS.dis (lookupNamespacePrefix): Resolves prefix by
9            namespace resolver if available.
10            (disNamespaceResolver): New attribute.
11            (loadModule): Sets |revision| attribute of the created module.
12            (ownerModuleRef): Setter is added.
13            (addTypeURI): Set |ownerModule| attribute if possible.
14            (ManakaiDISModuleLite): The class no longer inherits |DISAnyResource|
15            class and |ManakaiDefaultExceptionHandler| class.
16            (mergeAsAlias): New |noEqualityCheck| parameter is added.
17    
18            * Makefile: New variables for |DAF| are added.
19    
20    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
21    
22            * DIS.dis (loadModule): Adds name URIs of |Require|d
23            modules to the list of such modules.
24            (DIS:forURI): New property.
25            (getReferringModuleURIList, addReferringModuleURI): New methods.
26            (DIS:referringModule): New property.
27    
28    2006-02-24  Wakaba  <wakaba@suika.fam.cx>
29    
30            * DIS.dis (loadResource): URI registration by |addResourceList|
31            was incorrect for aliases.
32            (unloadResource): It did not support resources with
33            no e.g. |{subOf}| hash.
34            (addResourceURI): New method.
35            (getResourceURIList): New method.
36    
37    2006-02-23  Wakaba  <wakaba@suika.fam.cx>
38    
39            * DIS.dis (loadResource, loadFor, loadModule): New |srinfo|
40            parameter is added.  Restores super-resource information
41            from |srinfo| if available.
42            (unloadModule): New method.
43            (getModuleResourceList): New method.
44            (addResourceList): Adds all alias names to the list.
45            (addForResource): New method analog to |addResourceList|.
46            (getForResourceList): New method analog to |getResourceList|.
47            (dx:Interface.getErrorInterfaceResource): New method
48            implementation.
49    
50    2006-02-22  Wakaba  <wakaba@suika.fam.cx>
51    
52            * PerlCode.dis (PCVariable.stringify): The |hashKey|
53            attribute was not reflected to the stringified representation.
54    
55            * DIS.dis (getErrorInterfaceResource): New method.
56            (getErrorCodeResource): New method.
57    
58    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
59    
60            * DIS.dis (MUErrorHandler): Missing |For| specification is added.
61    
62    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
63    
64            * DIS.dis (getMethodForType): Bug fixed.
65    
66    2006-02-20  Wakaba  <wakaba@suika.fam.cx>
67    
68            * DIS.dis (isPropertyElement): The |DISCore:resourceType|
69            element type is now recognized as a property.  In addition,
70            element types that are a |DISSource:Property| are
71            properties.
72            (DIS:AnyMethod, DIS:Method, DIS:Attribute): New types.
73            (DIS:targetType): New property.
74            (DISModule, DISFor, DISResource, DISDatabase): These
75            classes no longer inherits |ManakaiDISExceptionTarget|.
76            (DISDatabase.loadResource): Reads |DISCore:resourceType| property
77            as well as |rdf:type| property.
78            (DISAnyResource.MUErrorHandler, DISDatabase.MUErrorHandler): New
79            methods.
80            (DISDatabase.domConfig): New attribute.
81            (error-handler): New configuration parameter.
82            (getMethodForType): New code fragment.
83            (DIS:more-than-one-methods-for-a-type): New error.
84            (ManakaiDISExceptionTarget): Removed.
85    
86    2006-02-19  Wakaba  <wakaba@suika.fam.cx>
87    
88            * DIS.dis (composeSubsetURI): New code fragment.
89            (getResource, getModule, getFor, loadResource): Old |rdf:type| settking
90            code is removed.
91            (isSubsetOfURI): Old compatibility code removed.
92            (addTypeURI): Bugs fixed.
93    
94    2006-02-19  Wakaba  <wakaba@suika.fam.cx>
95    
96            * DIS.dis (getResource, getFor, getModule): Set |DIS:typeURI|
97            property on creation of an object.
98            (isAnonymous): Setter is added.
99            (isTypeURI): Redefined using |typeResource| and |isSubsetOfURI|.
100            (getTypeURIList): New method.
101            (typeResource): New attribute.
102            (addTypeURI): New method.
103            (DISModule.isAnonymous, DISFor.isAnonymous): Removed.  Now |for|s
104            and modules as well as normal resources can be anonymous.
105            (getSuperResourceURIList): New method.
106    
107    2006-02-18  Wakaba  <wakaba@suika.fam.cx>
108    
109            * DIS.dis (revision): New attribute.
110    
111    2006-02-09  Wakaba  <wakaba@suika.fam.cx>
112    
113            * PerlCode.dis (PerlStringLiteral.stringify): |pc:preserve-line-break|
114            configuration parameter support is added.
115            (pc:preserve-line-break): New configuration option.
116    
117            * DIS.dis (readProperties): |DISCore:UString| lextype support added.
118    
119    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
120    
121            * PerlCode.dis (PCReference.stringify): Reference operator |\|
122            was missing.
123            
124    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
125    
126            * PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements
127            and their descendants were ignored.
128            (getNameListAttrRM): New variant derived from |getNameListAttrR|,
129            for |getUsePerlModuleNameList| and |getUseCharClassNameList|.
130            (getUsePerlModuleNameList, getUseCharClassNameList): Don't
131            include |pc:package| and their descendants to the target.
132            (PerlFile.stringify): Outputs |use| statements
133            for Perl modules and character classes not part of any package,
134            if any.
135    
136            * DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported.
137    
138    2006-02-06  Wakaba  <wakaba@suika.fam.cx>
139    
140            * DIS.dis (loadModule): Loads a "daem" submodule file
141            if exists.
142    
143    2006-01-30  Wakaba  <wakaba@suika.fam.cx>
144    
145            * Makefile: Typo fixed.
146    
147    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
148    
149            * Makefile: Updated to be consist with |../DOM/Makefile|.
150    
151            * DIS.dis (parse): Parameter |input|'s type is
152            changed from |DOMLS:LSInput| to |DISPerl:HASH| to
153            remove dependency on |MDOM:DOMLS| module.
154    
155    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
156    
157            * PerlCode.dis (skipLines): Its code was incorrect.
158            (createPCLiteral): Creates a |undef| keyword node
159            for an |undef| value.  Tests added.
160    
161    2006-01-25  Wakaba  <wakaba@suika.fam.cx>
162    
163            * ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added.
164    
165    2006-01-24  Wakaba  <wakaba@suika.fam.cx>
166    
167            * ManakaiNodeTest.dis: Tests added.
168    
169    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
170    
171            * .cvsignore: |ManakaiNodeTest.pm| added.
172    
173    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
174    
175            * ManakaiNodeTest.dis: New module.
176    
177            * Makefile: |ManakaiNodeTest.dis| added.
178    
179    2006-01-22  Wakaba  <wakaba@suika.fam.cx>
180    
181            * PerlCode.dis: Fixed not |getAttributeNS| to cause
182            uninitialized value warnings.
183    
184    2006-01-19  Wakaba  <wakaba@suika.fam.cx>
185    
186            * PerlCode.dis (PCPackage.stringify): Appends a string
187            representation of non-|pc:*| element children for
188            the stringified value.
189    
190    2006-01-07  Wakaba  <wakaba@suika.fam.cx>
191    
192            * Makefile: |../DOM/XDoctype.dis| added.
193    
194  2005-12-27  Wakaba  <wakaba@suika.fam.cx>  2005-12-27  Wakaba  <wakaba@suika.fam.cx>
195    
196          * PerlCode.dis (PCReference): New interface.          * PerlCode.dis (PCReference): New interface.

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24