/[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.246 by wakaba, Sat Jul 14 10:28:52 2007 UTC revision 1.266 by wakaba, Sat Sep 29 05:30:07 2007 UTC
# Line 1  Line 1 
1    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
2    
3            * SelectorsAPI.pm (query_selector): Implemented.
4    
5    2007-09-29  Wakaba  <wakaba@suika.fam.cx>
6    
7            * SelectorsAPI.pm ($get_elements_by_selectors): Created
8            from most part of |query_selector_all|.
9    
10    2007-09-24  Wakaba  <wakaba@suika.fam.cx>
11    
12            * DOMException.pm (SYNTAX_ERR): New subtype is defined.
13            (UNDECLARED_PREFIX_ERR): New subtype is defined.
14    
15            * Document.pm (Document): Implements the |DocumentSelector|
16            interface.
17    
18            * Element.pm (Element): Implements the |ElementSelector|
19            interface.
20    
21            * Node.pm (Node): Implements the |NSResolver| interface.
22    
23            * SelectorsAPI.pm: Now (hopefully) conform to the Selectors
24            API Editor's Draft (only |query_selector_all| on |Document|,
25            with limited selectors syntax support, though).
26    
27    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
28    
29            * SelectorsAPI.pm: Namespaced type/universal selectors
30            are supported.
31    
32    2007-09-23  Wakaba  <wakaba@suika.fam.cx>
33    
34            * SelectorsAPI.pm: New Perl module.
35    
36    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
37    
38            * Node.pm (manakai_language): Return the |manakai_language|
39            of the |owner_document|, if any, as defined in the spec.
40    
41    2007-08-25  Wakaba  <wakaba@suika.fam.cx>
42    
43            * Makefile: Relative path was wrong.
44    
45    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
46    
47            * HTML/: New directory.
48    
49            * Element.pm (create_element_ns): Return object implementing
50            the |HTMLElement| interface for HTML elements.
51    
52    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
53    
54            * DOMImplementation.pod: New documentation.
55    
56            * Makefile: Make HTML document.
57    
58    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
59    
60            * XDoctype.dis, XDoctype.pm: Removed.
61    
62            * CharacterData.pm: Renamed from DOMCharacterData.pm.
63    
64            * Document.pm: Renamed from DOMDocument.pm.
65    
66            * Element.pm: Renamed from DOMElement.pm
67    
68    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
69    
70            * DOMString.dis, DOMString.pm, Document.dis, Document.pm,
71            Element.dis, Element.pm, CharacterData.dis, CharacterData.pm,
72            TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm,
73            DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm,
74            DOMMain.dis, DOMMain.pm, DOMLS.dis,
75            GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed.
76    
77            * Makefile: Rules for DIS are removed.
78    
79    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
80    
81            * Text.pm: |Message::DOM::Traversal, an obsolete module,
82            was referenced.
83    
84    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
85    
86            * DOMDocument.pm (inner_html): Setter in HTML document
87            is implemented.
88    
89    2007-07-29  Wakaba  <wakaba@suika.fam.cx>
90    
91            * DOMDocument.pm (inner_html): Setter in XML document
92            is implemented.
93    
94    2007-07-19  Wakaba  <wakaba@suika.fam.cx>
95    
96            * Attr.pm (DeclaredValueType): Added.
97    
98            * ProcessingInstruction.pm (data): Accept |undef|
99            as a valid input, for |text_content| (maybe) allows it.
100    
101            * TypeInfo.pm (type_namespace): The implementation was wrong.
102    
103    2007-07-16  Wakaba  <wakaba@suika.fam.cx>
104    
105            * DOMElement.pm: Incorrect module was referenced.
106    
107            * DOMImplementation.pm: References to
108            the |Message::Charset::Encode| module has been removed.
109    
110    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
111    
112            * XMLParserTemp.pm: Use |Whatpm::Charset::DecodeHandle|
113            instead of |Message::Charset::Encode|.
114    
115    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
116    
117            * DOMDocument.pm (inner_html): New attribute (beta).
118    
119            * DOMElement.pm (inner_html): New attribute (beta).
120    
121    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
122    
123            * DOMConfiguration.pm: Configuration parameter |create-child-element|
124            implemented.
125    
126            * DOMElement.pm (create_element_ns): Support for Atom
127            subclasses.
128    
129            * DOMImplementation.pm (DOMImplementation): Now
130            implements the |AtomDOMImplementation| interface.
131            ($HasFeature): Features |atom| and |atomthreading| are added.
132    
133            * NodeList.pm (StaticNodeList): Implemented.
134    
135    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
136    
137            * Atom/: New directory.
138    
139    2007-07-15  Wakaba  <wakaba@suika.fam.cx>
140    
141            * TreeWalker.pm, SerialWalker.pm: New Perl modules.
142    
143            * Text.pm (whole_text): Parameter index number has
144            been changed to support new |NodeFilter| Perl binding
145            definition.
146    
147    2007-07-14  Wakaba  <wakaba@suika.fam.cx>
148    
149            * AttributeDefinition.pm, DOMElement.pm, DocumentType.pm,
150            ElementTypeDefinition.pm, Entity.pm, EntityReference.pm,
151            Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute.
152    
153            * DOMConfiguration.pm (can_set_parameter,
154            set_parameter): Don't allow to set the value
155            to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD).
156    
157            * DOMDocument.pm (Message::IF::DocumentTraversal): New interface.
158            (create_tree_walker, manakai_create_serial_walker): References
159            and prototypes are added.
160    
161            * DOMException.pm (NULLPO_ERR): New error type:-).
162    
163            * DOMImplementation.pm ($HasFeature): Feature |Traversal|,
164            version |2.0|, is added.
165    
166  2007-07-14  Wakaba  <wakaba@suika.fam.cx>  2007-07-14  Wakaba  <wakaba@suika.fam.cx>
167    
168          * CDATASection.pm: Removed (merged with |Text.pm|).          * CDATASection.pm: Removed (merged with |Text.pm|).

Legend:
Removed from v.1.246  
changed lines
  Added in v.1.266

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24