commit 14750b7d130a761b9cff69177e6ae1064227637d
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Dec 10 12:24:23 2015 +0100

    [release] 3.18.2

 NEWS         | 9 +++++++++
 configure.ac | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit 2ed9b3211542e8dac63d631126f4a42ea810f668
Author: Anders Jonsson <anders.jonsson@norsjovallen.se>
Date:   Wed Dec 9 21:47:04 2015 +0000

    Updated Swedish translation

 po/sv.po | 648 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 336 insertions(+), 312 deletions(-)

commit 12bd128070722e67e1819628ea4004ae47d412a8
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Wed Dec 9 18:18:29 2015 +0100

    Updated Polish translation

 po/pl.po | 321 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 162 insertions(+), 159 deletions(-)

commit df3502a00d3b1ef2a210fbd749243d978800714e
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Dec 9 13:20:12 2015 +0100

    snapshot-service: do not update cache table from other threads
    
    GLib hash tables are not thread-safe. Use a idle function to
    update the cache from the main thread.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759235

 lib/ephy-snapshot-service.c | 43 +++++++++++++++++++++++++++++++++++++++----
 1 file changed, 39 insertions(+), 4 deletions(-)

commit 696f73eb3673b87523eee263e9cdf8d996f8fd35
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Dec 9 11:47:53 2015 +0100

    about:application: mark "Delete" for translation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759216

 embed/ephy-about-handler.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7917f21a1a9874c0279d41b74f42af1f28dfb689
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Dec 9 10:14:48 2015 +0100

    about:applications: fix the arrangement of title and url
    
    These were upside-down because of a printf messup.

 embed/ephy-about-handler.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit fd73b652c1ed85728a10c3f12cd3d245e88b04fe
Author: Gustavo Noronha Silva <gns@gnome.org>
Date:   Tue Dec 8 14:26:13 2015 +0100

    Always allow notification requests when under application mode
    
    It is assumed that if a person creates a web app they are also willing to
    get notifications from that app as they would from any other regular app.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=759176

 embed/ephy-web-view.c | 7 +++++++
 1 file changed, 7 insertions(+)