2002-11-12 John Kodis * Version 2.0 released. 2002-11-12 John Kodis * Can now use city or city and state names as a location specification. Unfortunately, this is limited to US cities as I haven't found a suitable global gazetteer. 2002-09-26 John Kodis * Version 1.4, the post-desidification release. * Renamed things: fcc-bin.c to fcc-search.c; fcc-lib.c to fcc-ingest.c; fcc-lib.h to fcc.h; delete fcc-bin.h, zip-munge.c. Renamed str-to-geoloc.{c,h} to geoloc.{c,h}. Renamed gen-fcc-bin.c to station-info-gen-index.c, gen-callsigns-loc.c to station-info-call-loc.c. 2002-09-25 John Kodis * Version 1.3, the pre-desidification release. 2002-09-25 John Kodis * Match callsigns with suffixes, so that a location of "WRYR" will match against a callsign of "WRYR-LP" if a callsign entry for "WRYR" isn't in the callsigns.loc file. 2002-08-18 John Kodis * Sped up initial database loading by a factor of about 100. This involved writing gen-fcc-bin, a program to generate binary files with just enough data to perform the initial station selection, and using this data in the station-info and station-info-cli programs. 2002-07-28 John Kodis * Version 1.2 released. 2002-07-27 John Kodis * Accept station callsigns as location specifications. Also move all the cdbs and .loc files to $PKGDATADIR, (by default, /usr/local/share/station-info/). 2002-07-20 John Kodis * Correct display of antenna patterns. Previously, these were shown rotated, reversed, and upside down. Also added a compass rose and the station callsign to the antenna pattern display. 2002-07-19 John Kodis * Avoid trying to draw into details windows that have been closed. 2002-05-25 John Kodis * Version 1.1 released. 2002-05-23 John Kodis * Use str_to_geoloc() to translate location strings into geographic locations. This allows US zip codes to be used to specify a location. 2002-05-09 John Kodis * Use a single window for display of details information. A new details window can still be created by clicking on a station entry with mouse button 3. 2002-04-13 John Kodis * Version 1.0 released. 2001-12-13 John Kodis * Checked the initial version of the station-info project into its new home on savannah.gnu.org.