[cairo-commit] roadster ChangeLog,1.33,1.34

Ian McIntosh commit at pdx.freedesktop.org
Thu Mar 3 18:27:31 PST 2005


Committed by: ian

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

Modified Files:
	ChangeLog 
Log Message:
	* map.c: Removed drawing code, added two rendering backends.
	* map_draw_cairo.c:
	* map_draw_gdk.c: Added.
	* glyph.c: Made libsvg optional.
	* gotowindow.c: Removed lots of unused code.
	* main.c: Initialize threading (currently disabled).
	* search_road.c: Don't pass RoadID to search results window.


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/roadster/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- ChangeLog	3 Mar 2005 08:28:32 -0000	1.33
+++ ChangeLog	4 Mar 2005 02:27:29 -0000	1.34
@@ -1,10 +1,22 @@
+2005-03-03  Ian McIntosh  <ian_mcintosh at linuxadvocate.org>
+
+	* map.c: Removed drawing code, added two rendering backends.
+	* map_draw_cairo.c:
+	* map_draw_gdk.c: Added.
+	* glyph.c: Made libsvg optional.
+	* gotowindow.c: Removed lots of unused code.
+	* main.c: Initialize threading (currently disabled).
+	* search_road.c: Don't pass RoadID to search results window.
+
 2005-03-03  Nathan Fredrickson  <nathan at silverorange.com>
+	
 	* data/layers.xml:
 	* src/layers.c: Parse dash style and fix the railroads.
 	* src/mainwindow.c: Redraw map after reloading styles.
 	* data/roadster.glade: Set accelerator for style reload to F5.
 
 2005-03-03  Nathan Fredrickson  <nathan at silverorange.com>
+	
 	* src/*.h: Change extern "C" to G_BEGIN_DECLS/G_END_DECLS
 	* src/layers.h:
 	* src/layers.c: Add layers_reload() to reload the layer styles.
@@ -12,6 +24,7 @@
 	* src/mainwindow.c: Add "Debug" menu and "Reload Styles" menuitem.
 
 2005-03-03  Nathan Fredrickson  <nathan at silverorange.com>
+	
 	* data/Makefile.am:
 	* configure.ac: Add dependency on libxml-2.0.
 	* data/layers.xml: Map layer styles defined in XML.
@@ -21,6 +34,7 @@
 	* src/layers.c: Load map layer styles from an XML file.
 
 2005-03-02  Nathan Fredrickson  <nathan at silverorange.com>
+	
 	* src/Makefile.am:
 	* configure.ac: Check separately for libsvg and continue if not found. Define HAVE_LIBSVG if present.
 
@@ -47,10 +61,12 @@
 	* search_road.c: Perform exact-match for street names of 3 or fewer chars for speed and results quality.
 
 2005-02-28  Nathan Fredrickson  <nathan at silverorange.com>
+	
 	* README: Update dependency list.
 	* configure.ac: Re-add -lmygcc. Clean up.
 
 2005-02-28  Nathan Fredrickson  <nathan at silverorange.com>
+	
 	* main.c: Make main_init() return a value.
 	* mainwindow.c: Add missing prototype.
 	* configure.ac: Add pkgconfig check for libsvg and libsvg-cairo.




More information about the cairo-commit mailing list