/[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.225 by wakaba, Thu Jun 21 11:59:34 2007 UTC revision 1.232 by wakaba, Sat Jul 7 09:11:05 2007 UTC
# Line 1  Line 1 
1    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
2    
3            * Attr.pm (create_attribute, create_attribute_ns): Implemented.
4    
5            * DOMDocument.pm: Load character classes from |Char::Class::XML|.
6            (compat_mode): Check |defined| not to be warned as "uninitialized"
7            when |{manakai_compat_mode}| is |undef|.
8    
9            * DOMException.pm (INVALID_CHARACTER_ERR, NAMESPACE_ERR): Added.
10    
11            * DOMImplementationRegistry.pm, DOMImplementationSource.pm:
12            Statements to set |$Error::Depth| are removed since they
13            are result in "uninitialized" warnings unless
14            the |Message::DOM::DOMException| module is loaded earlier.
15            Usually methods invoked in these methods does not
16            raise any exception so that it makes no difference.
17    
18    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
19    
20            * DOMDocument.pm (adopt_node): Implemented.
21            (doctype): Implemented.
22    
23            * DOMElement.pm (remove_attribute_node): Alpha version.
24    
25            * DOMException.pm (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New
26            error type.
27    
28            * Node.pm (set_user_data): Implemented.
29    
30    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
31    
32            * DOMImplementation.pm (new): New method name for |____new|.
33            It will be defined in the DOM Perl Binding specification
34            as part of |DOMImplementation| interface.
35            ($HasFeature): Defined for features support.
36            (has_feature, get_feature): Implemented.
37    
38            * DOMStringList.pm: Don't load the |Message::DOM::DOMException|
39            module unless necessary.
40            (___report_error): Removed since it is not used in fact.
41    
42            * DOMImplementationList.pm, DOMImplementationSource.pm,
43            DOMImplementationRegistry.pm: New modules.
44    
45    2007-07-07  Wakaba  <wakaba@suika.fam.cx>
46    
47            * AttributeDefinition.pm (allowed_tokens): Implemented.
48    
49            * DOMStringList.pm: New Perl module.
50    
51    2007-06-26  Wakaba  <wakaba@suika.fam.cx>
52    
53            * DOMElement.pm (clone_node): Alpha version.  It did not work
54            at all.
55    
56    2007-06-24  Wakaba  <wakaba@suika.fam.cx>
57    
58            * ProcessingInstruction.pm (data): Now it is a read-write attribute.
59    
60    2007-06-23  Wakaba  <wakaba@suika.fam.cx>
61    
62            * DOMDocument.pm (compat_mode, manakai_compat_mode): Implemented.
63            (manakai_is_html): Revised.
64            (Document): Now it implements the |HTMLDocument| interface.
65            (adopt_node): Alpha version.
66    
67            * AttributeDefinition.pm (allowed_tokens): |allowed_tokens|,
68            not |allowed_token|!
69    
70            * ElementTypeDefinition.pm (attribute_definitions): Don't
71            return an |undef| even if its |attribute_definitions|
72            list is not created.
73    
74    2007-06-21  Wakaba  <wakaba@suika.fam.cx>
75    
76            * Comment.pm (node_type): Node type was incorrect!
77    
78            * DOMConfiguration.pm (get_parameter): Alpha.
79    
80            * DOMImplementation.pm (create_mc_decode_handler,
81            create_charset_name_from_uri, create_uri_from_charset_name):
82            New autoload configuration.  Note that the Message::Charset::Encode
83            module is subject to change.
84    
85            * XMLParserTemp.pm: Now it can be used with new version
86            of DOM implementation.  Current plan is to replace it by
87            an XML5 parser someday.
88    
89  2007-06-21  Wakaba  <wakaba@suika.fam.cx>  2007-06-21  Wakaba  <wakaba@suika.fam.cx>
90    
91          * DOMLocator.pm: New module.          * DOMLocator.pm: New module.

Legend:
Removed from v.1.225  
changed lines
  Added in v.1.232

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24