commit 4d9ac80834b33db640bffe436796c5513e5226ec
Author: Xan Lopez <xlopez@igalia.com>
Date:   Tue Sep 6 19:14:28 2011 +0200

    [release] 3.1.91

 NEWS         |   16 ++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 17 insertions(+), 1 deletions(-)

commit 4bd5ca329c07b8e8b3a2736c77dd862175cdf37b
Author: Xan Lopez <xlopez@igalia.com>
Date:   Tue Sep 6 19:10:05 2011 +0200

    Make about:applications prettier
    
    Thanks to Lapo Calamandrei for the CSS.

 data/pages/about.css       |   40 ++++++++++++++++++++++++++++++++++++++++
 embed/ephy-request-about.c |   19 +++++++++++--------
 embed/ephy-web-app-utils.c |   44 ++++++++++++++++++++++++++++++++++++++++++++
 embed/ephy-web-app-utils.h |    2 ++
 4 files changed, 97 insertions(+), 8 deletions(-)

commit 8cfcb6905f4c4dca488987f22a847dd1283b39ac
Author: Xan Lopez <xlopez@igalia.com>
Date:   Tue Sep 6 15:28:22 2011 +0200

    configure.ac: gdbus-codegen is required
    
    Fail if it's not found. Apparently gentoo ships this independently of
    glib, so it can happen.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657610

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b01497d86f8ed6d1f3ddbfc66d2c5c1354c9afb3
Author: Xan Lopez <xlopez@igalia.com>
Date:   Tue Sep 6 15:06:32 2011 +0200

    ephy-web-view: fix title for error pages
    
    Diego, talk to me after class.

 embed/ephy-web-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3d42c9482c85f70081000675503160851a96a56e
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Sep 6 19:18:01 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  723 ++++++++++++++++++++++++++++++--------------------------
 po/zh_TW.po |  761 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 790 insertions(+), 694 deletions(-)

commit 9ef146dd327726e1cec62590d2d5ede542a03cd9
Author: Arash Mousavi <amousavi@src.gnome.org>
Date:   Tue Sep 6 13:01:54 2011 +0430

    Updated Persian translation

 po/fa.po |  660 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 368 insertions(+), 292 deletions(-)

commit 861d897a9f20306bd60337c176203f9646b60499
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Sep 6 06:07:05 2011 +0200

    Updated Spanish translation

 po/es.po |  343 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 193 insertions(+), 150 deletions(-)

commit a721b5a7396ea36372240b209373af00930ea3f7
Author: Abderrahim Kitouni <a.kitouni@gmail.com>
Date:   Mon Sep 5 23:52:50 2011 +0100

    Updated Arabic Translation

 po/ar.po |  594 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 325 insertions(+), 269 deletions(-)

commit 904503e39079ca3380a41b90e55017853eadb2cb
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Sep 5 23:27:20 2011 +0200

    Fixed yo.po

 po/yo.po | 3500 ++++++++++++++++++++++----------------------------------------
 1 files changed, 1206 insertions(+), 2294 deletions(-)

commit bbff8c5cb2d6a7627d15492ddf76dc3cbe04a0eb
Author: Xan Lopez <xlopez@igalia.com>
Date:   Mon Sep 5 22:47:03 2011 +0200

    ephy-web-view: fix multiple deletes in about:applications
    
    The URI changes to about:applications? after the first one, need to
    take that into account.

 embed/ephy-web-view.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit aada5fcf8f175bf5efa86b304f5db29ac4675e73
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Fri Sep 2 17:51:39 2011 +0300

    Display a notification if the web application saving fails
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658060

 src/window-commands.c |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)

commit 7e16cb64dbb1acb2a3d7e79fc46e565dadeb6bde
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Sep 1 22:28:02 2011 +0300

    Ask the user for confirmation before overwriting web applications
    
    Show a confirmation dialog and, in case the user confirms, delete the
    old application before saving a new one.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=658060

 src/window-commands.c |  122 +++++++++++++++++++++++++++++++++++--------------
 1 files changed, 87 insertions(+), 35 deletions(-)

commit dfd3abc8dfc5a3b060aee64982c5431975897d12
Author: Fran Dieguez <fran@openhost.es>
Date:   Mon Sep 5 22:04:39 2011 +0200

    Updated galician translations

 po/gl.po |  188 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 100 insertions(+), 88 deletions(-)

commit 08091026a1fb73816f20f0e6d9e7ef92a523092f
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Mon Sep 5 20:58:30 2011 +0200

    Updated POTFILES.in

 po/POTFILES.in |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit 0c1f1ef6e14716bbfd2b64c057ab043e809b4364
Author: Xan Lopez <xlopez@igalia.com>
Date:   Mon Sep 5 20:35:14 2011 +0200

    Implement about:applications
    
    A really simple way to list and delete the existing Web
    Applications. Hopefully this will go completely away in 3.4 replaced
    with something in the shell itself.

 embed/ephy-request-about.c |   39 ++++++++++++++++++++++++---
 embed/ephy-web-app-utils.c |   63 ++++++++++++++++++++++++++++++++++++++++++++
 embed/ephy-web-app-utils.h |    9 ++++++
 embed/ephy-web-view.c      |   40 ++++++++++++++++++++++++++++
 4 files changed, 147 insertions(+), 4 deletions(-)

commit 0cff2bef71ac69095f62ace7be8443d42db34d32
Author: Xan Lopez <xlopez@igalia.com>
Date:   Mon Sep 5 18:21:41 2011 +0200

    ephy-request-about: move this to embed/
    
    We'll need to access embed/ data for about:applications.

 embed/Makefile.am          |    2 +
 embed/ephy-request-about.c |  199 ++++++++++++++++++++++++++++++++++++++++++++
 embed/ephy-request-about.h |   37 ++++++++
 lib/Makefile.am            |    2 -
 lib/ephy-request-about.c   |  199 --------------------------------------------
 lib/ephy-request-about.h   |   37 --------
 6 files changed, 238 insertions(+), 238 deletions(-)

commit 00e5075c92be48a8ad71985ed522aafc1596a58c
Author: Fran Dieguez <fran@openhost.es>
Date:   Mon Sep 5 12:10:15 2011 +0200

    Updated galician translations

 po/gl.po |   47 +++++++++++++++++++++++------------------------
 1 files changed, 23 insertions(+), 24 deletions(-)

commit dc7ad08cdbcb16fa9934f2066241a3d60f8d3e4d
Author: Jorge González <aloriel@mail.com>
Date:   Mon Sep 5 11:06:27 2011 +0200

    Updated Spanish translation

 po/es.po |  134 ++++++++++++++++++++++++-------------------------------------
 1 files changed, 53 insertions(+), 81 deletions(-)

commit 3ca3ed4e61e1e686481ae012128fca609cfdb6b7
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Sep 5 08:21:21 2011 +0200

    Updated Spanish translation

 po/es.po |  545 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 293 insertions(+), 252 deletions(-)

commit bd9610ccf02ee4122f10f770b36b7c3cbd183a76
Author: Vinicius Depizzol <vdepizzol@gmail.com>
Date:   Sat Jul 30 01:26:12 2011 -0500

    e-web-view: fix error pages for RTL locales
    
    Remove hardcoded directions in the CSS definitions and make them simpler.
    
    Bug #314205
    
    Signed-off-by: Diego Escalante Urrelo <descalante@igalia.com>

 data/pages/error.html    |   72 +++++++++++++++++++++++++++------------------
 data/pages/recovery.html |   72 +++++++++++++++++++++++++++------------------
 embed/ephy-web-view.c    |    5 ++-
 3 files changed, 89 insertions(+), 60 deletions(-)

commit 9dd70dcb02bafc7f2d54e148c0f68c9be10d07be
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Sun Sep 4 23:03:12 2011 -0500

    e-web-view: use proper html for paragraphs
    
    Bug #314205

 embed/ephy-web-view.c |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

commit f8cea5491cef9e01e3c46f8cc060042f3d23d08f
Author: Fran Dieguez <fran@openhost.es>
Date:   Mon Sep 5 00:47:40 2011 +0200

    Restore galician translations due unknown error

 po/gl.po |  312 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 163 insertions(+), 149 deletions(-)

commit b039f0ceb3f93569bc36b602a598c05e0cfc0269
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Sun Sep 4 17:08:24 2011 -0500

    e-web-view: better messages in error pages
    
    Use better words to describe the situation, avoid techie terms.
    
    Bug #637903

 embed/ephy-web-view.c |   19 +++++++++++++++----
 1 files changed, 15 insertions(+), 4 deletions(-)

commit 7dafb390f5091bfbf1b5236aebf8e5f33aa0bbf1
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Sun Sep 4 16:34:49 2011 -0500

    e-file-helpers: implement and use ephy_file_delete_dir_recursively
    
    Move the implementation from ephy-web-app-utils.c to
    ephy-file-helpers.c.
    
    The current one was not doing recursive delete, this caused the bug of
    private instances leaving their profile directories behind in /tmp.
    
    Bug #658201

 embed/ephy-web-app-utils.c |   53 +----------------------------
 lib/ephy-file-helpers.c    |   81 ++++++++++++++++++++++++++++++++-----------
 lib/ephy-file-helpers.h    |    3 +-
 3 files changed, 63 insertions(+), 74 deletions(-)

commit 5208e2eab48e8a64912d2f00264b9a6c96c572e0
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Wed Aug 3 13:01:11 2011 +0200

    Use EphyFileChooser filters usefully
    
    Don't use the filters combobox when it's not really needed nor
    meaningful. Specially for save dialogs.
    
    Bug #655713

 src/popup-commands.c  |    2 +-
 src/window-commands.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 46312f09960cca55ada816246dd3c18d839fa62e
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Sat Aug 20 12:16:53 2011 -0500

    data/glade: remove unneeded markup
    
    Use attributes instead of hardcoding the markup on the translatable
    string.
    
    Bug #102382

 data/glade/certificate-dialogs.ui |  213 +++++++++++++++++++++++++------------
 data/glade/prefs-dialog.ui        |   66 ++++++++----
 data/glade/print.ui               |   70 +++++++++----
 3 files changed, 238 insertions(+), 111 deletions(-)

commit 90455dac2fcf07a349b3635848e458f556715a43
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Sat Aug 20 12:06:14 2011 -0500

    prefs-dialog: remove unused underline property
    
    Bug #102382

 data/glade/prefs-dialog.ui |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit 321319295d710b590586583c9152cfc9fd2c5d3a
Author: Fran Dieguez <fran@openhost.es>
Date:   Sun Sep 4 18:55:11 2011 +0200

    Updated galician translations

 po/gl.po |  478 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 253 insertions(+), 225 deletions(-)

commit 0dbb60c0a79e42d963dadaffebe5f8e55efe40a3
Author: Abdalrahim G. Fakhouri <abdilra7eem@yahoo.com>
Date:   Sun Sep 4 11:07:18 2011 +0100

    Updated Arabic translation

 po/ar.po |  743 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 413 insertions(+), 330 deletions(-)

commit 3f6c92523f00a6f74b08ede75355e091989ef050
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Sep 4 08:27:42 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  729 +++++++++++++++++++++++++++++++++--------------------------
 po/zh_TW.po |  729 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 806 insertions(+), 652 deletions(-)

commit 4321e7213506b09b186a4b58024c58c0cec4357e
Author: Xan Lopez <xlopez@igalia.com>
Date:   Sat Sep 3 18:58:52 2011 +0200

    ephy-window: hide some irrelevant context menu actions when in app mode
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657624

 src/ephy-window.c |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

commit eaa76f15cb8ee10af9cc44a5d2782c8c3fdcf402
Author: Xan Lopez <xlopez@igalia.com>
Date:   Sat Sep 3 18:52:11 2011 +0200

    ephy-bookmarks-ui: we need to include the EphyNode header
    
    Since it's used in the header file itself. This was working just
    because other files including this also were including ephy-node.h
    before.

 src/bookmarks/ephy-bookmarks-ui.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 50738fc2a6a54b361f56e9834771169fa094c09c
Author: Xan Lopez <xlopez@igalia.com>
Date:   Sat Sep 3 18:41:45 2011 +0200

    ephy-web-app-utils: fix include sort

 embed/ephy-web-app-utils.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit f2defe7858a00a81879a4ae9af4dd772595b14ef
Author: Xan Lopez <xlopez@igalia.com>
Date:   Sat Sep 3 18:40:05 2011 +0200

    HACKING: another tweak, accommodate to what ephy has been doing

 HACKING |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 37c1f487b4630d0d4f1f3fd9e505a7200a01acaa
Author: Xan Lopez <xlopez@igalia.com>
Date:   Sat Sep 3 18:39:24 2011 +0200

    ephy-window: sort includes

 src/ephy-window.c |   56 ++++++++++++++++++++++++++--------------------------
 1 files changed, 28 insertions(+), 28 deletions(-)

commit 451b9fdc05fa901b8aec591acf435f848c8b2a13
Author: Xan Lopez <xlopez@igalia.com>
Date:   Sat Sep 3 18:32:04 2011 +0200

    ephy-web-app-utils: adjust includes to styleguide

 embed/ephy-web-app-utils.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit e7fa362332fd9dae8ade423e12c24bb3ab1d3ac6
Author: Xan Lopez <xlopez@igalia.com>
Date:   Sat Sep 3 18:30:59 2011 +0200

    HACKING: remove dubious guideline, add guideline for headers

 HACKING |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

commit 4f6da94c96d77a296e185c0fcf35ca74ddeee3a2
Author: Xan Lopez <xlopez@igalia.com>
Date:   Sat Sep 3 18:21:38 2011 +0200

    ephy-web-app-utils: move the web app creation code here

 embed/ephy-web-app-utils.c |  178 ++++++++++++++++++++++++++++++++++++++++++++
 embed/ephy-web-app-utils.h |    5 +
 embed/ephy-web-view.c      |  164 ----------------------------------------
 src/window-commands.c      |    7 +-
 4 files changed, 187 insertions(+), 167 deletions(-)

commit 20b38fa45d7b9f3e4c302d0cb0090f72ae56bb78
Author: Xan Lopez <xlopez@igalia.com>
Date:   Fri Sep 2 20:57:20 2011 +0200

    ephy-web-view: silence compiler warning

 embed/ephy-web-view.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 7e685c61459ef3f55fed260b3b90c974d3599227
Author: Xan Lopez <xlopez@igalia.com>
Date:   Fri Sep 2 20:56:12 2011 +0200

    ephy-web-app-utils: rename ephy_delete_web_application to ephy_web_application_delete
    
    You know, use namespaces correctly and all that.

 embed/ephy-web-app-utils.c |    4 ++--
 embed/ephy-web-app-utils.h |    2 +-
 src/ephy-main.c            |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 09bbf1441056fc858db9bca5452bd0ff8e83a1b1
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Sep 1 22:53:55 2011 +0300

    Add ephy_web_application_get_profile_directory()
    
    And factor out some code

 embed/ephy-web-app-utils.c |   28 +++++++++++++++++++++++-----
 embed/ephy-web-app-utils.h |    2 ++
 embed/ephy-web-view.c      |    5 +----
 3 files changed, 26 insertions(+), 9 deletions(-)

commit 1d507b310ad8cad41055bedec416d27a04b6f06d
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Sep 1 22:50:26 2011 +0300

    Move EPHY_WEB_APP_PREFIX declaration to a cleaner location

 embed/ephy-web-app-utils.h |    2 ++
 embed/ephy-web-view.h      |    2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 459f7eab590f49340962cdf6bc3d4d66b3356109
Author: Xan Lopez <xlopez@igalia.com>
Date:   Thu Sep 1 21:06:05 2011 +0200

    Add --delete--application command line option to delete WebApps
    
    Plus the necessary code to implement some sort of UI to do this for the
    3.2 time frame. Hopefully for 3.4 we'll have a GNOME-wide system to
    deal with applications.

 embed/Makefile.am          |    4 +-
 embed/ephy-web-app-utils.c |  136 ++++++++++++++++++++++++++++++++++++++++++++
 embed/ephy-web-app-utils.h |   36 ++++++++++++
 src/ephy-main.c            |   16 +++++
 4 files changed, 191 insertions(+), 1 deletions(-)

commit 996bf1df4981e87d507e3fc8940d0c84b7d8ba9f
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Sep 1 18:16:37 2011 +0300

    EphyWindow: Fix location entry's load progress
    
    The caching of the GtkEntry was broken, since the toolbar items are
    destroyed on switching to/from fullscreen. Update the cache right
    after toolbar is rebuilt.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657936

 src/ephy-window.c |   36 ++++++++++++++++++++++++------------
 1 files changed, 24 insertions(+), 12 deletions(-)

commit 3dc371664fa71b51ac64449361129712f4807833
Author: Daniel Nylander <po@danielnylander.se>
Date:   Thu Sep 1 12:35:34 2011 +0200

    Updated Swedish translation

 po/sv.po |  677 ++++++++++++++++++++++++--------------------------------------
 1 files changed, 260 insertions(+), 417 deletions(-)

commit 9c9895f8a598f2da4e0efb72cf6688846cdb68d8
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Wed Aug 31 23:15:03 2011 +0300

    Updated Lithuanian translation

 po/lt.po |  980 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 513 insertions(+), 467 deletions(-)

commit 912e6276c41308b7c7bea2b055d5ad21a0493bb5
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Aug 31 21:26:11 2011 +0200

    Updated Norwegian bokmål translation

 po/nb.po |  466 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 247 insertions(+), 219 deletions(-)

commit 639abaa200dee1ee29766bbc39a68282f23ffb14
Author: Arash Mousavi <amousavi@src.gnome.org>
Date:   Wed Aug 31 17:56:44 2011 +0430

    Updated Persian translation

 po/fa.po |  694 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 390 insertions(+), 304 deletions(-)

commit 6d331fea8e5ed2f06ef64b7fc86b1d41ed8c13a3
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Aug 30 21:21:35 2011 +0200

    Updated Spanish translation

 po/es.po |   91 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 45 insertions(+), 46 deletions(-)

commit 42fd5c7bf7a2e2c98cd87639fa54c9d93b89d2a4
Author: Stas Solovey <whats_up@tut.by>
Date:   Tue Aug 30 22:19:55 2011 +0400

    Fixed and updated Russian translation

 po/ru.po |  735 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 402 insertions(+), 333 deletions(-)

commit 84da3d9453a692d50e933d4bc9afc3938e76d190
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Aug 30 20:05:58 2011 +0200

    Updated Spanish translation

 po/es.po |   86 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 44 insertions(+), 42 deletions(-)

commit bf288fba8d1d222f85137ee5df5fc3a8705f78fc
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Aug 30 19:13:56 2011 +0200

    Updated Spanish translation

 po/es.po |  500 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 263 insertions(+), 237 deletions(-)