commit 58cd5d3ce64e039563cea4e7fc2546508d765a4e Author: Xan Lopez Date: Sat May 19 22:07:30 2012 +0900 preferences: fix 'Add language' dialog layout https://bugzilla.gnome.org/show_bug.cgi?id=676043 data/ui/prefs-dialog.ui | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 2a8bbdf39786212f2c14eecb2c0af774f1a79ab7 Author: Claudio Saavedra Date: Tue May 8 13:27:25 2012 +0300 ephy-history: remove spurious castings lib/history/ephy-history-service-hosts-table.c | 2 +- lib/history/ephy-history-service-urls-table.c | 2 +- lib/history/ephy-history-service-visits-table.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) commit f095fe407876ed56996684d9dff2405fe0e52190 Author: Claudio Saavedra Date: Fri Apr 27 16:11:00 2012 +0300 ephy-history-service: trim query strings to avoid reaching sqlite limit Sqlite limits the length of a LIKE pattern to 50000 bytes, therefore we need to make sure that longer strings are not used as queries. https://bugzilla.gnome.org/show_bug.cgi?id=674848 lib/ephy-sqlite-statement.c | 12 ++++++++++++ lib/ephy-sqlite-statement.h | 2 ++ lib/ephy-sqlite.h | 2 ++ lib/history/ephy-history-service-hosts-table.c | 2 +- lib/history/ephy-history-service-urls-table.c | 2 +- lib/history/ephy-history-service-visits-table.c | 2 +- 6 files changed, 19 insertions(+), 3 deletions(-) commit 0a82c14c21cea3c6e1ce64fe291832b1f7e4769c Author: Gustavo Noronha Silva Date: Mon Apr 9 00:10:51 2012 -0300 Also consider email inputs when looking for user/password forms Some sites use email addresses for login purposes, and already adopted the email input type for the login forms. This means we should also consider email inputs as a possible username entry. https://bugzilla.gnome.org/show_bug.cgi?id=666326 embed/ephy-web-view.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit f15997b3bda27735c0f2f91e48c1f13925814b5e Author: Martin Robinson Date: Fri Apr 20 10:30:32 2012 -0700 Replace "system" with system languages when setting spelling dictionaries The string "system" is used as a placeholder for the default system languages in the preference listing of spelling dictionaries. Before sending this to WebKit to set the spelling dictionaries, we should fill in the actual default system languages. embed/ephy-embed-prefs.c | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) commit 0795725e8bdaf6818d19e0df3acf7e4080981653 Author: Diego Escalante Urrelo Date: Tue Mar 27 05:31:49 2012 -0500 ephy-toolbar: fix stop/reload button alignment Add location entry and stop/reload button to a vertical GtkSizeGroup. This ensures that they have the same height, regardless of things like fonts. https://bugzilla.gnome.org/show_bug.cgi?id=668135 src/ephy-toolbar.c | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) commit 9fabb96b37df0906571fb6daf745b9025255d165 Author: Takayuki KUSANO Date: Wed Apr 25 12:18:44 2012 +0900 [l10n] Update Japanese translation po/ja.po | 665 ++++++++++++++++++++++++++------------------------------------ 1 files changed, 282 insertions(+), 383 deletions(-) commit 4a9526b099374feb74b308eec54c2c2b42d779e7 Author: Gabor Kelemen Date: Sun Apr 22 15:45:10 2012 +0200 Updated Hungarian translation po/hu.po | 560 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 282 insertions(+), 278 deletions(-) commit 275e461bcd69f6738dcf834191beeaf353fe3832 Author: Yaron Shahrabani Date: Sun Apr 22 11:23:21 2012 +0300 Updated Hebrew translation. po/he.po | 340 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 176 insertions(+), 164 deletions(-) commit 1c124ff9f8fb6af929d3c17e204c2d2e5d7d8e1c Author: Xan Lopez Date: Wed Apr 18 16:37:10 2012 +0200 [release] 3.4.1 NEWS | 12 ++++++++++++ configure.ac | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-)