From: Dizan Vasquez Date: 2007-06-19T01:28:05+09:00 Subject: Subject: [ANN] textpow 0.10.0 Released textpow version 0.10.0 has been released! * A library for parsing TextMate[http://macromates.com/] bundles. Changes: ## 0.10.0 / 2007-06-15 * CHANGE: Now the scopeName for the entire syntax is passed to start_parsing and end_parsing, so that it is available for processing. This means that programs using older version should modify their processors to accept this parameter. *