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

Legend:
Removed from v.1.247  
changed lines
  Added in v.1.268

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24