- custom log for CSSparser should work again
- calling script cssparser has 2 new options (not using optparse yet...)
cssparser.py filename.css [encoding[, "debug"]]
1. encoding of the filename.css to parse
2. if called with "debug" debugging mode is enabled and default log prints all messages
- cssutils.css.CSSUnknownRule reintegrated and Tests added
- cssutils.Comment reintegrated
implements css.CSSRule, there a new typevalue COMMENT (=-1) is added
- lexer does handle strings *almost* right now...
- bugfixes
- simplified lexer, still lots of simplification todo