commit 79013acdad1a4a5a5b249867ce117f03a55ce5a0 Author: Xan Lopez Date: Mon Sep 7 22:46:57 2009 +0300 configure.ac: require WebKitGTK+ 1.1.14 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 8e7417314360b6533c802fba9db3cb2c7556695b Author: Xan Lopez Date: Mon Sep 7 22:14:21 2009 +0300 NEWS: more updates for release NEWS | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 3d4053a5f71175970712897a298a7ce95d3dfaef Author: Gustavo Noronha Silva Date: Tue Jun 30 16:29:51 2009 -0300 Re-adding basic ad blocking support Bug #562762 embed/ephy-embed.c | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) commit df54608c60a5e12b667620ba8ec87bac379259de Author: Xan Lopez Date: Mon Sep 7 18:14:10 2009 +0300 ephy-location-action: g_strdup is NULL safe src/ephy-location-action.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c1689576e6435878324322321e246f1676bf467c Author: Xan Lopez Date: Mon Sep 7 18:13:39 2009 +0300 ephy-embed-single: protect against SoupPasswordManager going away It might go away for 2.30, so protect against that. embed/ephy-embed-single.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit 7d58850eb100ff84bb2fe3f48658e01f64bb088c Author: Xan Lopez Date: Mon Sep 7 15:28:28 2009 +0300 Simplify EXPIRE logic in ephy_web_view_set_typed_address The whole thing just had one functionality at this point as far as I can see: prevent the typed address from being wiped out when a page is loading. Simplify the code to do just that. embed/ephy-web-view.c | 29 ++++++++++++----------------- embed/ephy-web-view.h | 10 +--------- src/ephy-lockdown.c | 3 +-- src/ephy-shell.c | 3 +-- src/ephy-toolbar.c | 3 +-- 5 files changed, 16 insertions(+), 32 deletions(-) commit 108eade49982245d1ffcf30159707554cdb63d69 Author: Xan Lopez Date: Mon Sep 7 14:02:19 2009 +0300 window-commands: unref the stream when we are done with it Per the documentation of 'g_file_replace_finish'. src/window-commands.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 5b2f1a52a131d3377d3e2d8246aab468502ba7cf Author: Xan Lopez Date: Mon Sep 7 14:01:36 2009 +0300 window-commands: also ref the embed while the stream is processed Since it also could go away meanwhile otherwise. src/window-commands.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 38acd37212cf2636468cfbec151bf7a2b4d2d535 Author: Xan Lopez Date: Mon Sep 7 13:42:04 2009 +0300 window-commands: better strdup the URI webkit gives us Since it's owned by the view, which might be dead by the time we fallback to viewing the source in another tab. src/window-commands.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit c04b665f8350df1152212fc3c053e5700afa2067 Author: Inaki Larranaga Murgoitio Date: Mon Sep 7 11:12:22 2009 +0200 Updated Basque language po/eu.po | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 100 insertions(+), 3 deletions(-) commit 112683b3b5fcadce5ce14a8db6314a3c079ee58c Author: Xan Lopez Date: Mon Sep 7 09:02:37 2009 +0300 ephy-embed-prefs.c: do not auto-shrink images That's what ephy/gecko used to do (and I don't like it). embed/ephy-embed-prefs.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit f3366f19eb5d7fe77d843742a9db39d1fb53e36b Author: Xan Lopez Date: Mon Sep 7 01:53:22 2009 +0300 ephy-embed-prefs.c: use 'minimum-logical-font-size' for minimum font size preference Almost the same than 'minimum-font-size', but broadly speaking WebKit won't enforce it when it considers it could break the layout of a site. Should avoid breakage in some sites when we have a minimum font setting too big. embed/ephy-embed-prefs.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 0af2bca8aae4ae02c8c850f83c31de2fd3651c60 Author: Xan Lopez Date: Sun Sep 6 20:10:38 2009 +0300 window-commands.c: fallback to view source inside the browser when launching an external app fails Bug #594322 src/window-commands.c | 43 +++++++++++++++++++++++++++++++++++++------ 1 files changed, 37 insertions(+), 6 deletions(-) commit 26e3b45deeddf5da08af895fba3baa5296cb299e Author: Xan Lopez Date: Sun Sep 6 19:35:23 2009 +0300 NEWS: update for release NEWS | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) commit cbe3dbd4108187683252ed8404d65bd7e766e62d Author: Tomasz Dominikowski Date: Sun Sep 6 14:22:37 2009 +0200 Updated Polish translation po/pl.po | 617 ++++++++++++++++++++++++-------------------------------------- 1 files changed, 234 insertions(+), 383 deletions(-) commit 469f9be0c2e48f5c22c8c153dedbba2ffc70c534 Author: Diego Escalante Urrelo Date: Sat Sep 5 15:12:48 2009 -0500 ephy-dialog: set_sensitivity ignores .ui defaults Bug 587470 - Smooth scrolling preference doesn't work lib/ephy-dialog.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 4a282e5399a6571f11f646bb766e5fdd57d40850 Author: Diego Escalante Urrelo Date: Fri Sep 4 20:30:51 2009 -0500 prefs-dialog: disable smoothscroll button It is useless right now since we need WebKit support for this. Bug 587470 - Smooth scrolling preference doesn't work data/glade/prefs-dialog.glade | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 9d96147d37da83fac0e80575a90470d388c48339 Author: Gabor Kelemen Date: Sat Sep 5 23:13:59 2009 +0200 Hungarian translation updated po/hu.po | 1889 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 896 insertions(+), 993 deletions(-) commit c1199f2b921e60cadc26e350f4f6590f84197d3b Author: Diego Escalante Urrelo Date: Fri Sep 4 20:50:20 2009 -0500 ephy-window: make KP_0 an alias to 0 Bug 573624 - Reset font size with ctrl+0 from num block src/ephy-window.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 9bea0a053eb81471dedbcc6f1e09d91464e09673 Author: Diego Escalante Urrelo Date: Wed Sep 2 17:16:36 2009 -0500 ephy-embed: remove some whitespace embed/ephy-embed.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 94960918824560ff562d8fe6975cafeee7da9964 Author: Claude Paroz Date: Fri Sep 4 21:38:10 2009 +0200 Updated French translation po/fr.po | 740 ++++---------------------------------------------------------- 1 files changed, 44 insertions(+), 696 deletions(-) commit 70dc740953c8213b73cd7c089c7afdc9a97f47a0 Author: Gustavo Noronha Silva Date: Fri Sep 4 14:57:19 2009 -0300 Making gcc shut up, by initializing loading_uri embed/ephy-embed.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f26d41a2e03e802f16c0f2693dad67f22b8b1edb Author: Gustavo Noronha Silva Date: Fri Sep 4 14:12:56 2009 -0300 When the DataSource is empty, display empty file instead of crashing This is so that we don't crash when trying to view source for about:blank, and friends. src/window-commands.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit d5db22b6842017772f10aa28d18458f36b025677 Author: Xan Lopez Date: Thu Sep 3 22:23:22 2009 +0300 ephy-session.c: fix opening an empty new epiphany window from command line By not asking ephy to do silly things. src/ephy-session.c | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit fdc216467277bb6235c9c7fc6f3ace9a3a37bc8a Author: Xan Lopez Date: Thu Sep 3 16:42:03 2009 +0300 ephy-web-view.c: remove some unused variables embed/ephy-web-view.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) commit ad2b264036d50bc4225899e76e7a29c80b24ca96 Author: Mario Blättermann Date: Thu Sep 3 18:00:05 2009 +0200 Updated German translation po/de.po | 211 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 111 insertions(+), 100 deletions(-) commit 0094e74a6d97f3c553afb0916579480f1e11d3d4 Author: Xan Lopez Date: Wed Sep 2 22:19:22 2009 +0300 ephy-link-action.c: plug memory leak Noticed by Dan Winship. src/ephy-link-action.c | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) commit 2836316f28b460a2b03c4ffb6c4991b6509f5f48 Author: Xan Lopez Date: Wed Sep 2 20:00:23 2009 +0300 ephy-embed.c: use the initial request to fill the URL entry Avoids having a blank URL entry until the server responds to our request. Bug #591294 embed/ephy-embed.c | 20 +++++++++++++------- 1 files changed, 13 insertions(+), 7 deletions(-) commit f64f922aebd3b14de4dfb3652d40c3d7c64c1069 Author: Inaki Larranaga Murgoitio Date: Wed Sep 2 18:30:03 2009 +0200 Updated Basque language po/eu.po | 200 ++++++++++++++++--------------------------------------------- 1 files changed, 53 insertions(+), 147 deletions(-) commit 3f7a2aefd91490c39b1253a8cb2e60c443fcf6e8 Author: Fábio Nogueira Date: Wed Sep 2 12:26:21 2009 -0400 Updated Brazilian Portuguese translation. po/pt_BR.po | 98 ++++++++++++++++++++++++++++++---------------------------- 1 files changed, 51 insertions(+), 47 deletions(-) commit 9b6c5d448cfbfbcde4370c7fb9827959ed00e78f Author: Khaled Hosny Date: Wed Sep 2 16:39:23 2009 +0200 Updated Arabic translation po/ar.po | 86 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 45 insertions(+), 41 deletions(-) commit c338400a197ea69d949479f32ba7b5c695d5bb57 Author: Gustavo Noronha Silva Date: Wed Sep 2 11:37:51 2009 -0300 Removing unnecessary include src/window-commands.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit 307cf11d1dd0a7d4d7a21f2d981e55640b66513a Author: Gustavo Noronha Silva Date: Wed Aug 19 18:14:36 2009 -0300 Use new DataSource API to provide view page source This change requires WebKitGTK+ at revision 47965, because it uses the new DataSource API. Bug #503968 src/window-commands.c | 129 ++++++++++++++++++++++++++++++++++++++++--------- 1 files changed, 105 insertions(+), 24 deletions(-) commit 3e3467417376d7e756905da9faf8335d89decd62 Author: Julian de Navascues Date: Tue Sep 1 10:34:32 2009 +0200 Fixs the warning if using NULL url If ephy_shell_new_tab receives a NULL url it passes it to ephy_shell_new_tab_full instead of always building a request with the url Also, in ephy_shell_new_tab_full checks that if OPEN_PAGE flag is enabled, request must be non NULL. Bug #593701 Signed-off-by: Xan Lopez src/ephy-shell.c | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) commit 71f95a25b2a9e03e6ce6372788c287ff26d20956 Author: Kjartan Maraas Date: Tue Sep 1 12:09:29 2009 +0200 Update Norwegian bokmål translation. po/nb.po | 63 ++++++++++++++++++++++++++++++++----------------------------- 1 files changed, 33 insertions(+), 30 deletions(-) commit f632ca6dfd0fbf02873604c5d891448219f1a7af Author: Ivar Smolin Date: Tue Sep 1 09:29:47 2009 +0300 Updating Estonian translation po/et.po | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) commit e9ee60633a4a3b1d77c82aff454f01feb5895453 Author: Daniel Nylander Date: Tue Sep 1 00:12:03 2009 +0200 Updated Swedish translation po/sv.po | 561 +++++++++++++++++++++----------------------------------------- 1 files changed, 191 insertions(+), 370 deletions(-) commit c6ad98245d15368f43fe81fc73b60706b54207e3 Author: Jorge González Date: Mon Aug 31 20:40:52 2009 +0200 Updated Spanish translation po/es.po | 59 ++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 32 insertions(+), 27 deletions(-) commit 148432aa5846577a1f50e2472bbc5c298ef87f3e Author: Javier Jardón Date: Thu Aug 27 02:02:34 2009 +0200 Fix .desktop file (GNOME bug 588979) Signed-off-by: Xan Lopez data/epiphany.desktop.in.in | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit c09e9ac77371a68e376a7d85931f29b54a2848fb Author: Runa Bhattacharjee Date: Mon Aug 31 17:28:11 2009 +0530 Updated Bengali India Translations po/bn_IN.po | 898 ++++------------------------------------------------------- 1 files changed, 52 insertions(+), 846 deletions(-) commit 30cf1a90df0e502a2f8614d3a268d3ab58f70972 Author: Seán de Búrca Date: Sun Aug 30 21:36:55 2009 -0600 Updated Irish translation po/ga.po | 311 +++++++++++++++++++++++++++----------------------------------- 1 files changed, 136 insertions(+), 175 deletions(-) commit 5bc367dddcf0d62c4f1072f0e97d249cadb23fcb Author: Duarte Loreto Date: Mon Aug 31 00:44:17 2009 +0100 Updated Portuguese translation po/pt.po | 2151 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 1078 insertions(+), 1073 deletions(-) commit 9883cc9e07ae8ddb9dc8690c8d7868b9cbd0ab41 Author: Changwoo Ryu Date: Sun Aug 30 08:11:32 2009 +0900 Update Korean translation po/ko.po | 3577 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 1656 insertions(+), 1921 deletions(-) commit 42b9e92fe8322324a97f2ee834bee85307339e88 Author: Nicolas Repentin Date: Sat Aug 29 20:48:56 2009 +0200 Updated French translation po/fr.po | 362 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 188 insertions(+), 174 deletions(-) commit 19bff26883eba1984ebf35adf8f9b6676e8a153d Author: Chao-Hsiung Liao Date: Sat Aug 29 21:14:02 2009 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 826 ++++++++++++++++++++++++++++++++++++++--------------------- po/zh_TW.po | 329 ++++++++++++------------ 2 files changed, 703 insertions(+), 452 deletions(-) commit 7eafc70b2158944f8d783a8e283547153979f015 Author: Gustavo Noronha Silva Date: Thu Aug 27 17:02:45 2009 -0300 Reimplement "search keys" structure for the WebKit backend This allows Epiphany itself, and extensions to treat keys that are not handled by the WebView for in-page search purposes. embed/ephy-web-view.c | 25 ++++++++++++++++++++++--- src/ephy-find-toolbar.c | 13 ++++--------- 2 files changed, 26 insertions(+), 12 deletions(-) commit 4b06e10f0870528a180f614375e4de158ddb8751 Author: Miloš Popović Date: Fri Aug 28 10:29:04 2009 +0200 Updated Serbian translation, msgfmt fix po/LINGUAS | 2 +- po/sr.po | 2228 ++++++++++++----------- po/sr@Latn.po | 5530 ------------------------------------------------------- po/sr@latin.po | 5546 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 6669 insertions(+), 6637 deletions(-) commit 159962dcaa92015c2512cca085847e3bb1bbff6d Author: Shankar Prasad Date: Fri Aug 28 12:51:13 2009 +0530 Updated Kannada(kn) translation po/kn.po | 2867 +++++++++++++++++++++----------------------------------------- 1 files changed, 960 insertions(+), 1907 deletions(-) commit 341b0cdc26e50e1b515074badf8257f6eeb6a3a2 Author: Xan Lopez Date: Thu Aug 27 13:08:37 2009 +0300 ephy-embed.c: workaround possibly bogus COMMITTED load-status from WebKit When WebKitGTK+ fails to load a URI and is allowed to load the default error page it will emit a COMMITTED load-status with the original URI we failed to load. This was confusing epiphany, since in theory COMMITTED should be only emitted with URIs known to be good. As a workaround flag pages that fail to load in the callback for 'load-error' and avoid doing anything with them when they arrive in COMMITTED. Bug #593200 embed/ephy-embed.c | 43 +++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 41 insertions(+), 2 deletions(-) commit c6fc9cc5caa9e1b507f6e1a3770da24f6d6f968f Author: Xan Lopez Date: Thu Aug 27 13:06:52 2009 +0300 ephy-web-view.c: do not duplicate the logic to figure out if a page is secure Just return the status we set when loading. embed/ephy-web-view.c | 14 ++++---------- 1 files changed, 4 insertions(+), 10 deletions(-) commit cc64c681766a798bbcfa6e16e9723713ff0dc2c1 Author: Benjamin Otte Date: Mon Aug 24 11:20:00 2009 +0200 Make non-critical g_warning() into LOG() Failing to delete a favicon file should not cause the program to abort. embed/ephy-favicon-cache.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit b9e4152c48146af6b456e7a8e07991d4967eaac8 Author: Sweta Kothari Date: Thu Aug 27 13:51:55 2009 +0530 Updated Gujarati Translations po/gu.po | 5891 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 3073 insertions(+), 2818 deletions(-) commit 9d9b1f6dadb9664203abdfe168d58e5988060a86 Author: Sweta Kothari Date: Thu Aug 27 13:00:41 2009 +0530 Updated Gujarati Translations po/gu.po | 5891 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 2818 insertions(+), 3073 deletions(-) commit 80a8a8c4f6925812ed964a051e82b7e91a431697 Author: Ivar Smolin Date: Thu Aug 27 10:07:20 2009 +0300 Updating Estonian translation po/et.po | 797 +------------------------------------------------------------- 1 files changed, 8 insertions(+), 789 deletions(-) commit e62d8308cb9ab23298834f238c62670b2af94597 Author: Sweta Kothari Date: Thu Aug 27 12:28:03 2009 +0530 Updated Gujarati Translations po/gu.po | 862 ++++---------------------------------------------------------- 1 files changed, 45 insertions(+), 817 deletions(-) commit 412700f05313c12ee87c01a623d14ec9b495a764 Author: Gustavo Noronha Silva Date: Wed Aug 26 16:42:55 2009 -0300 Reintegrate translations Restore translations for web search and session recovery, which were lost because of the feature flux. The following languages are affected: Arabic Bulgarian Bengali Danish German Spanish Estonian Basque Finish Irish Galician Hebrew Norwegian Bokmal Oriya Polish Brazilian Portuguese Swedish Tamil Telugu po/ar.po | 81 +++--- po/bg.po | 59 ++-- po/bn_IN.po | 100 ++++--- po/da.po | 81 +++--- po/de.po | 96 ++++--- po/es.po | 61 ++-- po/et.po | 802 +++++++++++++++++++++++++++++++++++++++++++++++++- po/eu.po | 84 +++--- po/fi.po | 81 +++--- po/ga.po | 65 +++-- po/gl.po | 65 +++-- po/gu.po | 84 ++---- po/he.po | 953 ++++++++++++++++++++++++++++++++++++++++++++++------------ po/nb.po | 70 +++-- po/or.po | 318 ++++++++++---------- po/pl.po | 550 ++++++++++++++++++++++------------ po/pt_BR.po | 81 +++--- po/sv.po | 570 ++++++++++++++++++++++++------------ po/ta.po | 99 ++++--- po/te.po | 247 ++++++++-------- 20 files changed, 3185 insertions(+), 1362 deletions(-) commit 1d4cb08121bfadf263e8057d50e87833ef92c45b Author: Gustavo Noronha Silva Date: Wed Aug 26 14:30:04 2009 -0300 Reimplement search on the location bar Use a regular expression and SoupURI to figure out if we should search the string that was typed, or load it as an URI. Bug #583795 embed/ephy-web-view.c | 44 +++++++++++++++++++++++++++++++++++++++++++- 1 files changed, 43 insertions(+), 1 deletions(-) commit e92add696ac0e460fc4e520a1201cfb38a67d6fb Author: Julian de Navascues Date: Wed Aug 26 17:46:13 2009 +0300 ephy-session.c: save session more often to avoid data loss Session was being saved only when the web was fully loaded (WEBKIT_LOAD_FINISHED status reached), so there was no info (URLs) to restore webs that were loading when crashed. Bug #593149 Signed-off-by: Xan Lopez src/ephy-session.c | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) commit af11d9fcb260247311432bfec92b5eeead458846 Author: Xan Lopez Date: Wed Aug 26 16:32:04 2009 +0300 ephy-embed.c: enable undo/redo Depends on WebKitGTK+ r47776 (will be in 1.1.14) Bug #591072 embed/ephy-embed.c | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) commit a8f5e7457282e02a515b828f09b25e5fd4b61b4c Author: Sweta Kothari Date: Wed Aug 26 15:22:44 2009 +0530 Updated Gujarati Translations po/gu.po | 3561 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 1676 insertions(+), 1885 deletions(-) commit 1d81b38e48c8a90e68063d531e9c17507ecaebea Author: Inaki Larranaga Murgoitio Date: Wed Aug 26 10:57:30 2009 +0200 Updated Basque language po/eu.po | 241 +++++++++++++++++++++++++++++++++++++++++++++----------------- 1 files changed, 175 insertions(+), 66 deletions(-) commit eea4e5155ed3102ee21c57958a29603ed0f5166f Author: Xan Lopez Date: Wed Aug 26 11:44:28 2009 +0300 Import passwords from the ephy/gecko profile on first run. This feature requires NSS, so NSS is added as an optional dependency, enabled by default. Can be disabled with --disable-nss, but then passwords won't be imported. LICENSE.chromium | 27 +++++ configure.ac | 21 ++++ src/Makefile.am | 16 +++ src/ephy-nss-glue.c | 259 +++++++++++++++++++++++++++++++++++++++++ src/ephy-nss-glue.h | 29 +++++ src/ephy-profile-migration.c | 262 +++++++++++++++++++++++++++++++++++++++++- 6 files changed, 611 insertions(+), 3 deletions(-) commit ec783faa3c1737dfd80fd53a8113bbb3aa1c06a0 Author: Jorge González Date: Wed Aug 26 08:11:53 2009 +0200 Updated Spanish translation help/es/es.po | 21 +++++---------------- 1 files changed, 5 insertions(+), 16 deletions(-) commit 8add33dc2291df2997ea74fae45bde1f407f1435 Author: Daniel Nylander Date: Wed Aug 26 06:11:28 2009 +0200 Updated Swedish translation po/sv.po | 47 +++++++++++++++++++++++++++-------------------- 1 files changed, 27 insertions(+), 20 deletions(-) commit 93894faa2b8a7a227ef848e2f12d777089fb979c Author: Tomasz Dominikowski Date: Tue Aug 25 14:48:17 2009 +0200 Updated Polish translation po/pl.po | 518 +++++++++++++++++++++++--------------------------------------- 1 files changed, 189 insertions(+), 329 deletions(-) commit 090995ed658d101a46c213e152263f7402405e9a Author: ifelix Date: Tue Aug 25 16:08:24 2009 +0530 Updated Tamil Translations po/ta.po | 809 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 414 insertions(+), 395 deletions(-) commit eb16610ca83c149cf69344777fa1511396a9ca6b Author: Xan Lopez Date: Tue Aug 25 13:36:07 2009 +0300 Rename ephy_web_view_get_load_status to ephy_web_view_is_loading Much more clear, and avoids confusions with the WebKitWebView function with similar name. embed/ephy-web-view.c | 12 ++++++------ embed/ephy-web-view.h | 2 +- src/ephy-encoding-dialog.c | 2 +- src/ephy-notebook.c | 2 +- src/ephy-session.c | 4 ++-- src/ephy-shell.c | 2 +- src/ephy-window.c | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) commit 5bd0ebcc3daa9d847e484890a874905208395d80 Author: Xan Lopez Date: Mon Aug 24 23:22:20 2009 +0300 ephy-session.c: whitespace fixes src/ephy-session.c | 112 ++++++++++++++++++++++++++-------------------------- 1 files changed, 56 insertions(+), 56 deletions(-) commit 53c75e42206fb9d53f2cd12615c9fcb679117c7f Author: Alexander Shopov Date: Mon Aug 24 22:47:25 2009 +0300 Updated Bulgarian translation po/bg.po | 17 +++++++++++++++-- 1 files changed, 15 insertions(+), 2 deletions(-) commit d3c72930d6691e17fa5eca1c4bd8d60f21208ac3 Author: Xan Lopez Date: Mon Aug 24 20:22:39 2009 +0300 configure.ac: post release version bump configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit a76ed169b158cb71f33214c9dfa7b14f90f470bf Author: Jorge González Date: Mon Aug 24 19:02:13 2009 +0200 Updated Spanish translation po/es.po | 52 ++++++++++++++++++++++++++++++++-------------------- 1 files changed, 32 insertions(+), 20 deletions(-)