/[suikacvs]/messaging/manakai/lib/Message/DOM/ChangeLog
Suika

Diff of /messaging/manakai/lib/Message/DOM/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.199 by wakaba, Sun Nov 5 10:57:29 2006 UTC revision 1.214 by wakaba, Tue May 22 10:22:58 2007 UTC
# Line 1  Line 1 
1    2007-05-13  Wakaba  <wakaba@suika.fam.cx>
2    
3            * TreeCore.dis (manakaiLocalName): New attribute.
4    
5    2007-01-02  Wakaba  <wakaba@suika.fam.cx>
6    
7            * GenericLS.dis (GLSException): New interface.
8    
9    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
10    
11            * |InputProcessor|s and |OutputProcessor|s are
12            named so that |report| statements in Perl
13            module outputs can be identified by name. |dis:dataType|s
14            of |DISCore:TFQNames| are all replaced
15            by |DISCore:QName|.
16    
17    2006-12-31  Wakaba  <wakaba@suika.fam.cx>
18    
19            * Element.dis (createElementNS): If an array reference
20            is specified as the |qualifiedName| parameter,
21            don't set the first item as the local name
22            even if the second item is not specified (or
23            specified as |undef|).
24            (createElementNS, setAttribute, setAttributeNS,
25            removeAttribute, removeAttributeNS,
26            setAttributeNode, setAttributeNodeNS,
27            removeAttributeNode, removeAttributeNodeNS): Sets
28            or removes the |tc:contentAttributeList| value.
29    
30            * TreeCore.dis (AttrMap.item): Caches the result
31            of sorting of content attribute names.
32            (getAttrMap, getElementTypeDefNodeMap,
33            getAttrDefNodeMap, getEntityNodeMap, getNotationNodeMap): Removed.
34            (tc:contentAttributeList): New property.
35    
36    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
37    
38            * DOMFeature.dis (ForDef): Removed.
39            (f:provides, f:through): Removed.
40            (Version): Removed.
41            (implementFeature): Removed.
42    
43    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
44    
45            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
46            GenericLS.dis, TreeCore.dis, DOMString.dis,
47            XML.dis, Element.dis, Document.dis, TreeStore,dis,
48            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
49            SimpleLS.dis, DOMMain.dis, XDP.dis: |For| specifications
50            are removed.
51    
52    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
53    
54            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
55            GenericLS.dis, TreeCore.dis, DOMString.dis,
56            XML.dis, Element.dis, Document.dis, TreeStore,dis,
57            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
58            SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications
59            and |DefaultFor|s are removed.
60    
61    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
62    
63            * CharacterData.dis, DOMCore.dis, DOMFeature.dis,
64            GenericLS.dis, TreeCore.dis, DOMString.dis,
65            XML.dis, Element.dis, Document.dis, TreeStore,dis,
66            Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis,
67            SimpleLS.dis, DOMMain.dis: References
68            to the |ManakaiDOM:ManakaiDOM|, |ManakaiDOM:ManakaiDOM1|,
69            |ManakaiDOM:ManakaiDOM2|, and |ManakaiDOM:ManakaiDOM3|
70            modes are removed.
71    
72    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
73    
74            * CharacterData.dis, TreeCore.dis (Require): References
75            to the |Grove.dis| module are removed.
76    
77    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
78    
79            * DOMFeature.dis (f:implementation, f:revImplementation): Removed.
80            (Require): Reference to the |Grove.dis| module is removed.
81    
82    2006-12-30  Wakaba  <wakaba@suika.fam.cx>
83    
84            * DOMCore.dis (ManakaiDOMImplementation): The
85            class is no longer plays the role of
86            a |mg:NodeRefRole|.  Redundant |f:provides|
87            properties are removed.
88    
89    2006-12-29  Wakaba  <wakaba@suika.fam.cx>
90    
91            * TreeCore.dis, DOMCore.dis, Document.dis,
92            Element.dis, CharacterData.dis, XML.dis,
93            XDoctype.dis, DOMString.dis, TreeStore.dis,
94            XMLParser.dis: Use Perl native
95            hashs and |Scalar::Util|'s weak references in favor of |Grove.dis|
96            for DOM nodes.  See
97            also <http://suika.fam.cx/gate/2005/sw/manakai/%E3%83%A1%E3%83%A2/2006-12-29>.
98    
99    2006-12-03  Wakaba  <wakaba@suika.fam.cx>
100    
101            * DOMFeature.dis, TreeCore.dis: Unused |role|s are removed.
102    
103    2006-12-02  Wakaba  <wakaba@suika.fam.cx>
104    
105            * DOMString.dis: New module.
106    
107            * DOMString.pm: New file.
108    
109            * DOMCore.dis (min): Moved from |DOMFeature.dis|.
110            (ImplementationRegistryVariable): Moved from |DOMFeature.dis|.
111            Now it references the |DOMImplementationRegistry| object.
112            (DOMImplementationRegistryVariable): Moved from |DOMMain.dis|.
113            (DOMImplementationRegistry): New interface and
114            class, reformed from |ImplementationRegistry| in |DOMFeature.dis|
115            and |DOMImplementationRegistry| in |DOMMain.dis|.  Note
116            that the class no longer support |get_implementation|
117            and |get_implementation_list| methods from
118            the |ImplementationRegistry| interface.
119            (DOMImplementationList): Class implemented; no
120            longer inherits from |ImplementationList|.
121            (DOMImplementationSource): Class implemented; no
122            longer inherits from |ImplementationSource|.  Note that
123            the class no longer support |get_implementation|
124            and |get_implementation_list| methods from
125            the |ImplementationSource| interface.
126            (DOMStringList): Removed.
127    
128            * DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature,
129            ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature,
130            ManakaiDOM:DOMXMLFeatureXML11, most part of
131            documentation for obsolete DOM Level 3 Minimum Implementation
132            module, obsolete property name aliases,
133            ImplemenationRegistryVar, ImplementationRegistry,
134            DEBUG, MIString, ImplementationList, ImplementationSource,
135            ManakaiDOM:implID): Removed.
136    
137            * DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed.
138            (DOMString): Removed.
139            (DOMImplementationRegistryVar, DOMImplementationRegistry): Removed.
140    
141            * Makefile: |DOMString.pm| is added.
142    
143            * TreeCore.dis (is_default_namespace): |null| was
144            returned where a false is expected (|null| is
145            a false in Perl, but real |false| is appropriate here).
146    
147    2006-11-05  Wakaba  <wakaba@suika.fam.cx>
148    
149            * DOMCore.dis (TypeInfo, UserDataHandler): Removed.
150    
151            * Element.dis (TypeInfo): Moved from |DOMCore.dis|.
152    
153            * TreeCore.dis (UserDataHandler): Moved from |DOMCore.dis|.
154    
155  2006-11-05  Wakaba  <wakaba@suika.fam.cx>  2006-11-05  Wakaba  <wakaba@suika.fam.cx>
156    
157          * DOMFeature.dis (ImplementationList, ImplementationSource,          * DOMFeature.dis (ImplementationList, ImplementationSource,

Legend:
Removed from v.1.199  
changed lines
  Added in v.1.214

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24