commit fb59bb47bb5a9c83b0b681dd3ceba8777792fd19
Author: Xan Lopez <xlopez@igalia.com>
Date:   Mon Apr 25 15:43:22 2011 -0700

    [release] 3.0.1

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

commit 50376426e43b6a518f3d28520c621d885b325d9c
Author: alexandremazari <scaroo@gmail.com>
Date:   Wed Mar 16 13:44:05 2011 +0100

    Fix for bug 642403: Selecting text in URL bar doesn't highlight if page is encrypted
    
    https://bugzilla.gnome.org/show_bug.cgi?id=642403

 lib/widgets/ephy-location-entry.c |   40 +++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

commit 03fe13e164e3d0cf8440307381559e6f3c3d7329
Author: Alexandre Mazari <amazari@igalia.com>
Date:   Tue Apr 19 13:00:00 2011 +0200

    Slide out the status overlay when the mouse pointer goes close by.
    
    This introduces a GeditOverlayChild subclass, listening to parent
    overlay mouse events to define the escaping policy.
    The distance from which the widget "escapes" the mouse pointer
    can be set at construction time.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=643909

 embed/ephy-embed.c                        |    7 +-
 lib/widgets/Makefile.am                   |    4 +-
 lib/widgets/ephy-overlay-escaping-child.c |  307 +++++++++++++++++++++++++++++
 lib/widgets/ephy-overlay-escaping-child.h |   56 ++++++
 lib/widgets/gedit-overlay.c               |    2 +-
 5 files changed, 373 insertions(+), 3 deletions(-)

commit 31014f7ac59c499860c833fe06cbeb244159984c
Author: Arash Mousavi <amousavi@src.gnome.org>
Date:   Fri Apr 22 13:37:14 2011 +0430

    Updated Persian translation

 po/fa.po |  401 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 177 insertions(+), 224 deletions(-)

commit 863a7b28a3f27ff511378f1481fce9cd5f10892c
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Wed Apr 20 13:01:41 2011 +0100

    Updated British English translation

 po/en_GB.po |  137 ++++++++++++++++++++++++++++++----------------------------
 1 files changed, 71 insertions(+), 66 deletions(-)

commit 879c5818113582bfc1ffb7206b8e4d76088f5fbb
Author: Danilo Ĺ egan <danilo@gnome.org>
Date:   Mon Apr 18 21:52:37 2011 +0200

    Open new tabs to the right of the current one even for location entry
    Ctrl+Enter actions.
    
    Bug #647976

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

commit 5112696e8bcd857e3a9278b8fc9bbe59891bbfab
Author: Gustavo Noronha Silva <gns@gnome.org>
Date:   Sun Apr 17 14:48:28 2011 -0300

    Only unset the value after we are done with the string for 'Save Link As...'
    
    We get the string from the GValue without making a copy, so we cannot
    unset it before we are done using the string, otherwise we may end up
    with our string pointing to garbage.
    
    Bug #646724

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

commit 9d106fb898a71bca2d0aa9233b72a6423627942e
Author: Gustavo Noronha Silva <gns@gnome.org>
Date:   Sat Apr 16 17:02:19 2011 -0300

    Do not save state for popup windows
    
    Bug #580951

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

commit 44fe7350b9c253d974b050d49c6f88b3d4ef8bdb
Author: Gustavo Noronha Silva <gns@gnome.org>
Date:   Sat Apr 16 15:36:14 2011 -0300

    Better behaviour when openning new windows that are resized as tabs
    
    When a new window is opened and given a specific size and position by
    javascript, the request should only be respected if the new window is
    being opened stand alone, and considered a popup. This fixes bad
    behaviour observed when the new window became a tab on an existing
    window and messed with its size.
    
    Bug #612155

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

commit d436a108f1c30a5f937df2b05a5e5cbdf12b4d0a
Author: Gustavo Noronha Silva <gns@gnome.org>
Date:   Sat Apr 16 16:11:08 2011 -0300

    Mark windows with modified chrome as popups and only allow resizing for them
    
    A window with non-modified chrome will potentially be used as a normal
    window for browsing - there's no reason why it should be different
    from existing windows when it comes to resize policy. With this change
    we consider windows with modified chrome as popups and only set a
    default size on creation for popup windows.
    
    Bug #612155

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

commit 0ec186343a500d2662a118ad5eb0fc67275a4f9f
Author: Xan Lopez <xlopez@igalia.com>
Date:   Sun Apr 17 08:28:06 2011 -0700

    popup-commands: also group tabs opened through the context menu

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

commit d6ace50802104ef38d2272a6be4767de99923060
Author: Xan Lopez <xlopez@igalia.com>
Date:   Fri Apr 15 17:51:52 2011 -0700

    Move overlay statusbar to EphyEmbed
    
    It's where it belongs, and it will make things easier for the
    following patches in this area.

 embed/ephy-embed.c    |  168 ++++++++++++++++++++++++++++++++++++++++++++-
 embed/ephy-embed.h    |   27 ++++++--
 embed/ephy-web-view.c |  183 -------------------------------------------------
 embed/ephy-web-view.h |   11 +---
 src/ephy-window.c     |   26 ++++---
 5 files changed, 201 insertions(+), 214 deletions(-)

commit 6a3082a962422d0d15b25914eaa3cbb17443d7ef
Author: Gustavo Noronha Silva <gns@gnome.org>
Date:   Thu Apr 14 12:49:20 2011 -0300

    Rely on WebKit doing the check for mixed symbols
    
    WebKit 1.4.0 checks if symbols are being mixed before loading a
    plugin. That is more robust, so we should rely on it.
    
    Bug #647096

 configure.ac              |    2 +-
 embed/ephy-embed-single.c |   14 --------------
 2 files changed, 1 insertions(+), 15 deletions(-)

commit ff8e1b4af8c8af5afffbfd3f5b1d7a660300dba5
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Wed Apr 13 05:39:53 2011 +0200

    Updated Arabic translation

 po/ar.po |   69 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 37 insertions(+), 32 deletions(-)

commit bb0023ebb20de4a464553f8714d1135de7966dd7
Author: Xan Lopez <xlopez@igalia.com>
Date:   Mon Apr 11 11:55:58 2011 -0700

    ephy-embed-prefs: auto-shrink images by default
    
    This still has some issues, but until we figure them out I guess it's
    much better to turn the preference on than off.

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

commit 53facd8a36948cfeee40ebc2fa8c38f7237e1cdf
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Sun Apr 10 08:49:51 2011 +0300

    Updated Bulgarian translation

 po/bg.po |   33 +++++++++++++++++++--------------
 1 files changed, 19 insertions(+), 14 deletions(-)

commit a6f6c86468551d18ceda2bde3bd86f2bcc07d819
Author: Xan Lopez <xlopez@igalia.com>
Date:   Mon Apr 4 22:11:13 2011 -0700

    Update copyright for 2011.

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

commit 6bb41fcb73f0fda05c3b64b67115f2380ca1ac73
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Apr 5 07:27:10 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |   33 +++++++++++++++++++--------------
 po/zh_TW.po |   33 +++++++++++++++++++--------------
 2 files changed, 38 insertions(+), 28 deletions(-)