/[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.237 by wakaba, Sun Jul 8 07:59:02 2007 UTC revision 1.242 by wakaba, Thu Jul 12 13:54:46 2007 UTC
# Line 1  Line 1 
1    2007-07-12  Wakaba  <wakaba@suika.fam.cx>
2    
3            * AttributeDefinition.pm (owner_element_type_definition): Implemented.
4    
5            * DocumentType.pm (create_document_type_definition): Initialize
6            |public_id|, |system_id|, and |internal_subset| attributes
7            by empty strings for compatibility with Web browsers.
8            (create_document_type): Initialize |internal_subset|
9            attribute by an empty string for compatibility with
10            Web browsers.
11    
12            * ElementTypeDefinition.pm, Entity.pm,
13            Notation.pm (owner_document_type_definition): Implemented.
14    
15    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
16    
17            * DOMImplementation.pm ($HasFeature): |fe:XDoctypeDeclaration|
18            feature is added for compatibility with |XMLParserTemp.pm|.
19    
20    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
21    
22            * Attr.pm (value, node_value): Now it is defined
23            as |text_content| itself.
24    
25            * AttributeDefinition.pm, ElementTypeDefinition.pm,
26            Node.pm (AUTOLOAD): Unused block is removed.
27    
28            * CDATASection.pm, DocumentFragment.pm (AUTOLOAD): Removed.  Unused.
29    
30            * DocumentType.pm (internal_subset): Implemented.
31    
32            * Entity.pm (is_externally_declared, input_encoding,
33            xml_version): Implemented.
34    
35            * ProcessingInstruction.pm (target, data): Implemented.
36    
37    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
38    
39            * DOMCharacterData.pm (AUTOLOAD): Removed.
40            (data): Reimplemented.
41            (delete_data, insert_data, replace_data, substring_data): There were
42            a number of bugs.
43    
44            * Text.pm (AUTOLOAD): Removed.  Unused.
45    
46    2007-07-08  Wakaba  <wakaba@suika.fam.cx>
47    
48            * StringExtended.pm: New Perl module.
49    
50            * DOMCharacterData.pm (length, append_data, delete_data,
51            insert_data, replace_data, substring_data): Implemented.
52    
53            * DOMException.pm (INDEX_SIZE_ERR): Implemented.
54    
55            * Text.pm (is_element_content_whitespace, whole_text,
56            split_text): Implemented.
57    
58  2007-07-08  Wakaba  <wakaba@suika.fam.cx>  2007-07-08  Wakaba  <wakaba@suika.fam.cx>
59    
60          * DOMElement.pm (attributes): Implemented.          * DOMElement.pm (attributes): Implemented.

Legend:
Removed from v.1.237  
changed lines
  Added in v.1.242

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24