commit 06427437544c12179f635f566b865f1135de92ff Author: Xan Lopez Date: Mon Jul 27 19:21:29 2009 +0300 NEWS: update for release NEWS | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit 5f3e821120de4759f9930a5125feb0d78caec3d6 Author: Mario Blättermann Date: Sun Jul 26 18:04:45 2009 +0200 Updated German translation help/de/de.po | 785 ++++++++++++++++++++++++++++++--------------------------- 1 files changed, 410 insertions(+), 375 deletions(-) commit 4c192d362a77b74a34cde5a3a80b69ff9a05082a Author: Xan Lopez Date: Fri Jul 24 19:28:22 2009 +0300 ephy-embed-prefs.c: also set the sans-serif family embed/ephy-embed-prefs.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 63b75ff9e83a2ee7bd33ec221477a63fdf66d0d2 Author: Xan Lopez Date: Fri Jul 24 19:05:51 2009 +0300 ephy-embed-prefs: use the font families set in the GNOME preferences We were using the defaults set in WebKitGTK+. embed/ephy-embed-prefs.c | 39 +++++++++++++++++++++++++++++++++++++-- embed/ephy-embed-prefs.h | 4 ++-- 2 files changed, 39 insertions(+), 4 deletions(-) commit 76d8dc8d01dd1458cb4a2ccd0f22662427e7a21e Author: Xan Lopez Date: Fri Jul 24 18:48:23 2009 +0300 ephy-embed-prefs.h: remove duplicated define embed/ephy-embed-prefs.h | 1 - src/ephy-window.c | 4 ++-- src/window-commands.c | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) commit 58b190e75d257ca3099b93ad013a2fc3303f4db7 Author: Taylon Silmer Date: Thu Jul 23 23:14:02 2009 -0300 Updated Brazilian Portuguese translation. Translation by Taylon Silmer with improvements by me. po/pt_BR.po | 2056 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 1031 insertions(+), 1025 deletions(-) commit 8c9f8e984de0cd430f53140b816c476cf7e9dc67 Author: Priit Laes Date: Wed Jul 22 10:43:34 2009 +0300 Update various outdated documents. ChangeLog.README, HACKING, README, TODO: Updates, spelling fixes, etc. Signed-off-by: Priit Laes ChangeLog.README | 4 +- HACKING | 5 ++- README | 59 ++++++++++++++++++++++------------------------------- TODO | 7 ------ 4 files changed, 30 insertions(+), 45 deletions(-) commit 65b9077bd1eedc7a32279990638f0e98e3d9563d Author: Xan Lopez Date: Wed Jul 22 01:25:14 2009 +0300 ephy-navigation-action.c: do not jump to new tab when middle-clicking on back/forward src/ephy-navigation-action.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit f016ecc3cba44113df9641d6a3dceab9a14751ec Author: Peter Bui Date: Tue Jul 21 16:25:14 2009 +0300 ephy-favicon-cache.c: recognize icons with mime type image/vnd.microsoft.icon Bug #578575 Signed-off-by: Xan Lopez embed/ephy-favicon-cache.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 28adb2eea6aafcee7e092f6ee963e51b1cf7d1a9 Author: Sha Liu Date: Tue Jul 21 16:02:30 2009 +0300 mime-types-permission.xml: add gEDA mime types as safe. Bug #565346 data/mime-types-permissions.xml | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit bae9f745db2efcebc6b35dd9a1529e3883a20516 Author: Xan Lopez Date: Tue Jul 21 14:14:23 2009 +0300 ephy-navigation-action.c: add copyright src/ephy-navigation-action.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 0afd94608d0e60c21d42637ea774829093ffdce8 Author: Xan Lopez Date: Tue Jul 21 14:13:24 2009 +0300 ephy-navigation-action.c: sort includes src/ephy-navigation-action.c | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) commit 6055b75ef2ae0e895a33dc00814258abaff48943 Author: Xan Lopez Date: Tue Jul 21 14:11:37 2009 +0300 ephy-navigation-action.c: fixup for bug #583440 Need to handle properly the history copying either by using ephy_shell_new_tab or, in the case of forward history, by manually getting the forward URI. src/ephy-navigation-action.c | 36 ++++++++++++++++++++++++++---------- 1 files changed, 26 insertions(+), 10 deletions(-) commit f670d8f8c5ffddf2a72fdd91dc40c49f7ac544e9 Author: Xan Lopez Date: Tue Jul 21 11:12:08 2009 +0300 Try again to fix bug #588143 Simpler (and working) solution: take into account the loading status of the view when deciding if we should use it, if it's blank, to load new pages passed through the command line. embed/ephy-embed.c | 6 ------ src/ephy-shell.c | 9 +++++---- 2 files changed, 5 insertions(+), 10 deletions(-) commit 4085c2c058bb02bbf65a929075edf2dada6dec8a Author: Xan Lopez Date: Mon Jul 20 23:50:20 2009 +0300 ephy-navigation-action.c: fix middle-click on back/forward We were getting a new embed but not its web view, which is what we use to load the page. (bug #583440) src/ephy-navigation-action.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 588a77ba5c2488b7a3becd7caa8d408021cffff2 Author: Xan Lopez Date: Mon Jul 20 23:33:07 2009 +0300 mime-types-permissions.xml: add 7z to the known/safe types list. Bug #582905 data/mime-types-permissions.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 78a3806554cd947dbc78fa4da30ab37d2b968659 Author: Xan Lopez Date: Mon Jul 20 23:17:58 2009 +0300 ephy-embed.c: use 'address' if 'typed-address' is NULL when updating the address Fixes the updating of the current address before the load starts when loading pages from the command line (bug #588143) embed/ephy-embed.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit 5f97a28f42941bda9b9a29d792da65f8395e651e Author: Benjamin Otte Date: Sun Jul 19 20:30:02 2009 +0200 Fix gcc warnings by using GINT_TO_POINTER/GPOINTER_TO_INT src/ephy-history-window.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 82ec42b36a57e402729e0eba7edf2401b8061836 Author: Chao-Hsiung Liao Date: Wed Jul 15 06:07:38 2009 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 2404 +++++++++++++++++++++++++++-------------------------------- po/zh_TW.po | 2091 ++++++++++++++++++++++++++-------------------------- 2 files changed, 2123 insertions(+), 2372 deletions(-) commit fcc6d73702bc50b5743cafb74cdfba2ebcaa8e70 Author: Xan Lopez Date: Mon Jul 13 00:31:33 2009 +0300 configure.ac: post-release version bump. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)