commit: 4877742 48777423bffd97f825d19ded68f7dca80716d7ce
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Mon Jan 13 23:21:52 2014 +0100

    Release 3.11.4


 NEWS         | 19 +++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)
commit: f9775b5 f9775b538ba544936de5d78cdeaea4bc937b3293
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Tue Jan 14 13:36:18 2014 +0000

    icons: Fix paths
    
    Fixes `make dist`.


 icons/Makefile.am | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
commit: e26898c e26898ce2d0310c2d1fd230f1a688bd845b246b9
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Mon Jan 13 23:19:48 2014 +0100

    Add forgotten part of gettext commit (fbdd8d4)
    
    Remove intltool references from DISTCLEANFILES and EXTRA_DIST.


 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
commit: 604ebf1 604ebf12cb37745e3977d41161f93f9b93bf72ea
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Sat Jan 11 07:02:28 2014 +0100

    place: make icon property read-only
    
    The icon for a place is now derived from its type. Having the icon
    property READWRITE does not make sense.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720250


 geocode-glib/geocode-place.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
commit: 5943d28 5943d28d71eb6349e10f19b055de7b3aecd74080
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Sat Jan 11 06:58:31 2014 +0100

    Add Maki icons
    
    This patch makes use of the Maki point of interest icon set
    from MapBox. The icons are BSD licensed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720250


 Makefile.am                                        |   2 +-
 configure.ac                                       |   1 +
 geocode-glib/geocode-forward.c                     |   9 --
 geocode-glib/geocode-glib-private.h                |   3 -
 geocode-glib/geocode-glib.symbols                  |   1 -
 geocode-glib/geocode-place.c                       |  59 ++++++--
 icons/Makefile.am                                  |  46 +++++++
 icons/maki/LICENSE.txt                             |  28 ++++
 icons/maki/scalable_places_poi-airport.svg         | 140 +++++++++++++++++++
 icons/maki/scalable_places_poi-building.svg        | 137 +++++++++++++++++++
 icons/maki/scalable_places_poi-bus-stop.svg        | 133 ++++++++++++++++++
 icons/maki/scalable_places_poi-car.svg             | 139 +++++++++++++++++++
 icons/maki/scalable_places_poi-marker.svg          | 141 ++++++++++++++++++++
 icons/maki/scalable_places_poi-railway-station.svg | 148 +++++++++++++++++++++
 icons/maki/scalable_places_poi-town.svg            | 133 ++++++++++++++++++
 15 files changed, 1092 insertions(+), 28 deletions(-)
commit: df05549 df0554941673a08faeb5ba076771c7ccb42c9971
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Thu Dec 12 21:55:08 2013 +0100

    location: Add parsing of geo URI
    
    This patch adds parsing of geo URI to geocode-location.
    
    The RFC for the geo URI scheme can be found at:
    http://www.rfc-editor.org/rfc/rfc5870.txt
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706130


 geocode-glib/Makefile.am          |   3 +-
 geocode-glib/geocode-glib.symbols |   3 +
 geocode-glib/geocode-location.c   | 270 ++++++++++++++++++++++++++++++++++++++
 geocode-glib/geocode-location.h   |  23 +++-
 geocode-glib/test-geouri.c        | 157 ++++++++++++++++++++++
 5 files changed, 452 insertions(+), 4 deletions(-)
commit: 525c356 525c3560ad1ee3cf8cda0c62c7c29a5dd06071fb
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Mon Dec 9 13:02:52 2013 +0100

    location: Add CRS property
    
    Add a property defining the coordinate reference system of a
    geocode-location.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706130


 geocode-glib/geocode-glib.symbols |  2 ++
 geocode-glib/geocode-location.c   | 72 +++++++++++++++++++++++++++++++++++----
 geocode-glib/geocode-location.h   | 11 ++++++
 3 files changed, 78 insertions(+), 7 deletions(-)
commit: fdb74ad fdb74adc02f797941e96698c8847e3b19f86e3cc
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Wed Nov 13 22:50:57 2013 +0100

    location: Add altitude property
    
    Add altitude in meters to geocode-location.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=706130


 geocode-glib/geocode-glib.symbols |  1 +
 geocode-glib/geocode-location.c   | 54 ++++++++++++++++++++++++++++++++++++++-
 geocode-glib/geocode-location.h   |  8 ++++++
 3 files changed, 62 insertions(+), 1 deletion(-)
commit: eca1275 eca127540888b3604003bf2b1a32ba1e7fdf6285
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Tue Nov 26 22:57:20 2013 +0100

    forward: add bounded property
    
    The bounded boolean property decides if the search-area property
    sets an hard limit or not. If false the search-area is simply the
    prefered area for search. If true it restricts results to only items
    within the search-area.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719585


 geocode-glib/geocode-forward.c    | 68 +++++++++++++++++++++++++++++++++++++--
 geocode-glib/geocode-forward.h    |  3 ++
 geocode-glib/geocode-glib.symbols |  2 ++
 3 files changed, 71 insertions(+), 2 deletions(-)
commit: f153ec7 f153ec788bf5b6741d8904584f4cfdaa5eefa906
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Tue Dec 3 13:00:03 2013 +0100

    forward: add search area property
    
    Nominatim allows searches to be limited to a viewbox. In
    order to take advantage of this we need a new property.
    
    The search area is specified as a GeocodeBoundingBox.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719585


 geocode-glib/geocode-forward.c    | 89 +++++++++++++++++++++++++++++++++++++--
 geocode-glib/geocode-forward.h    | 14 +++---
 geocode-glib/geocode-glib.symbols |  2 +
 3 files changed, 97 insertions(+), 8 deletions(-)
commit: aed6c80 aed6c80fee165419326331744065ac73bdb3e52a
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Tue Dec 3 12:59:16 2013 +0100

    Add new object GeocodeBoundingBox
    
    Add an object representing a geographical area.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719585


 docs/geocode-glib-docs.xml          |   1 +
 geocode-glib/Makefile.am            |   6 +-
 geocode-glib/geocode-bounding-box.c | 335 ++++++++++++++++++++++++++++++++++++
 geocode-glib/geocode-bounding-box.h |  79 +++++++++
 geocode-glib/geocode-glib.h         |   1 +
 geocode-glib/geocode-glib.symbols   |   6 +
 6 files changed, 426 insertions(+), 2 deletions(-)
commit: 7d5da03 7d5da035be690b015ee1404e299ce127433c0577
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Tue Nov 26 13:07:17 2013 +0100

    forward: make answer_count a property
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719585


 geocode-glib/geocode-forward.c    | 83 ++++++++++++++++++++++++++++++++++++++-
 geocode-glib/geocode-forward.h    |  1 +
 geocode-glib/geocode-glib.symbols |  1 +
 3 files changed, 84 insertions(+), 1 deletion(-)
commit: fbdd8d4 fbdd8d425ad41ec90b301e4bcf14c7baaeb500e7
Author: Javier Jardón <jjardon@gnome.org>
Date:   Tue Sep 17 16:32:45 2013 +0100

    Use upstream gettext instead intltool
    
    So we have an updated and well maintained po/Makefile.in.in


 configure.ac                   |  4 ++--
 geocode-glib/Makefile.am       |  6 +++++-
 geocode-glib/geocode-reverse.c |  2 +-
 po/Makevars                    | 41 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 49 insertions(+), 4 deletions(-)
commit: d4f3813 d4f3813ab57d9f78e25f331f6cdc4f4f9a4a8ae3
Author: Javier Jardón <jjardon@gnome.org>
Date:   Tue Sep 17 16:30:41 2013 +0100

    build: Use CFLAGS instead CPPFLAGS to pass additional C compiler flags
    
    As the automake documentation says:
    
    AM_CPPFLAGS: The contents of this variable are passed to every compilation
      that invokes the C preprocessor; it is a list of arguments to the preprocessor.
      For instance, -I and -D options should be listed here
    
    AM_CFLAGS: This is the variable the Makefile.am author can use to pass in
      additional C compiler flags.
    
    http://www.gnu.org/software/automake/manual/html_node/Program-Variables.html


 geocode-glib/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
commit: 51d9753 51d9753516509dc22a1c0bc7abb67606c22da616
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Tue Sep 24 20:29:14 2013 +0300

    gir: Forgotton part of last commit (d87f10d)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708690


 geocode-glib/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
commit: d87f10d d87f10d377f96d4e5d565c4c5876c39ba9a33f0f
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Tue Sep 24 19:59:53 2013 +0300

    gir: We need libsoup, not libsoup-gnome
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708690


 geocode-glib/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
commit: 4d77aa2 4d77aa2ee4af86e50f9d3b0236acc834f3b20eb6
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Mon Sep 23 22:09:29 2013 +0300

    Bump minor version on unstable branch


 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)