fix up ChangeLog after merge
authorTomas Frydrych <tf@openedhand.com>
Thu, 31 May 2007 19:14:37 +0000 (19:14 +0000)
committerTomas Frydrych <tf@openedhand.com>
Thu, 31 May 2007 19:14:37 +0000 (19:14 +0000)
ChangeLog

index 5776498..28dccb8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2007-05-31  Tomas Frydrych  <tf@openedhand.com>
+
+       * clutter/clutter-stage.c:
+       * clutter/clutter-private.h:
+       (_clutter_stage_get_perspective_matrix):
+       New function.
+
+       * clutter/clutter-actor.c:
+       (clutter_actor_get_tranformed_vertices):
+       (clutter_actor_get_tranformed_point):
+       Apply perspective matrix on the top of actor transform matrix.
+       
 2007-05-31  Neil J Patel  <njp@o-hand.com>
 
        * clutter/Makefile.am:
 
 2007-05-31  Tomas Frydrych  <tf@openedhand.com>
 
-       * clutter/clutter-stage.c:
-       * clutter/clutter-private.h:
-       (_clutter_stage_get_perspective_matrix):
-       New function.
-
-       * clutter/clutter-actor.c:
-       (clutter_actor_get_tranformed_vertices):
-       (clutter_actor_get_tranformed_point):
-       Apply perspective matrix on the top of actor transform matrix.
-       
-2007-05-31  Tomas Frydrych  <tf@openedhand.com>
-
        * clutter/clutter-actor.c:
        (clutter_actor_get_transformed_point):
        Fixed coordinance translation.