commit: 17faf1d 17faf1d1bb8eda7d183d5c305794acae40854de0
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Tue Sep 3 02:30:40 2013 +0300

    Release 0.99.3


 NEWS | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
commit: 38309cb 38309cb51d45d5d25be613fb1adb0f4eab0df2c8
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Tue Sep 3 03:04:33 2013 +0300

    Add missing doc comments


 geocode-glib/Makefile.am        |  2 +-
 geocode-glib/geocode-location.c | 41 +++++++++++++++++++++++++++++++++++++
 geocode-glib/geocode-location.h | 45 ++++++++++++++++++++++++++++++++++++-----
 geocode-glib/geocode-place.c    | 33 ++++++++++++++++++++++++++++++
 4 files changed, 115 insertions(+), 6 deletions(-)
commit: eee5cff eee5cff6886a35a8528151824a77fbe4f8ed2625
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Tue Sep 3 02:38:55 2013 +0300

    docs: Add enum types


 docs/geocode-glib-docs.xml | 1 +
 1 file changed, 1 insertion(+)
commit: 7f314a1 7f314a19233ae650b543f3e994eee42a714d083f
Author: Kalev Lember <kalevlember@gmail.com>
Date:   Mon Sep 2 18:57:28 2013 +0200

    Post-release bump to 0.99.3


 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
commit: b543755 b543755ed1faaee28265acc02b0a85d31675a1e1
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Mon Aug 26 14:46:07 2013 -0600

    build: Fix build against latest gnome-common
    
    The use of IT_PROG_INTLTOOL and AM_GNU_GETTEXT together is not supported.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706828


 configure.ac | 3 ---
 1 file changed, 3 deletions(-)
commit: 8ac85fc 8ac85fcb04ab941379a6859c1379605cba281f85
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Mon Aug 26 12:23:13 2013 +0200

    geocode-reverse: Make constructor locale safe
    
    When using g_strdup_printf and float values the radix
    character (decimal point) is locale dependent and for some
    locales will print a comma. This will break the nominatim
    queries for us.
    
    Switch to using g_ascii_dtostr() instead which will always
    use a dot as decimal point.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706786


 geocode-glib/geocode-reverse.c | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)
commit: dfd51c5 dfd51c5ec21a07fb94d8d8d307925d56349f60f6
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Mon Aug 19 11:24:20 2013 +0200

    Add icon from nominatim as place GIcon property
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706291


 geocode-glib/geocode-forward.c      |  8 ++++++
 geocode-glib/geocode-glib-private.h |  2 ++
 geocode-glib/geocode-glib.symbols   |  2 ++
 geocode-glib/geocode-place.c        | 51 +++++++++++++++++++++++++++++++++++++
 geocode-glib/geocode-place.h        |  3 +++
 5 files changed, 66 insertions(+)
commit: b2e07f6 b2e07f6c2043345122c83a791a1334a69a15a33f
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Sun Aug 25 03:51:11 2013 +0300

    reverse: Return GeocodePlace rather than hashtable
    
    We were returning the attributes hashtable rather than GeocodePlace from
    geocode_reverse_resolve_finish, which makes using applications crash.


 geocode-glib/geocode-reverse.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
commit: 002c54b 002c54b0c96801669567b8e47c6bc026391a5ffd
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Sun Aug 25 03:50:41 2013 +0300

    reverse: Minor indentation fixes


 geocode-glib/geocode-reverse.c | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)