commit 991a54e34e5572cc87a3e25e852ac12b3ff00d98 Author: Alberto Garcia Date: Fri May 24 18:46:11 2013 +0300 gd-main-icon-view: include config.h The files included from here (in particular ephy-overview-store.h) rely on the definition of HAVE_WEBKIT2 in order to include the correct WebKit header. lib/widgets/gd-main-icon-view.c | 2 ++ 1 file changed, 2 insertions(+) commit 853db3d57ee4b024c09fc2f765946a94be6345f4 Author: Yaron Shahrabani Date: Fri May 24 11:44:14 2013 +0300 Updated Hebrew translation. po/he.po | 108 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 57 insertions(+), 51 deletions(-) commit abd95b68ee4aff500452ea605f6e00ad51557478 Author: Bastien Nocera Date: Thu May 23 20:07:49 2013 +0200 ephy-find-toolbar: Correct the parent class used The instance is a GtkBox child, so the class should be a GtkBoxClass child, not GtkToolbarClass. https://bugzilla.gnome.org/show_bug.cgi?id=700910 src/ephy-find-toolbar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit abf19158a76fe9e6f944493b76d8a869d5e566b1 Author: Claudio Saavedra Date: Tue May 21 01:25:06 2013 +0300 ephy-web-view: do not load the crash page for pages that have not been loaded yet https://bugzilla.gnome.org/show_bug.cgi?id=699211 embed/ephy-web-view.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) commit 001b082f9d8afb3703aa0117c469bfa6e850c326 Author: Claudio Saavedra Date: Mon May 20 19:06:01 2013 +0300 ephy-web-view: don't store page title in history when it's frozen Otherwise we end up saving titles for error pages. embed/ephy-web-view.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) commit 92a0c59e302f75d46160a1f00bebdd48ebaa5372 Author: Claudio Saavedra Date: Mon May 20 18:30:33 2013 +0300 ephy-web-view: thaw history when load is finished Otherwise we end up creating snapshots for error pages. embed/ephy-web-view.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 26621c7d9a8fbdb854857d08e0a0970169f0bb95 Author: Claudio Saavedra Date: Mon May 20 18:27:54 2013 +0300 ephy-main: actually add the FIXME that goes with the previous wayland fix src/ephy-main.c | 4 ++++ 1 file changed, 4 insertions(+) commit d5ddd68f50bafcbdc45870ef7f8f92f57e516587 Author: Iago Toral Quiroga Date: Mon May 20 09:07:10 2013 +0200 Make sure we only rely on X11 to obtain timestamps when we are running in a X session This avoids a startup crash when running on Wayland. https://bugzilla.gnome.org/show_bug.cgi?id=700691 src/ephy-main.c | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) commit 3e5dd0736a1119f5099bcec7b8323c9fb093d926 Author: Kjartan Maraas Date: Thu May 16 13:37:23 2013 +0200 Updated Norwegian bokmål translation po/nb.po | 472 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 247 insertions(+), 225 deletions(-) commit 683b39442f464473c9054a8bdd945e20176cace9 Author: Muhammet Kara Date: Mon May 13 01:12:42 2013 +0300 [l10n] Updated Turkish translation po/tr.po | 2472 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 1423 insertions(+), 1049 deletions(-) commit b5984338f81aeaedb089b8b470838b95f6f9beb7 Author: Aruna Sankaranarayanan Date: Thu May 9 20:19:38 2013 +0530 Updated help: Changes to bookmark pages Added content to data-passwords.page. Changed bookmark-delete.page, bookmark-edit.page and bookmark.page to drafts, instead of stubs. Reflowed content to make pages 80 characters compliant. help/C/bookmark-delete.page | 2 +- help/C/bookmark-edit.page | 2 +- help/C/bookmark.page | 2 +- help/C/data-passwords.page | 80 ++++++++++++++++++++++++++++++++++++++++----- 4 files changed, 74 insertions(+), 12 deletions(-) commit ee6bce05ea186a9d7d022f7d416f7f934ad70387 Author: Aruna Sankaranarayanan Date: Tue May 7 20:54:08 2013 +0530 Updated help: Added content to bookmark pages Added content to bookmark-edit.page and made general edits to the other bookmark pages. help/C/bookmark-add.page | 28 ++++++++++++++++------------ help/C/bookmark-delete.page | 8 ++++---- help/C/bookmark-edit.page | 37 ++++++++++++++++++++++++++++--------- help/C/bookmark.page | 2 +- 4 files changed, 49 insertions(+), 26 deletions(-) commit 9a5f72ae619346ee086c860cbe1074cce056168e Author: Aruna Sankaranarayanan Date: Sun May 5 21:25:47 2013 +0530 Updated help: Edited pages to sort bookmarks. Added content to bookmark-add.page, bookmark-delete.page, bookmark.page. help/C/bookmark-add.page | 23 ++++++++++------------- help/C/bookmark-delete.page | 24 ++++++++++++++++-------- help/C/bookmark.page | 11 +++++++---- 3 files changed, 33 insertions(+), 25 deletions(-) commit 1d47636841cb8ef99337d4047c9e9dc3c8d5a467 Author: Matej Urbančič Date: Sat May 4 21:32:56 2013 +0200 Updated Slovenian translation po/sl.po | 852 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 483 insertions(+), 369 deletions(-) commit 5ee94f4954f6e4b49eabeafd6a9bd6ee925f395d Author: Gustavo Noronha Silva Date: Fri May 3 09:37:11 2013 -0700 Allow running a regular standalone instance with a different profile Adds a new standalone shell mode and removes restrictions on using --profile in a non-private, non-incognito instance of the browser. Useful for debugging or improving features that rely on being in a regular session, such as password and session saving/restoring. https://bugzilla.gnome.org/show_bug.cgi?id=699602 embed/ephy-embed-shell.h | 1 + lib/ephy-file-helpers.c | 2 +- src/ephy-main.c | 13 +++++++------ 3 files changed, 9 insertions(+), 7 deletions(-) commit 1f6c4b033e5ff7a21a96abde2e804585e4f234f9 Author: Daniel Mustieles Date: Fri May 3 18:15:17 2013 +0200 Updated Spanish translation po/es.po | 466 +++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 232 insertions(+), 234 deletions(-) commit ee4c83ba5d92e737daca696b31812bf9b5e1ed77 Author: Aruna Sankaranarayanan Date: Fri May 3 19:27:04 2013 +0530 Updating help:New topic bookmark-add Topic explains how to add a bookmark to Epiphany. help/C/bookmark-add.page | 48 ++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 40 insertions(+), 8 deletions(-) commit 201fe07e7c185c7be5cb09bb1a2a50f69ea7704e Author: Adam Dingle Date: Fri Apr 5 05:07:26 2013 -0400 Added missing mnemonics in application menu. https://bugzilla.gnome.org/show_bug.cgi?id=696894 src/ephy-window.c | 4 ++-- src/resources/epiphany-application-menu.ui | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) commit e7272a72ef2a9a1bb48ae311283d7a14b54dc865 Author: Claudio Saavedra Date: Mon Apr 29 18:57:29 2013 +0300 ephy-embed: do not expand the top_widgets_vbox Otherwise they end up using half the screen. embed/ephy-embed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ba3427ea23fe1123abdffe66ce38adc46ad20f93 Author: Praveen Arimbrathodiyil Date: Fri Apr 26 19:36:30 2013 +0530 update Malayalam translation po/ml.po | 2550 ++++++++++++++++++++++++++++++++++++-------------------------- 1 file changed, 1465 insertions(+), 1085 deletions(-) commit 8c82434912141d59ed0254be02e7966773330a0d