[cairo-commit] roadster ChangeLog,1.80,1.81
Ian McIntosh
commit at pdx.freedesktop.org
Fri Sep 30 17:56:22 PDT 2005
- Previous message: [cairo-commit]
roadster/src Makefile.am, 1.20, 1.21 animator.c, 1.7,
1.8 db.c, 1.29, 1.30 downloader.c, 1.1, 1.2 downloader.h, 1.1,
1.2 locationselection.c, 1.1, NONE locationselection.h, 1.1,
NONE main.c, 1.28, 1.29 mainwindow.c, 1.44,
1.45 map_draw_gdk.c, 1.21, 1.22 map_tile.c, 1.1,
1.2 search_road.c, 1.25, 1.26 track.c, 1.8, NONE track.h, 1.1, NONE
- Next message: [cairo-commit]
roadster/src db.c, 1.30, 1.31 db.h, 1.12, 1.13 main.c,
1.29, 1.30 map.c, 1.48, 1.49 map_draw_cairo.c, 1.24,
1.25 map_draw_gdk.c, 1.22, 1.23 point.c, 1.8, NONE point.h,
1.1, NONE pointstring.c, 1.8, NONE pointstring.h, 1.3,
NONE road.c, 1.7, 1.8 road.h, 1.4, 1.5 search_road.c, 1.26, 1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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:
- Previous message: [cairo-commit]
roadster/src Makefile.am, 1.20, 1.21 animator.c, 1.7,
1.8 db.c, 1.29, 1.30 downloader.c, 1.1, 1.2 downloader.h, 1.1,
1.2 locationselection.c, 1.1, NONE locationselection.h, 1.1,
NONE main.c, 1.28, 1.29 mainwindow.c, 1.44,
1.45 map_draw_gdk.c, 1.21, 1.22 map_tile.c, 1.1,
1.2 search_road.c, 1.25, 1.26 track.c, 1.8, NONE track.h, 1.1, NONE
- Next message: [cairo-commit]
roadster/src db.c, 1.30, 1.31 db.h, 1.12, 1.13 main.c,
1.29, 1.30 map.c, 1.48, 1.49 map_draw_cairo.c, 1.24,
1.25 map_draw_gdk.c, 1.22, 1.23 point.c, 1.8, NONE point.h,
1.1, NONE pointstring.c, 1.8, NONE pointstring.h, 1.3,
NONE road.c, 1.7, 1.8 road.h, 1.4, 1.5 search_road.c, 1.26, 1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list