File python-clevercss.changes of Package python-clevercss
-------------------------------------------------------------------
Wed Mar 24 18:00:24 UTC 2010 - poeml@cmdline.net
- handle whitespace in front of comments (python-clevercss-poeml-comments.patch
added)
-------------------------------------------------------------------
Wed Mar 24 10:22:01 UTC 2010 - poeml@cmdline.net
- add patch python-clevercss-tymofij.patch with two bug fixes from Tim Babych:
- The Parser was not aware of negative numbers. Thus any minus sign was an
operator, leading to unneeded calculations. Say, "margin: -2px -2px" was
converted into "margin: -4px"
- LineIterator was not filtering out "\n"s that were left after trimming /*
comments */, causing an exception in Parser
-------------------------------------------------------------------
Wed Sep 2 12:45:46 CEST 2009 - poeml@suse.de
- new package