2008-07-22 Vincent Untz * configure.in: * NEWS: version 2.23.5 2008-06-29 Dan Winship * data/Locations.xml.in: Reorganize countries exactly according to ISO 3166; Move various territories/dependencies with their own ISO codes out into their own nodes, and preemptively add nodes for the countries that we don't yet have weather stations for. Sync up a few names/accents with ISO 3166 and/or common English usage, and put a comment before each country giving the official name (plus notes in the cases that are confusing or non-obvious). #535518 * data/locations.dtd: Allow empty countries; the code already just ignores them. 2008-06-29 Dan Winship * data/Locations.xml.in (Serbia and Montenegro): Belatedly split "Serbia and Montenegro" into "Serbia" and "Montenegro". (EGYP, NIUE, NSTU, PMDY, PWAK, TKPN): Move each of these from the wrong to the right one. (Bermuda): move from "Central and South America" to "Atlantic". (French Polynesia): move from "Central and South America" to "Australasia & Oceania" (CWWK, ESTA): Fix to use <_name> instead of . (K3A1, K4A9, KAUO, KDCU, KDHN, KGZH, KMGM, KMSL, KOZR, KTCL, KTOI): Remove a bunch more locations that somehow got duplicated from Alabama into Arkansas (qv #425778 below). 2008-06-19 Vincent Untz * libgweather/gweather.schemas.in: change references from cvs.gnome.org to svn.gnome.org. Patch by Jan Tichavský , fix bug #510619. 2008-06-18 Dan Winship * libgweather/gweather-xml.c (gweather_xml_parse_node): When skipping an unrecognized node, use xmlTextReaderNext(), which properly handles skipping its children, making the parsing more future-proof. (The old code could only deal with skipping nodes containing only text.) Also, don't examine &iter if it hasn't been set (fixing a g_warning). 2008-06-18 Dan Winship * data/Locations.xml.in: Misc updates from bugzilla: Fix spelling of Ulaanbaatar, Mongolia. #383259, DULMANDAKH Sukhbaatar. Remove duplicate copy of Gadsden, Alabama, US, which had somehow snuck into Arkansas. #425778, Sebastian Bacher. Fix BOM codes for Alice Springs and Darwin, Australia. #492268, Andrew Burton. Reorganize Brazil into s, with proper timezone hints. #528134, Grazieno Pellegrino. Fix South African locations to not be based on out-of-date airport names. #533622, Adrian Frith. Add Łódź, Poland (which has a weather station but does not appear in the METAR file). #534047, Marcin Banasiak. 2008-06-18 Dan Winship * configure.in: require libsoup instead of gnome-vfs. (Also require gconf explicitly; it used to be pulled in implicitly by gnome-vfs.) * libgweather/weather-bom.c: * libgweather/weather-iwin.c: * libgweather/weather-met.c: * libgweather/weather-metar.c: * libgweather/weather-wx.c: Use libsoup rather than gnome-vfs for http. #527525 * libgweather/Makefile.am: * libgweather/weather.c: * libgweather/weather-priv.h: update for libsoup changes 2008-06-18 Dan Winship * libgweather/*.[ch]: code cleanup. Try to standardize on a single style. (No functional changes.) * libgweather/weather.c (dmsh2rad): s/toupper/g_ascii_toupper/ * libgweather/weather-met.c (met_reprocess): s/isspace/g_ascii_isspace/. s/strncasecmp/g_ascii_strncasecmp/ 2008-06-17 Vincent Untz * configure.in: post-release bump to 2.23.5 ==================== 2.23.4 ====================