commit e515b58632fa80f7ef88bfaa50d50904646afedf
Author: Xan Lopez <xan@igalia.com>
Date:   Wed Jan 18 22:55:48 2012 +0100

    [release] 3.3.4.1

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

commit b2fff0dd22d8c3dbcb3d88e1d044fdb68b4cea21
Author: Xan Lopez <xan@igalia.com>
Date:   Wed Jan 18 22:41:32 2012 +0100

    ephy-embed: do not listen to status updates after dispose
    
    Otherwise we might crash updating a dead statusbar widget.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=668171

 embed/ephy-embed.c |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

commit 19171bd7fe27bc87fa68b3272a2715a710ea8c6b
Author: Xan Lopez <xan@igalia.com>
Date:   Wed Jan 18 18:31:54 2012 +0100

    ephy-toolbar: set the MENUBAR style class
    
    That way we can drag the app using the toolbar itself.

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

commit b08c6814062e80ef37d3dded8e17f6bf9dd726ef
Author: Xan Lopez <xan@igalia.com>
Date:   Wed Jan 18 18:18:17 2012 +0100

    ephy-window: hide our titlebar when maximized

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

commit 3cc93b5ec64d97739cf5065e19b31759d1495b9e
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Wed Jan 18 16:17:53 2012 +0100

    Remove Print Setup item from the super menu and embed it into print dialog

 data/ui/epiphany-ui.xml |    1 -
 embed/ephy-web-view.c   |    9 ++++++---
 src/ephy-lockdown.c     |    3 ---
 src/ephy-window.c       |    3 ---
 src/window-commands.c   |   25 -------------------------
 src/window-commands.h   |    3 ---
 6 files changed, 6 insertions(+), 38 deletions(-)

commit 066acbea3d32c04f15b6754310c8ba422f7c2f36
Author: Xan Lopez <xan@igalia.com>
Date:   Wed Jan 18 13:39:12 2012 +0100

    ephy-home-action: remove a lot of unused code

 src/ephy-home-action.c |  157 +++---------------------------------------------
 1 files changed, 9 insertions(+), 148 deletions(-)

commit 9c52e2df5c4b414eb19fb6d5f7e0261c708a2d22
Author: Xan Lopez <xan@igalia.com>
Date:   Wed Jan 18 13:14:04 2012 +0100

    Remove "Send link by mail..." from the super menu
    
    What we need is an actual "Share with..." functionality, integrated
    with GNOME, that also groks Facebook, Twitter, etc. Meanwhile I
    honestly think having this in the super menu is overblown, but we can
    move it to the Document context menu.

 data/ui/epiphany-ui.xml |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 67798e67eb2433e8367111156a63ffee76e9e5b2
Author: Xan Lopez <xan@igalia.com>
Date:   Wed Jan 18 12:01:22 2012 +0100

    Remove Print Preview item from the super menu
    
    It's already accessible from the Print dialog itself, so there's
    really no need to duplicate it.

 data/ui/epiphany-ui.xml |    1 -
 embed/ephy-web-view.c   |   15 ---------------
 embed/ephy-web-view.h   |    1 -
 src/ephy-lockdown.c     |    1 -
 src/ephy-window.c       |    5 -----
 src/window-commands.c   |   13 -------------
 src/window-commands.h   |    3 ---
 7 files changed, 0 insertions(+), 39 deletions(-)

commit eae947e94cd0343801cfad4ee3cd4ff656ad734b
Author: Xan Lopez <xan@igalia.com>
Date:   Wed Jan 18 11:37:35 2012 +0100

    POTFILES.in: add the app menu ui file
    
    Not sure if this is enough to make it translatable, but I'm sure Piotr
    will help me out here.

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

commit 49580a45a618c6992b19988714d80f6f909095be
Author: Xan Lopez <xan@igalia.com>
Date:   Tue Jan 17 19:57:50 2012 +0100

    ephy-page-menu-action: do not query the action proxies during dispose
    
    That was a bad idea. Just store the proxy used for the visibility hack
    in the private data too.

 src/ephy-page-menu-action.c |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

commit 2b7dcd1c4f16640b0af0105b412cc8e937f0218b
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 17 17:23:01 2012 +0100

    Updated Norwegian bokmål translation

 po/nb.po |  109 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 55 insertions(+), 54 deletions(-)

commit 6f7683801e0a6ab4b10e5a6a5b4c65ddddce721e
Author: Xan Lopez <xan@igalia.com>
Date:   Tue Jan 17 13:30:48 2012 +0100

    ephy-web-view: remove unused method

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

commit 8116867c05267353d8f93b3e280be48b9288e80d
Author: Xan Lopez <xan@igalia.com>
Date:   Tue Jan 17 13:26:25 2012 +0100

    ephy-find-toolbar: reorder includes

 src/ephy-find-toolbar.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit fa5d7a87451834bf8f9253b1ebba08c5da8fe446
Author: Xan Lopez <xan@igalia.com>
Date:   Tue Jan 17 13:17:27 2012 +0100

    ephy-window: fix binding for Find Previous
    
    If the binding uses Shift we need to put the letter in uppercase.

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

commit ada259cbc99436eaf638061dd3a4e864e476b0ae
Author: Xan Lopez <xan@igalia.com>
Date:   Tue Jan 17 13:01:47 2012 +0100

    Remove Find Next/Previous from page menu
    
    The actions are already in the find toolbar, which is accessible from
    the menu, so there's no need to have them there.

 data/ui/epiphany-ui.xml |    2 --
 src/ephy-window.c       |    3 +++
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 323487932aeb480be4646df38d2a395a0ada05d8
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Jan 17 12:52:16 2012 +0100

    Updated Spanish translation

 po/es.po |  182 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 88 insertions(+), 94 deletions(-)

commit af6852c68bfad98d9175eb10ac3efbcc9112aac8
Author: Xan Lopez <xan@igalia.com>
Date:   Tue Jan 17 12:51:07 2012 +0100

    ephy-page-menu-action: disconnect the visible handler on dispose

 src/ephy-page-menu-action.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)