diff options
author | Robert Staudinger <robsta@gnome.org> | 2009-08-11 17:58:29 +0200 |
---|---|---|
committer | Robert Staudinger <robsta@gnome.org> | 2009-08-11 17:58:29 +0200 |
commit | b2b14ae14891aecd55c5d1d0d6287b8c8b7796ad (patch) | |
tree | af1da4ff054faf41ce9c7202f8e06489ae51ccb1 | |
parent | d3897522bfa7a420fed80357fe572d8ca61e4c20 (diff) |
[aux] Update NEWS and TODO.ccss-0.5.0
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | TODO | 10 |
2 files changed, 6 insertions, 9 deletions
@@ -2,7 +2,10 @@ NEWS ==== -* Use 'ccss' name consistently, drop 'lib' prefix where possible. +Version 0.4, 2009-08-11 +----------------------- + +* Use 'ccss' name consistently, drop 'lib' prefix where possible (e.g. pkg-config files). Core * Deep-free properties when destroying a stylesheet, fixes memory leak. @@ -2,21 +2,15 @@ ROADMAP ======= -Also see gtk-css-engine's TODO for now. - -0.5 +0.6 --- -* Move over gce-node, separate them? +* Move over gce-node from the CSS engine, separate them? * Improve test suite. Libxml backend for cascading tests. * Cairo-style error handling? Or something else? * "char * foo_serialize()" API instead of _dump(). * _serialize() property class method, serializing should fall back to _convert() should print url('foo'). - -0.6 ---- - * Improve test suite. * Use slice allocator and custom list/hash implementations with in-node data. |