commit 06fd8305198eb4c10fa70df9a4a0070d31744587 Author: Dimitris Spingos Date: Fri Mar 8 10:07:33 2013 +0200 Updated Greek translation po/el.po | 199 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 111 insertions(+), 88 deletions(-) commit 273f0c39d5e175018b4c0a72f1931b75967e1a60 Author: Matej Urbančič Date: Thu Mar 7 21:07:49 2013 +0100 Updated Slovenian translation po/sl.po | 197 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 110 insertions(+), 87 deletions(-) commit 5e372ef0e21f51bc384e3389535a1951529d4a3f Author: Ihar Hrachyshka Date: Thu Mar 7 18:05:48 2013 +0300 Updated Belarusian translation. po/be.po | 1021 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 499 insertions(+), 522 deletions(-) commit d55b06fef3182d45887d672b2f458f64616a0f32 Author: Gheyret Kenji Date: Thu Mar 7 21:00:11 2013 +0900 Updated Uyghur translation Signed-off-by: Gheyret Kenji po/ug.po | 324 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 178 insertions(+), 146 deletions(-) commit 68822ff5aba8929f68c8d91da2dfd3d7b6fb7c36 Author: Fran Diéguez Date: Thu Mar 7 11:54:56 2013 +0100 Updated Galician translations po/gl.po | 197 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 110 insertions(+), 87 deletions(-) commit d9d8e23885d51a120c4e4c1c2ffd2d57921d0a78 Author: Carlos Garcia Campos Date: Mon Mar 4 20:27:25 2013 +0100 web-extension: Implement adblocker in WebKit2 https://bugzilla.gnome.org/show_bug.cgi?id=695307 embed/web-extension/Makefile.am | 13 ++++++--- embed/web-extension/ephy-web-extension.c | 48 ++++++++++++++++++++++++++++++++ src/ephy-main.c | 1 + 3 files changed, 58 insertions(+), 4 deletions(-) commit e4884cdab61ed2ddc0c69b51175d41f11cc1ded6 Author: Carlos Garcia Campos Date: Wed Mar 6 17:57:17 2013 +0100 Do not build adblock files in libephyembed for WebKit2 The required files will be built in the web extension. embed/Makefile.am | 18 +++++++++++------- embed/ephy-embed-shell.c | 12 +++++++++++- embed/ephy-embed.c | 6 ++++++ src/ephy-shell.c | 6 +++++- 4 files changed, 33 insertions(+), 9 deletions(-) commit 80ea62552d2e08dc2e990c5820678a06157ae416 Author: Xan Lopez Date: Wed Mar 6 19:58:19 2013 +0100 ephy-shell: fix opening new pages from the command line We were not re-using the active EphyEmbed, which causes opening one extra empty tab. https://bugzilla.gnome.org/show_bug.cgi?id=694966 src/ephy-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b3351b02000d5ab223202b1ac083b73b418160b2 Author: Carlos Garcia Campos Date: Wed Feb 20 14:20:30 2013 +0100 Add support for DNS prefetching when using WebKit2 https://bugzilla.gnome.org/show_bug.cgi?id=684445 embed/ephy-embed-prefs.c | 1 + lib/widgets/ephy-location-entry.c | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) commit 9601637c22d53cfedbbe157640a8c0edb13f4dfc Author: Xan Lopez Date: Wed Mar 6 13:20:59 2013 +0100 ephy-window: fix compiler warnings src/ephy-window.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) commit c450d2e819340175b6db5804208154f0382fc0fc Author: Carlos Garcia Campos Date: Tue Mar 5 12:58:04 2013 +0100 uri-tester: Receive the base data dir as construct property instead of using ephy_dot_dir() This removes the dependency of ephy-file-helpers from uri-tester, that will make easier to use it from a WebKit2 web extension https://bugzilla.gnome.org/show_bug.cgi?id=695205 embed/ephy-adblock.c | 2 +- embed/uri-tester.c | 66 +++++++++++++++++++++++++++++++--------------------- embed/uri-tester.h | 2 +- 3 files changed, 41 insertions(+), 29 deletions(-) commit 1000c061d19a4d25cd9891655356ab17b80c0ed2 Author: Carlos Garcia Campos Date: Tue Mar 5 11:35:39 2013 +0100 uri-tester: Use GFile intead of WebKitDownload to retrieve the filters It removes the WebKit dependency from uri-tester that will allow us to use it also from a WebKit2 web extension. https://bugzilla.gnome.org/show_bug.cgi?id=695198 embed/uri-tester.c | 62 +++++++++++++++++++++++++++++------------------------- 1 file changed, 33 insertions(+), 29 deletions(-) commit fe0eceee0f75e3f2189e27e0222a2c8119ed9d1d Author: Xan Lopez Date: Wed Mar 6 11:50:23 2013 +0100 configure.ac: use WebKit2 by default We are almost certainly going to switch to WebKit2 by default for 3.8, so change the flag here. There's very few regressions left and we have patches for them, but if we can always change the flag back right before release. Meanwhile, give this some wider exposure in the RC. configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 4f1ba706e79fddede7756360fbc1a1d2fcfce93a Author: Xan Lopez Date: Wed Mar 6 11:47:13 2013 +0100 ephy-web-view: fix compiler warnings embed/ephy-web-view.c | 2 -- 1 file changed, 2 deletions(-) commit 8f685a9466b0cf46010a143af0c27bb5f6531822 Author: Xan Lopez Date: Wed Mar 6 11:40:24 2013 +0100 ephy-embed-single: fix compiler warning embed/ephy-embed-single.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit f296357b33972af85e80de6ec42ff135197e3cb1 Author: Manuel Rego Casasnovas Date: Mon Feb 25 17:11:06 2013 +0100 Implement get best web app icon in WebKit2 https://bugzilla.gnome.org/show_bug.cgi?id=694091 embed/web-extension/ephy-web-extension.c | 86 ++++++++++++++++++++---- src/window-commands.c | 110 +++++++++++++++++++++---------- 2 files changed, 149 insertions(+), 47 deletions(-) commit ccb6b7caea1dd7a37691a57d3eeae968f100bc4e Author: Nilamdyuti Goswami Date: Wed Mar 6 13:29:05 2013 +0530 Assamese translation updated for gnome 3.8 po/as.po | 1257 ++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 681 insertions(+), 576 deletions(-) commit b3ff0fe174f273a1fef7a03506505c283d806267 Author: Reinout van Schouwen Date: Tue Mar 5 23:00:04 2013 +0100 Updated Dutch translation by Reinout van Schouwen po/nl.po | 344 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 192 insertions(+), 152 deletions(-) commit b7ff28fccd28c6f688377d6e0baa16ab30d79732 Author: Piotr Drąg Date: Tue Mar 5 19:08:51 2013 +0100 Updated Polish translation po/pl.po | 185 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 104 insertions(+), 81 deletions(-) commit 87bf3559f999970e7d73ffcde000387aa6bd0a27 Author: Daniel Mustieles Date: Tue Mar 5 17:22:57 2013 +0100 Updated Spanish translation po/es.po | 185 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 104 insertions(+), 81 deletions(-) commit b49f80231f49d5febf075ba4bc0482f255230921 Author: Enrico Nicoletto Date: Tue Mar 5 10:48:56 2013 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 149 +++++++++++++++++++++++++++++++++++------------------------- 1 file changed, 87 insertions(+), 62 deletions(-) commit bd8a755e7ed57790da2b54d8ee81250a416f20f9 Author: Claudio Saavedra Date: Tue Mar 5 11:26:43 2013 +0200 POTFILES.in: add missing file https://bugzilla.gnome.org/show_bug.cgi?id=695192 po/POTFILES.in | 1 + 1 file changed, 1 insertion(+) commit 0b67bd0b7c0d391441b60da38a1720f4d840d920 Author: Claudio Saavedra Date: Tue Feb 19 20:28:05 2013 +0200 incognito: show about:incognito instead of the overview The overview shouldn't be shown in an incognito window as it reveals information about the browsing activity of the user. Also, a welcome page indicating the scope of the incognito window is better. https://bugzilla.gnome.org/show_bug.cgi?id=694200 embed/ephy-embed.c | 21 ++++++++++++--------- embed/ephy-web-view.c | 6 +++++- src/ephy-window.c | 24 ++++++++++++++++-------- 3 files changed, 33 insertions(+), 18 deletions(-) commit 4e23859050fd1410820312c16a21b3716d9f08e9 Author: Claudio Saavedra Date: Tue Feb 19 20:26:21 2013 +0200 ephy-about-handler: add a about:incognito handler This shows a welcome message for incognito windows. Artwork by Jakub Steiner. https://bugzilla.gnome.org/show_bug.cgi?id=694200 data/Makefile.am | 3 ++- data/incognito.png | Bin 0 -> 8445 bytes data/pages/about.css | 26 ++++++++++++++++++++++++++ embed/ephy-about-handler.c | 42 ++++++++++++++++++++++++++++++++++++++++++ embed/ephy-embed-utils.c | 1 + 5 files changed, 71 insertions(+), 1 deletion(-) commit bce597e87f3e3d27da65732b0625e383e73d4f03 Author: Claudio Saavedra Date: Tue Feb 19 13:36:33 2013 +0200 ephy-password-info: remove as it is unused now https://bugzilla.gnome.org/show_bug.cgi?id=679918 src/Makefile.am | 2 -- src/ephy-password-info.c | 51 ------------------------------------------------ src/ephy-password-info.h | 49 ---------------------------------------------- src/pdm-dialog.c | 1 - 4 files changed, 103 deletions(-) commit 3d0bd8a2e3c1f1d5212a03c2ab82599b4c6e41cb Author: Claudio Saavedra Date: Tue Feb 19 13:36:00 2013 +0200 ephy-profile-migrator: migrate form passwords to new schema This completes the migration, by moving all passwords previously stored as network passwords to the epiphany form passwords specific schema. It must be noted that some of these passwords were not properly stored as network passwords but as generic passwords, so a throghout search was necessary in order to find all of them. https://bugzilla.gnome.org/show_bug.cgi?id=679918 lib/ephy-profile-migrator.c | 133 ++++++++++++++++++++++++++++++++++++++++++++ lib/ephy-profile-utils.h | 2 +- 2 files changed, 134 insertions(+), 1 deletion(-) commit e6f502ec76f1f51360338e56962f489744375bd3 Author: Claudio Saavedra Date: Tue Feb 19 13:31:24 2013 +0200 ephy-profile-migrator: migrate to libsecret Use libsecret to store http-authentication data in one of the early migrators. https://bugzilla.gnome.org/show_bug.cgi?id=679918 configure.ac | 2 -- lib/ephy-profile-migrator.c | 23 +++++++++++------------ 2 files changed, 11 insertions(+), 14 deletions(-) commit 44bece7cc9da469292c6565e7e33d5be6eed0be2 Author: Claudio Saavedra Date: Tue Feb 19 13:28:32 2013 +0200 ephy-embed-single: cache form data using libsecret Not only migrate this to libsecret, but also cache the data from the EPHY_FORM_PASSWORD_SCHEMA schema instead of using the GKR-compatibility one. Since we haven't migrated yet the passwords from GKR secrets to the new EPHY_FORM_PASSWORD_SCHEMA schema, the cache will be empty for now. https://bugzilla.gnome.org/show_bug.cgi?id=679918 embed/ephy-embed-single.c | 96 ++++++++++++++++++----------------------------- 1 file changed, 36 insertions(+), 60 deletions(-) commit 63952a6fdfc4759188baabe82962bbbf9519c141 Author: Claudio Saavedra Date: Tue Feb 19 13:25:04 2013 +0200 pdm-dialog: migrate to libsecret This is a one-to-one migration from the gkm implementation to libsecret. The existing gkm-powered dialog showed both network authentication and form authentication data. Since we are moving all form authentication data to a Epiphany specific schema, this will not be shown here anymore. https://bugzilla.gnome.org/show_bug.cgi?id=679918 src/pdm-dialog.c | 258 ++++++++++++++++++------------------------------------- 1 file changed, 84 insertions(+), 174 deletions(-) commit 1f50ff47f0ea156e43d8b0ef4977f0b5a2e6ce48 Author: Claudio Saavedra Date: Tue Feb 19 13:16:55 2013 +0200 ephy-profile-utils: migrate ephy_profile_utils_store/query_form_auth_data() to libsecret We add a new SecretSchema that is specific to epiphany and intended solely to store passwords for webforms. This is a better approach than hacking the server url in order to store the names of the forms in it. These methods are only used by EphyWebView to store the passwords and to retrieve the password when there is a cache match and by one of the early stages of password migration in the profile-migrator. If only this patch is applied, it is likely that only newly saved patchs will work properly, but others will remain intact. https://bugzilla.gnome.org/show_bug.cgi?id=679918 configure.ac | 2 + embed/ephy-web-view.c | 44 ++++----- lib/ephy-profile-migrator.c | 9 +- lib/ephy-profile-utils.c | 211 ++++++++++++++++++++++++++++++++++---------- lib/ephy-profile-utils.h | 39 +++++--- 5 files changed, 216 insertions(+), 89 deletions(-) commit e9a3741f4039cfdb9b05ac2caf7cc642fa69b608 Author: Rafael Ferreira Date: Mon Mar 4 20:11:38 2013 -0300 Updated Brazilian Portuguese translation po/pt_BR.po | 1209 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 625 insertions(+), 584 deletions(-) commit eee0a49daa0985dcd545b1b6df20f3256167147b Author: Inaki Larranaga Murgoitio Date: Mon Mar 4 22:33:54 2013 +0100 Updated Basque language po/eu.po | 259 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 139 insertions(+), 120 deletions(-) commit fc8c660ff8650ceb02d958fc22da7b1e7fb5c262 Author: Kjartan Maraas Date: Mon Mar 4 14:19:10 2013 +0100 Updated Norwegian bokmål translation po/nb.po | 264 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 140 insertions(+), 124 deletions(-) commit 9493a5fafad6226501ab29a1623290763afd8c2d Author: Mario Blättermann Date: Sun Mar 3 19:14:49 2013 +0100 [l10n] Updated German translation po/de.po | 258 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 136 insertions(+), 122 deletions(-) commit 9a885e9a397c06ce255d993c3f3211c5243a9462 Author: Yaron Shahrabani Date: Sat Mar 2 23:59:07 2013 +0200 Updated Hebrew translation. po/he.po | 226 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 117 insertions(+), 109 deletions(-) commit 4581f536abd91d6b33729722d4e51086bf0377c8 Author: Xan Lopez Date: Sat Mar 2 15:37:36 2013 +0100 window-commands: fix WebKit2 build after 8a00f5c726c9 src/window-commands.c | 1 + 1 file changed, 1 insertion(+) commit 3852359c303eef0be57b4a5997af14ed9f4b5835 Author: Xan Lopez Date: Sat Mar 2 15:35:17 2013 +0100 ephy-web-view: remove unused method embed/ephy-embed-private.h | 6 ------ embed/ephy-web-view.c | 38 -------------------------------------- 2 files changed, 44 deletions(-) commit b5b4d3a8680ac4b7c7358af782cc823213b412bc Author: Manuel Rego Casasnovas Date: Mon Feb 25 14:17:11 2013 +0100 Move code to get application icon from DOM to ephy-dom-utils https://bugzilla.gnome.org/show_bug.cgi?id=694091 lib/ephy-web-app-utils.c | 230 ----------------------------------------------- lib/ephy-web-app-utils.h | 4 - lib/ephy-web-dom-utils.c | 223 +++++++++++++++++++++++++++++++++++++++++++++ lib/ephy-web-dom-utils.h | 5 ++ src/window-commands.c | 33 ++++++- 5 files changed, 258 insertions(+), 237 deletions(-) commit 8a00f5c726c9b1fbe3dbe346957d0d2dbaee008b Author: William Jon McCann Date: Mon Feb 25 16:03:08 2013 -0500 Fallback to favicon instead of page snapshot https://bugzilla.gnome.org/show_bug.cgi?id=694703 src/window-commands.c | 43 +++++++++++++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 14 deletions(-) commit 81cbba2fe0acce1de3d78749415fe6eb2374fd71 Author: Manuel Rego Casasnovas Date: Mon Feb 25 13:22:30 2013 +0100 Implement get web app title in WebKit2 https://bugzilla.gnome.org/show_bug.cgi?id=694144 embed/web-extension/ephy-web-extension.c | 9 +++++ src/window-commands.c | 65 ++++++++++++++++++++++++++------ 2 files changed, 62 insertions(+), 12 deletions(-) commit 4b8da0f21ae7ea5a47dbf4a0afce79b1437c3bf2 Author: Manuel Rego Casasnovas Date: Mon Feb 25 13:13:59 2013 +0100 Move code to get application title from DOM to ephy-dom-utils https://bugzilla.gnome.org/show_bug.cgi?id=694144 lib/ephy-web-dom-utils.c | 35 +++++++++++++++++++++++++++++++++++ lib/ephy-web-dom-utils.h | 2 ++ src/window-commands.c | 27 +++------------------------ 3 files changed, 40 insertions(+), 24 deletions(-) commit c69239cebfe7d95a5863e9d2f3762ceb2e6c91a3 Author: Мирослав Николић Date: Fri Mar 1 10:59:21 2013 +0100 Updated Serbian translation po/sr.po | 222 +++++++++++++++++++++++++++++++-------------------------- po/sr@latin.po | 222 +++++++++++++++++++++++++++++++-------------------------- 2 files changed, 238 insertions(+), 206 deletions(-) commit 55bf511b92858a82d1ae8d1b32d38efdb80f463f Author: William Jon McCann Date: Mon Feb 25 15:21:49 2013 -0500 Try more shortcut icon names https://bugzilla.gnome.org/show_bug.cgi?id=694704 lib/ephy-web-app-utils.c | 2 ++ 1 file changed, 2 insertions(+) commit 65ecb1073482e223e3126c8e4330b98b05ee73d3 Author: Manuel Rego Casasnovas Date: Thu Feb 28 16:31:59 2013 +0100 Rename ephy_web_dom_has_modified_forms to ephy_web_dom_utils_has_modified_forms https://bugzilla.gnome.org/show_bug.cgi?id=694659 embed/ephy-web-view.c | 2 +- embed/web-extension/ephy-web-extension.c | 2 +- lib/ephy-web-dom-utils.c | 4 ++-- lib/ephy-web-dom-utils.h | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) commit 236494702aa8dab1af7992e8f82e1420372fff15 Author: Manuel Rego Casasnovas Date: Mon Feb 25 11:58:40 2013 +0100 Create ephy-web-dom-utils for sharing DOM bindings code between WK1 and WK2 https://bugzilla.gnome.org/show_bug.cgi?id=694659 embed/ephy-web-view.c | 62 +++----------------- embed/web-extension/Makefile.am | 7 ++- embed/web-extension/ephy-web-extension.c | 65 +-------------------- lib/Makefile.am | 2 + lib/ephy-web-dom-utils.c | 98 ++++++++++++++++++++++++++++++++ lib/ephy-web-dom-utils.h | 40 +++++++++++++ 6 files changed, 157 insertions(+), 117 deletions(-) commit 6753ea9b24f5a46f3b96132dc43c89fdfa281e03 Author: Aurimas Černius Date: Tue Feb 26 23:06:48 2013 +0200 Updated Lithuanian translation po/lt.po | 222 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 117 insertions(+), 105 deletions(-) commit e1aefdc750fefa0acf4515d56cb6aae3ff4ccc0d Author: Dimitris Spingos Date: Tue Feb 26 08:25:28 2013 +0200 Updated Greek translation po/el.po | 564 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 289 insertions(+), 275 deletions(-) commit 17c0a9b2a836098f2f51a75059101272257213ef Author: Fran Diéguez Date: Tue Feb 26 00:19:25 2013 +0100 Updated Galician translations po/gl.po | 224 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 120 insertions(+), 104 deletions(-) commit 95b05a8a60ec069fe5516b5d13f16bcf4b115ef9 Author: Daniel Mustieles Date: Mon Feb 25 13:38:47 2013 +0100 Updated Spanish translation po/es.po | 222 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 119 insertions(+), 103 deletions(-) commit e930a67a5de05f979439b85ab52dca22f4227c8f Author: Matej Urbančič Date: Sun Feb 24 21:37:12 2013 +0100 Updated Slovenian translation po/sl.po | 139 +++++++++++++++++++++++++++++++++++---------------------------- 1 file changed, 78 insertions(+), 61 deletions(-) commit f9d2a327df3f6e343fdfeec9c947def777608c22 Author: Carlos Garcia Campos Date: Sun Feb 24 11:35:36 2013 +0100 ephy-session: Port to GTask https://bugzilla.gnome.org/show_bug.cgi?id=694580 src/ephy-session.c | 157 +++++++++++++++++++++++------------------------------ 1 file changed, 69 insertions(+), 88 deletions(-) commit d6fd5dc5520b413d404e469dab262d87690a36e7 Author: Piotr Drąg Date: Sun Feb 24 02:01:21 2013 +0100 Updated Polish translation po/pl.po | 188 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 102 insertions(+), 86 deletions(-) commit b45047739e9ebc02200267a52295f24adf4ca668 Author: Gustavo Noronha Silva Date: Fri Feb 22 15:38:01 2013 -0300 Add setting for delayed tab loading, and use it to fix the session tests The session tests were broken by the delayed tab loading feature - the restored embeds would not finish loading and thus the expectations for the URIs were not met. This change adds a setting that is now used by those tests to disable the feature temporarily. Also revert "ephy-session-test: make tests pass", which is no longer necessary. This reverts commit 75da5fff3f4489dacf4ded6f012daa06af306709. https://bugzilla.gnome.org/show_bug.cgi?id=694470 data/org.gnome.epiphany.gschema.xml | 5 +++++ lib/ephy-prefs.h | 1 + src/ephy-session.c | 21 +++++++++++++++--- tests/ephy-session-test.c | 43 ++++++++++++++++++++++++++++++++++--- 4 files changed, 64 insertions(+), 6 deletions(-) commit 1bf2e792d47a41ee9117ffae1c699419d211644a Author: Gustavo Noronha Silva Date: Sat Feb 23 16:57:52 2013 -0300 Fix WebKit1 build embed/ephy-embed-shell.c | 4 ++++ 1 file changed, 4 insertions(+) commit 12458bb74b5179d029a3fd2444183a67cc749af8 Author: Carlos Garcia Campos Date: Sat Feb 23 13:19:13 2013 +0100 web-extensions: Create the web extension proxy asynchronously And watch the web extension also to clear the proxy if the extension vanishes, normally due to a web process crash, and create the proxy again when the web process is re-spawned. https://bugzilla.gnome.org/show_bug.cgi?id=694519 embed/ephy-embed-shell.c | 82 +++++++++++++++++++++++++++++++++++++----------- embed/ephy-web-view.c | 8 +++-- 2 files changed, 69 insertions(+), 21 deletions(-) commit f145f37d22e4080b14a6e3b8aa95fef6739436c8 Author: Matej Urbančič Date: Fri Feb 22 22:28:01 2013 +0100 Updated Slovenian translation po/sl.po | 303 ++++++++++++++++++++++++++++----------------------------------- 1 file changed, 132 insertions(+), 171 deletions(-) commit 1895c2084857baca6bbc5a04b82a7763328ac59c Author: Xan Lopez Date: Fri Feb 22 10:25:09 2013 +0100 ephy-embed-prefs: fix a couple of warnings embed/ephy-embed-prefs.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit e0a97734593860c46630863bf647bcb78766fecf Author: Xan Lopez Date: Fri Feb 22 10:18:01 2013 +0100 ephy-web-view: do not use deprecated GtkInfo methods configure.ac | 2 +- embed/ephy-web-view.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)