Update ChangeLogs for SVN users

This commit is contained in:
Emmanuele Bassi 2007-08-06 19:38:02 +00:00
parent e548b53936
commit f13a729e70
2 changed files with 19 additions and 0 deletions

View File

@ -1,3 +1,18 @@
2007-08-06 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-box.[ch]: Implement margin, color and default
padding for ClutterBox. Provide API to pack a child by specifying
every packing detail or just pack with the defaults. ClutterBox
works like the HTML boxing model, API-wise: a box with margins
and padding around each child. Needs work, still.
* clutter/clutter-hbox.c:
* clutter/clutter-vbox.c: Update with the new API and new attributes.
* clutter/clutter-types.h: Add ClutterMargin and ClutterPadding.
* test/test-boxes.c: Exercise the new API.
2007-08-06 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-texture.c:

View File

@ -1,3 +1,7 @@
2007-08-06 Emmanuele Bassi <ebassi@openedhand.com>
* clutter-sections.txt: Update with the new ClutterBox API.
2007-08-04 Emmanuele Bassi <ebassi@openedhand.com>
* clutter-docs.sgml: Add autogeneration of the per-version