Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Jul 7 05:58:11 2007 UTC
(17 years, 4 months ago)
by
wakaba
Branch:
MAIN
CVS Tags:
HEAD,
manakai-release-0-4-0
++ manakai/t/ChangeLog 7 Jul 2007 05:55:43 -0000
* DOM-DOMImplementation.t: New tests for features are added.
* DOM-DOMImplementationSource.t: New test script.
2007-07-07 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/DOM/ChangeLog 7 Jul 2007 05:58:02 -0000
* DOMImplementation.pm (new): New method name for |____new|.
It will be defined in the DOM Perl Binding specification
as part of |DOMImplementation| interface.
($HasFeature): Defined for features support.
(has_feature, get_feature): Implemented.
* DOMStringList.pm: Don't load the |Message::DOM::DOMException|
module unless necessary.
(___report_error): Removed since it is not used in fact.
* DOMImplementationList.pm, DOMImplementationSource.pm,
DOMImplementationRegistry.pm: New modules.
2007-07-07 Wakaba <wakaba@suika.fam.cx>