commit d0e5c8fff89633b504cb9dc02638b1c25f227c38 Author: Michael Catanzaro Date: Mon May 8 15:51:36 2017 -0500 Prepare 3.24.2 NEWS | 9 +++++++++ configure.ac | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) commit bf377b5e31e84c8d60d82ecf2b04dff7cb670e60 Author: Michael Catanzaro Date: Mon May 8 15:43:57 2017 -0500 Add hidden setting for disabling quirks mode This would have allowed us to give users an immediate workaround to solve the problem where the Google login page does not work at all, since it's caused by a user agent quirk we have to make various other Google websites work properly. Note: summary and description are omitted to avoid breaking string freeze. data/org.gnome.epiphany.gschema.xml | 3 +++ embed/ephy-embed-prefs.c | 5 ++++- lib/ephy-prefs.h | 42 +++++++++++++++++++------------------ 3 files changed, 29 insertions(+), 21 deletions(-) commit 6dbdee697ed8018656e83fe6cf10f73e43b5232e Author: Michael Catanzaro Date: Sun Apr 30 13:28:38 2017 -0500 notebook: Do not use a popover for the tab selection menu GTK+ popover menus are not scrollable, so they are not suitable for a menu that needs to accomodate huge numbers of items. Currently it is quite easy to wind up with the menu flowing off the bottom of the screen, with the menu items becoming inaccessible. src/ephy-notebook.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) commit 9cb4656c336f2354880f5d9350d747447eb90b41 Author: Michael Catanzaro Date: Mon May 8 15:46:45 2017 -0500 Require GTK+ 3.22.13 https://bugzilla.gnome.org/show_bug.cgi?id=781992 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 612ca811bf98e989e639ac65920ae5ec25405577 Author: Michael Catanzaro Date: Thu May 4 10:10:31 2017 -0500 location-controller: speculative fix for a search engines changed crash https://bugzilla.gnome.org/show_bug.cgi?id=782159 src/ephy-location-controller.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 4f93847b4e104779fd7cc4a8cd9365c06661c793 Author: Baurzhan Muftakhidinov Date: Thu May 4 05:10:53 2017 +0000 Update Kazakh translation po/kk.po | 287 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 147 insertions(+), 140 deletions(-) commit 6a191e00436571a2b45343d084deb554acedc39a Author: Мирослав Николић Date: Thu May 4 05:41:02 2017 +0200 Updated Serbian translation po/sr.po | 423 ++++++++++++++++++++------------------------------------- po/sr@latin.po | 423 ++++++++++++++++++++------------------------------------- 2 files changed, 300 insertions(+), 546 deletions(-) commit 2bd4624bee40ff3f4154526ca93037cc8fc8fde5 Author: Jordi Mas Date: Sat Apr 29 10:25:44 2017 +0200 Update Catalan translation po/ca.po | 2448 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 1335 insertions(+), 1113 deletions(-) commit 0a837ea5c1a20b67653a1c52d7fa86f648cc0050 Author: Flavio Gallistl Date: Thu Apr 20 23:03:37 2017 +0200 Don't open new tabs in application mode https://bugzilla.gnome.org/show_bug.cgi?id=781440 src/ephy-window.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 8e82c479cc1fbe570f7d2b68fb2eb862c645263a Author: Adrian Perez de Castro Date: Wed Mar 15 14:31:39 2017 +0200 Decode last component of URIs to determine file names for saving In the logic to determine which filename to use when saving a non-HTML resource the last component of the URI was being used as-is, which could include percent-encoded characters. Calling soup_uri_decode() before using the value ensures that we present readable file names to the user. Also, this stops using g_file_get_basename() to extract the last component of an URI because it would horribly break on platforms which do not use a slash (“/”) as path separator. This fixes bug #780086 src/window-commands.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)