commit ebc9c2b41adcc3caffcd2ffa8c0e93a44fdf62fa Author: Michael Catanzaro Date: Sat Mar 11 10:31:43 2017 -0600 Prepare 3.23.92 NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) commit 54630af0842d192d90603b1097d31f6c7c84969e Author: Jordi Mas Date: Sat Mar 11 08:54:42 2017 +0100 Update to Catalan translation po/ca.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) commit e55502875b308c53439cfb5163a111586023bd09 Author: Fran Dieguez Date: Sat Mar 11 01:45:54 2017 +0000 Update Galician translation po/gl.po | 2359 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 1364 insertions(+), 995 deletions(-) commit bb270f6b0fc8991dbda2eee3a60453b14cbad607 Author: Fran Dieguez Date: Sat Mar 11 00:59:12 2017 +0100 Updated Galician translations po/gl.po | 122 ++++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 74 insertions(+), 48 deletions(-) commit d7f388dc03f8713aa6fa5f83be268eba1ce94483 Author: Jordi Mas Date: Thu Mar 9 19:54:51 2017 +0100 Update Catalan translation po/ca.po | 1184 +++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 702 insertions(+), 482 deletions(-) commit 08ae38ae267d594048a28e89506f29fda8849c56 Author: Fabio Tomat Date: Thu Mar 9 14:46:48 2017 +0000 Update Friulian translation po/fur.po | 123 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 62 insertions(+), 61 deletions(-) commit 943cbd85ca20b56e9479258b5773ea4329ea35d0 Author: Marek Černocký Date: Thu Mar 9 07:49:33 2017 +0100 Updated Czech translation po/cs.po | 682 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 369 insertions(+), 313 deletions(-) commit a7ac28102e7b56ff8bb374dcb402bd4852d2ab98 Author: Michael Catanzaro Date: Tue Mar 7 16:37:29 2017 -0600 Remove obsolete bookmarks documentation help/C/bookmark-add.page | 64 ------------------------------------------- help/C/bookmark-delete.page | 51 ---------------------------------- help/C/bookmark-edit.page | 59 --------------------------------------- help/C/bookmark-smart.page | 60 ---------------------------------------- help/C/bookmark-topic.page | 54 ------------------------------------ help/C/bookmark.page | 37 ------------------------- help/C/index.page | 6 ++-- help/C/keyboard-shortcut.page | 8 ------ help/Makefile.am | 6 ---- 9 files changed, 2 insertions(+), 343 deletions(-) commit 01fe75d2fc540e704c01b8d849ca3eb704a34ca1 Author: Claude Paroz Date: Mon Mar 6 20:11:39 2017 +0100 Updated French translation po/fr.po | 2824 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 1358 insertions(+), 1466 deletions(-) commit 1fc1187fe4f9575d2883054665e4f117473be2d8 Author: Alan Mortensen Date: Mon Mar 6 12:46:06 2017 +0100 Updated Danish translation po/da.po | 1342 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 665 insertions(+), 677 deletions(-) commit 2741d97cea9c62ad235f125c461bca9007b68881 Author: Balázs Meskó Date: Sun Mar 5 20:53:15 2017 +0000 Update Hungarian translation po/hu.po | 1491 +++++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 891 insertions(+), 600 deletions(-) commit c6d843c3baf991dd80613ff18417709159f8b760 Author: Mario Blättermann Date: Sun Mar 5 17:31:54 2017 +0000 Update German translation po/de.po | 113 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 58 insertions(+), 55 deletions(-) commit 2ddf52db91ac594bd30380ea321d3c857307f8c2 Author: Florian Müllner Date: Mon Feb 20 22:17:57 2017 +0100 shell: Use a different application-id for web apps Since epiphany renamed its .desktop file, web apps no longer appear as separate applications in GNOME, but are all grouped under the regular epiphany application. This happens because the GApplication ID is among the properties gnome-shell uses to match a .desktop file to a window, and as that match now succeeds, the WM_CLASS that points to the correct .desktop file is not used at all. It may be nice to make web apps' .desktop files use reverse notation as well in the future and use a matching GApplication ID, but for now just using an ID that cannot be resolved to a .desktop file is enough to make gnome-shell fall back to matching on the WM_CLASS again. https://bugzilla.gnome.org/show_bug.cgi?id=778985 src/ephy-shell.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) commit 062d25792a967f5298a274d064b1ffa26719ce78 Author: Kukuh Syafaat Date: Sun Mar 5 10:37:32 2017 +0000 Update Indonesian translation po/id.po | 508 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 280 insertions(+), 228 deletions(-) commit 0676cfd61e403b44d80053c8c36f3d6cd6857de3 Author: Michael Catanzaro Date: Sat Mar 4 20:26:09 2017 -0600 Delete test search engine during web view test tests/ephy-web-view-test.c | 2 ++ 1 file changed, 2 insertions(+) commit fe037418e6357b4a190610419b339c02be60ee11 Author: Michael Catanzaro Date: Sat Mar 4 13:53:33 2017 -0600 embed: Replace a boolean parameter with an enum embed/ephy-embed.c | 8 +++++--- embed/ephy-embed.h | 11 ++++++++--- embed/ephy-web-view.c | 11 +++++++---- 3 files changed, 20 insertions(+), 10 deletions(-) commit dda2a9978363b12df147b10627638134b748c0c0 Author: Michael Catanzaro Date: Sat Mar 4 13:49:32 2017 -0600 web-view: use existing mechanism for clearing sensitive form info bar It looks a bit better for it to be cleared in load committed, not load started, and it's better to reuse the support we already have for this. embed/ephy-web-view.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) commit 9f4e3e6ca127daa756edd9ae4b8838434fd89bee Author: Michael Catanzaro Date: Sat Mar 4 13:28:19 2017 -0600 embed: avoid memory corruption when clearing top widgets Don't call remove_from_destroy_list_cb, which modifies the destroy list, when already iterating through the list. https://bugzilla.gnome.org/show_bug.cgi?id=779180 embed/ephy-embed.c | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) commit 6b6c6741c246391e3a8a85af359486cae6ebdfb5 Author: Carlos Garcia Campos Date: Fri Mar 3 10:11:18 2017 +0100 Allocate PermissionRequestData with g_slice_new since it's freed with g_slice_free https://bugzilla.gnome.org/show_bug.cgi?id=779180 embed/ephy-web-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 740c7bc6ed00f30274cbbdd5ce1879a5e5142ba4 Author: Anders Jonsson Date: Fri Mar 3 21:57:47 2017 +0000 Update Swedish translation po/sv.po | 3713 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 2073 insertions(+), 1640 deletions(-) commit c8d3efcf116154d67226382f957c3a05cf6b6e42 Author: Inaki Larranaga Murgoitio Date: Thu Mar 2 19:33:11 2017 +0100 Update Basque language po/eu.po | 833 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 436 insertions(+), 397 deletions(-) commit 449bf92c5898fe7a109d34cbf7d346950f41f065 Author: Chao-Hsiung Liao Date: Thu Mar 2 00:09:32 2017 +0000 Update Chinese (Taiwan) translation po/zh_TW.po | 500 +++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 274 insertions(+), 226 deletions(-) commit 32ca75ad47e9ab2a46c4efb44a06a20b0214bd16 Author: Michael Catanzaro Date: Wed Mar 1 07:45:06 2017 -0600 history-service: Don't crash if database is locked Yeah this is really bad, but let's not make it fatal. I changed this in 3f76e6e5d45e4be973653f530e23c5ce2667d079 but I'm not sure if it was intentional. It doesn't look like it, because I don't like leaving unreachable code after calling g_error(). I think I was probably just considering the change and forgot to turn it back to g_warning(). lib/history/ephy-history-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7548fbcb5761f336d9fb070e96094d4fc9cb2561 Author: Michael Catanzaro Date: Tue Feb 28 15:51:58 2017 -0600 Revert "Add explicit New Window action" This reverts commit 942502e5a9875da21fb49f5b310d8c231f46a81b. This turned out to be a string freeze break. We'll commit it again next cycle. data/org.gnome.Epiphany.desktop.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) commit 8376ec80d7c45d8bee125d4fe4c997dc3d86e6e4 Author: Rafael Fontenelle Date: Tue Feb 28 21:08:20 2017 +0000 Update Brazilian Portuguese translation po/pt_BR.po | 52 ++++++++++++++++++++++------------------------------ 1 file changed, 22 insertions(+), 30 deletions(-) commit fabd81ff160fcc0f6144b620c9fbf9c6161d845e Author: Jiri Grönroos Date: Tue Feb 28 18:53:22 2017 +0000 Update Finnish translation po/fi.po | 506 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 285 insertions(+), 221 deletions(-) commit 942502e5a9875da21fb49f5b310d8c231f46a81b Author: Jeremy Bicha Date: Mon Feb 27 22:26:05 2017 -0500 Add explicit New Window action https://bugzilla.gnome.org/show_bug.cgi?id=670929 data/org.gnome.Epiphany.desktop.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit fb0d0e4fa68bc938e1b424334ccb6e668fc87c7b Author: Jiri Grönroos Date: Tue Feb 28 17:51:20 2017 +0000 Update Finnish translation po/fi.po | 188 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 91 insertions(+), 97 deletions(-) commit 8046810c1d4dfc23e2de7cd385548ce56ca7fb2a Author: Michael Catanzaro Date: Mon Feb 27 18:54:58 2017 -0600 Add x-suse-ymp to safe MIME types It's YaST "one-click" install src/resources/mime-types-permissions.xml | 1 + 1 file changed, 1 insertion(+)