Log of /messaging/manakai/t/DOM-Text.t
Parent Directory
| Revision Log
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 14 16:32:28 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
CVS Tags:
HEAD,
manakai-release-0-4-0
Changes since
1.2: +2 -2 lines
Diff to
previous 1.2
++ manakai/t/ChangeLog 14 Jul 2007 16:32:13 -0000
2007-07-15 Wakaba <wakaba@suika.fam.cx>
* DOM-TreeWalker.t, DOM-SerialWalker.t: New test scripts.
* DOM-DOMImplementation.t: Tests for |Traversal| feature
are added.
* DOM-Node.t: Tests for |Traversal| feature are added.
++ manakai/lib/Message/DOM/ChangeLog 14 Jul 2007 16:31:23 -0000
2007-07-15 Wakaba <wakaba@suika.fam.cx>
* TreeWalker.pm, SerialWalker.pm: New Perl modules.
* Text.pm (whole_text): Parameter index number has
been changed to support new |NodeFilter| Perl binding
definition.
2007-07-14 Wakaba <wakaba@suika.fam.cx>
* AttributeDefinition.pm, DOMElement.pm, DocumentType.pm,
ElementTypeDefinition.pm, Entity.pm, EntityReference.pm,
Notation.pm, ProcessingInstruction.pm (AUTOLOAD): Don't croak even if an attempt is made to modify a read-only attribute.
* DOMConfiguration.pm (can_set_parameter,
set_parameter): Don't allow to set the value
to a string other than <http://www.w3.org/TR/REC-xml> (XML 1.0 DTD).
* DOMDocument.pm (Message::IF::DocumentTraversal): New interface.
(create_tree_walker, manakai_create_serial_walker): References
and prototypes are added.
* DOMException.pm (NULLPO_ERR): New error type:-).
* DOMImplementation.pm ($HasFeature): Feature |Traversal|,
version |2.0|, is added.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 14 10:28:52 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.1: +25 -1 lines
Diff to
previous 1.1
++ manakai/t/ChangeLog 14 Jul 2007 10:27:21 -0000
* DOM-Node.t: Tests for |append_child| family on
leaf node types are added.
* DOM-Text.t: Tests for |split_text| are added.
2007-07-14 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/DOM/ChangeLog 14 Jul 2007 10:24:01 -0000
* CDATASection.pm: Removed (merged with |Text.pm|).
* Text.pm (Message::DOM::Text::CDATASection): New.
* Comment.pm: Removed (merged with |DOMCharacterData.pm|).
* DOMCharacterData.pm (Message::DOM::CharacterData::Comment): New.
2007-07-14 Wakaba <wakaba@suika.fam.cx>
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Jul 8 11:28:45 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
++ manakai/t/ChangeLog 8 Jul 2007 11:28:41 -0000
* DOM-CharacterData.t, DOM-Text.t: New test scripts.
2007-07-08 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/DOM/ChangeLog 8 Jul 2007 11:28:19 -0000
* DOMCharacterData.pm (AUTOLOAD): Removed.
(data): Reimplemented.
(delete_data, insert_data, replace_data, substring_data): There were
a number of bugs.
* Text.pm (AUTOLOAD): Removed. Unused.
2007-07-08 Wakaba <wakaba@suika.fam.cx>
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.