From: Ilya M. <m_...@us...> - 2003-04-30 20:47:59
|
Update of /cvsroot/perl-xml/XML-LibXML-XPathContext In directory sc8-pr-cvs1:/tmp/cvs-serv6392 Modified Files: Changes Log Message: Use proper capitalization Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/XML-LibXML-XPathContext/Changes,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- Changes 30 Apr 2003 20:24:24 -0000 1.8 +++ Changes 30 Apr 2003 20:47:53 -0000 1.9 @@ -4,10 +4,10 @@ 0.03 Thu May 1 2003 -* added optional $context_node argument to findnodes(), find(), and +* Added optional $context_node argument to findnodes(), find(), and findvalue() to simplify temporarily setting the context node. -* fixed bugs in new(), setContextNode(), and register* causing loosing +* Fixed bugs in new(), setContextNode(), and register* causing loosing stored context data passed from a variable if the variable itself gets changed |