Author: jasons Date: Mon Nov 10 10:23:01 2003 New Revision: 121 Modified: xml/xerces-p/trunk/ChangeLog Log: usual
Modified: xml/xerces-p/trunk/ChangeLog ============================================================================== --- xml/xerces-p/trunk/ChangeLog (original) +++ xml/xerces-p/trunk/ChangeLog Mon Nov 10 10:23:01 2003 @@ -1,5 +1,38 @@ 2003-11-04 Jason E. Stewart <[EMAIL PROTECTED]> + * Xerces.i: + moved $VERSION code to Xerces-extra.pm + removed all warnings + exposed Grammar API + + * Xerces-extra.pm: + added XML::Xerces::XMLCatalogResolver + depricated DOMElement::get_text() + added AttDefList::to_hash() and AttDefList::to_list() + + * typemaps.i: + added overloading code for grammars and CallbackHandlers + + * t/actualCast: + now tests grammar overloading + + * t/SAXParse.t: + better use of Test::More + few new tests + + * samples/SAX2Count.pl: + now uses unicode constants from XMLUni + + * postModule.pl: + can no longer benefit from cached CallbackHandler object, some bug + is calling the wrong pointer value for set_callback_obj(), so + we must create a new one each time + + * postSource.pl: + due to SWIG improvements, this script does no work + +2003-11-04 Jason E. Stewart <[EMAIL PROTECTED]> + * Handler/*: multiple inheritance now works with PerlCallbackHandler (fixes 24373) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]