[cairo-commit] roadster ChangeLog,1.80,1.81

Ian McIntosh commit at pdx.freedesktop.org
Fri Sep 30 17:56:22 PDT 2005


Committed by: ian

Update of /cvs/cairo/roadster
In directory gabe:/tmp/cvs-serv9875

Modified Files:
	ChangeLog 
Log Message:
	* src/road.c: Removed alloc/dealloc of road_t.
	* src/point.c:
	* src/point.h:
	* src/pointstring.c:
	* src/pointstring.h: Removed, since road_t now has a basic GArray of mappoint_t objects.
	* src/*.c: Use new road_t format.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/roadster/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -d -r1.80 -r1.81
--- ChangeLog	30 Sep 2005 23:55:31 -0000	1.80
+++ ChangeLog	1 Oct 2005 00:56:19 -0000	1.81
@@ -1,5 +1,14 @@
 2005-09-30  Ian McIntosh  <ian_mcintosh at linuxadvocate.org>
 
+	* src/road.c: Removed alloc/dealloc of road_t.
+	* src/point.c:
+	* src/point.h:
+	* src/pointstring.c:
+	* src/pointstring.h: Removed, since road_t now has a basic GArray of mappoint_t objects.
+	* src/*.c: Use new road_t format.
+
+2005-09-30  Ian McIntosh  <ian_mcintosh at linuxadvocate.org>
+
 	* src/locationselection.c:
 	* src/locationselection.h:
 	* src/track.c:



More information about the cairo-commit mailing list