[cairo-commit] roadster ChangeLog,1.73,1.74 configure.ac,1.12,1.13

Ian McIntosh commit at pdx.freedesktop.org
Fri Sep 23 22:25:26 PDT 2005


Committed by: ian

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

Modified Files:
	ChangeLog configure.ac 
Log Message:
2005-09-24  Ian McIntosh  <ian_mcintosh at linuxadvocate.org>

	* data/roadster.glade: New "Go" menu with web maps.  General GUI cleanup.
	* src/glyph.c: Complete rework.  Removes direct usage of librsvg.  Now uses only gdkpixbuf loaders (including the librsvg one!)
	* src/locationeditwindow.c: 
	* src/mainwindow.c: Use GLADE_LINK_WIDGET.  Add "web maps" menu options.  Add glyph reload debug menu option.  Possibly fix 'failure to stop scrolling' bug.
	* src/map.c: Beginning of support for "enhancing" map objects at run-time (adding points, smoothing sharp edges).
	* src/map.h: Fix a few 'double' which should be 'gdouble'
	* src/search_city.c: New search type matches city names.
	* src/search_road.c: Removed common code.  No longer do wildcard "search*" matching.  No longer display house #s in results.
	* src/search_location.c: Removed common code.
	* src/search.c: Moved common search code here.
	* src/searchwindow.c: Add icon.  Lots of small "look & feel" updates.
	* src/util.c: Add new word-in-sentence matching for treeview searches.  Add some treeview utility functions.  Add util_str_replace_many() for replacing eg "{LAT}" with a number for web map URLs.
	* src/welcomewindow.c: Update currently unused TIGER Data Web URL.
	* src/db.c: Playing with soundex() matching for roads and city names.
	* configure.ac: Bumped version.  Hey why not.



Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/roadster/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -d -r1.73 -r1.74
--- ChangeLog	14 Sep 2005 20:06:53 -0000	1.73
+++ ChangeLog	24 Sep 2005 05:25:24 -0000	1.74
@@ -1,3 +1,21 @@
+2005-09-24  Ian McIntosh  <ian_mcintosh at linuxadvocate.org>
+
+	* data/roadster.glade: New "Go" menu with web maps.  General GUI cleanup.
+	* src/glyph.c: Complete rework.  Removes direct usage of librsvg.  Now uses only gdkpixbuf loaders (including the librsvg one!)
+	* src/locationeditwindow.c: 
+	* src/mainwindow.c: Use GLADE_LINK_WIDGET.  Add "web maps" menu options.  Add glyph reload debug menu option.  Possibly fix 'failure to stop scrolling' bug.
+	* src/map.c: Beginning of support for "enhancing" map objects at run-time (adding points, smoothing sharp edges).
+	* src/map.h: Fix a few 'double' which should be 'gdouble'
+	* src/search_city.c: New search type matches city names.
+	* src/search_road.c: Removed common code.  No longer do wildcard "search*" matching.  No longer display house #s in results.
+	* src/search_location.c: Removed common code.
+	* src/search.c: Moved common search code here.
+	* src/searchwindow.c: Add icon.  Lots of small "look & feel" updates.
+	* src/util.c: Add new word-in-sentence matching for treeview searches.  Add some treeview utility functions.  Add util_str_replace_many() for replacing eg "{LAT}" with a number for web map URLs.
+	* src/welcomewindow.c: Update currently unused TIGER Data Web URL.
+	* src/db.c: Playing with soundex() matching for roads and city names.
+	* configure.ac: Bumped version.  Hey why not.
+
 2005-09-14  Ian McIntosh  <ian_mcintosh at linuxadvocate.org>
 
 	* src/*.c: Removed many unneeded #includes.  Removed NUM_ELEMS in favor of existing glib G_N_ELEMENTS.

Index: configure.ac
===================================================================
RCS file: /cvs/cairo/roadster/configure.ac,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- configure.ac	6 Sep 2005 02:44:19 -0000	1.12
+++ configure.ac	24 Sep 2005 05:25:24 -0000	1.13
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(roadster, 0.2.8)
+AC_INIT(roadster, 0.2.9)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
 dnl make sure we keep ACLOCAL_FLAGS around for maintainer builds to work



More information about the cairo-commit mailing list