[cairo-commit] roadster ChangeLog,1.24,1.25 configure.ac,1.4,1.5
Ian McIntosh
commit at pdx.freedesktop.org
Sun Feb 27 19:25:25 PST 2005
Committed by: ian
Update of /cvs/cairo/roadster
In directory gabe:/tmp/cvs-serv17134
Modified Files:
ChangeLog configure.ac
Log Message:
* configure.ac: Added libsvg-cairo as dependency. (Not quite correct? Nate will fix it.:)
* Makefile.am: Added glyph.c.
* datasetwindow.c: Removed Import button.
* db.c: Removed debugging comments. City with the same name are no longer shared between states.
* geometryset.c: Expired a bunch of old code.
* gotowindow.c: Use mappoint_t instead of loose lat/lon variables.
* gui.c: Changed an error message.
* main.c: Move init/deinit code from main() to main_init() and main_deinit()
* mainwindow.c: Some cleanup and early support for SVG icon loading.
* map.c: Renamed some variables and functions. Moved start location from arbitrary spot in MA, USA to (0,0)
* pointstring.c: Clean up.
* search_location.c: Use new map_* function names.
* search_road.c: Use city, state, and zip if present.
* searchwindow.c: Correctly use G_TYPE_DOUBLE to store coordinates. Use mappoint_t instead of loose variables.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/roadster/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- ChangeLog 26 Feb 2005 09:37:36 -0000 1.24
+++ ChangeLog 28 Feb 2005 03:25:23 -0000 1.25
@@ -1,3 +1,20 @@
+2005-02-27 Ian McIntosh <ian_mcintosh at linuxadvocate.org>
+
+ * configure.ac: Added libsvg-cairo as dependency. (Not quite correct. Nate will fix it.:)
+ * Makefile.am: Added glyph.c.
+ * datasetwindow.c: Removed Import button.
+ * db.c: Removed debugging comments. City with the same name are no longer shared between states.
+ * geometryset.c: Expired a bunch of old code.
+ * gotowindow.c: Use mappoint_t instead of loose lat/lon variables.
+ * gui.c: Changed an error message.
+ * main.c: Move init/deinit code from main() to main_init() and main_deinit()
+ * mainwindow.c: Some cleanup and early support for SVG icon loading.
+ * map.c: Renamed some variables and functions. Moved start location from arbitrary spot in MA, USA to (0,0)
+ * pointstring.c: Clean up.
+ * search_location.c: Use new map_* function names.
+ * search_road.c: Use city, state, and zip if present.
+ * searchwindow.c: Correctly use G_TYPE_DOUBLE to store coordinates. Use mappoint_t instead of loose variables.
+
2005-02-26 Ian McIntosh <ian_mcintosh at linuxadvocate.org>
* db.c: Added City and State tables and functions to search / add them.
Index: configure.ac
===================================================================
RCS file: /cvs/cairo/roadster/configure.ac,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- configure.ac 26 Feb 2005 04:41:40 -0000 1.4
+++ configure.ac 28 Feb 2005 03:25:23 -0000 1.5
@@ -42,7 +42,7 @@
AC_SUBST(GNOME_CFLAGS)
dnl ========= check for cairo ==================================================
-dnl PKG_CHECK_MODULES(CAIRO, cairo,,exit)
+dnl PKG_CHECK_MODULES(CAIRO, cairo libsvg-cairo,,exit)
PKG_CHECK_MODULES(CAIRO, cairo > 0.2.0,
[AC_DEFINE([HAVE_NEWER_CAIRO], [1], [Newer Cairo])],
More information about the cairo-commit
mailing list