commit 88844931472ce68dd0b1d833c54b27b788f12a0c Author: Michael Catanzaro Date: Mon Oct 10 11:18:03 2016 -0500 Prepare 3.22.1 NEWS | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) commit 700e7fae16f9f7188834f0a0caaa9fd924fd2a92 Author: Michael Catanzaro Date: Mon Oct 10 10:56:46 2016 -0500 Revert "Fix default language setting" This reverts commit 9abd3cd4bb1d87ab20f1cb874481c1cd2641e009. Seems to only work properly in English locales. Wonderful. data/org.gnome.epiphany.gschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9abd3cd4bb1d87ab20f1cb874481c1cd2641e009 Author: Michael Catanzaro Date: Sun Oct 9 18:16:19 2016 -0500 Fix default language setting Turn on spellchecking and Accept-Langs header by default data/org.gnome.epiphany.gschema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f47a8e771fd47ca344a0ee1dde3b88fbd6e69dd2 Author: Rūdolfs Mazurs Date: Sun Oct 9 19:29:49 2016 +0300 Update Latvian translation po/lv.po | 49 +++++++++---------------------------------------- 1 file changed, 9 insertions(+), 40 deletions(-) commit 73bc45b5a01bf5d4317bd6ac2595684e5e0547c8 Author: Michael Catanzaro Date: Sat Oct 8 16:11:11 2016 -0500 window-commands: Escape URL in web app dialog For the markup parser. Else the dialog will breaks on URLs that include characters like & src/window-commands.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 08a7d871ee4201b27661a04c25caa0ccff12f5f0 Author: Michael Catanzaro Date: Tue Oct 4 17:34:43 2016 -0500 profile-migrator: Fix off-by-one in print statement lib/ephy-profile-migrator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a7d688a2a3b9ef7dce0b86b1017345ace193fa75 Author: Estêvão Samuel Procópio Amaral Date: Sun Oct 2 21:20:19 2016 -0300 overview: Fix for animation when removing item https://bugzilla.gnome.org/show_bug.cgi?id=772350 embed/ephy-about-handler.c | 2 +- src/resources/about.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 0bda122235eb4bc86c35817ed5cbf4e7110e98f1 Author: Gustavo Noronha Silva Date: Wed Sep 28 12:25:41 2016 +0200 Save decision to allow or deny notifications The decision is stored using gsettings database. No UI exists currently to forget or manage the decisions. https://bugzilla.gnome.org/show_bug.cgi?id=748339 data/Makefile.am | 2 +- data/org.gnome.epiphany.host.gschema.xml | 13 +++ embed/Makefile.am | 2 + embed/ephy-embed-shell.c | 12 +++ embed/ephy-embed-shell.h | 2 + embed/ephy-hosts-manager.c | 152 +++++++++++++++++++++++++++++++ embed/ephy-hosts-manager.h | 45 +++++++++ embed/ephy-web-view.c | 61 +++++++++++-- 8 files changed, 278 insertions(+), 11 deletions(-) commit dbb6b80fda3d68a5bf2a2d13a674b3c3007480b5 Author: Michael Catanzaro Date: Tue Sep 27 14:03:08 2016 +0200 embed: fix web inspector dock right button It's currently impossible to support dock to right if we handle inspector attachment manually, because there is no WebKit API to tell Epiphany where to dock the inspector. We needed to handle it manually in the past for some legacy reason, but not anymore, so just remove this code. embed/ephy-embed.c | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) commit 096f568a957e718ca9b89182001a4aa10dfbda83 Author: Michael Catanzaro Date: Sat Sep 17 10:29:16 2016 -0500 web-app-utils: Do not copy cookies when creating new web app It breaks Google Inbox, which expects cookies to be present from other Google domains if cookies are also present for Inbox. https://bugzilla.gnome.org/show_bug.cgi?id=771540 lib/ephy-web-app-utils.c | 70 ------------------------------------------------ 1 file changed, 70 deletions(-) commit c717349b8cd26bc8eaf6317eb8e28c3be4698ef6 Author: Michael Catanzaro Date: Thu Sep 22 10:37:42 2016 -0500 Improve overview layout in small windows It looks pretty bad currently if you resize Epiphany down to the point where five snapshots no longer fit in a row; then we wind up with four rows of snapshots, two with four snapshots and two with one snapshot. This sucks. Adrian found a great way to avoid this with CSS magic. embed/ephy-about-handler.c | 19 +++++++------------ src/resources/about.css | 23 +++-------------------- 2 files changed, 10 insertions(+), 32 deletions(-) commit 65fb60c98733e3b0cc949a0dc1efee896556bbd2 Author: Gianvito Cavasoli Date: Thu Sep 22 08:53:47 2016 +0000 Updated Italian translation po/it.po | 899 +++++++++++++++++++++++++++++++++++++++++---------------------- 1 file changed, 585 insertions(+), 314 deletions(-) commit 343d9f52f67d4ee47c6dd077c9979b903bb3c941 Author: Alexandre Franke Date: Wed Sep 21 19:07:01 2016 +0000 Updated French translation po/fr.po | 2166 +++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 1147 insertions(+), 1019 deletions(-) commit 20c8714653d372f813292512f3ed2eaa56ee73d1 Author: Alexandre Franke Date: Mon Sep 19 08:02:14 2016 +0000 Updated French translation help/fr/fr.po | 98 ++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 53 insertions(+), 45 deletions(-) commit 653eecbafc9095808ae3a770b554a46f37b93911 Author: Michael Catanzaro Date: Sun Sep 18 20:55:56 2016 -0500 Prepare 3.22.0 NEWS | 6 ++++++ configure.ac | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-)