commit 631d563a1c59798b2eff35753339500caf51d9a6
Author: Xan Lopez <xan@gnome.org>
Date:   Mon Nov 8 18:26:35 2010 -0500

    [release] 2.91.2

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

commit 3a46327008fa129b33805cc85faa6f8dd78d1f88
Author: Xan Lopez <xan@gnome.org>
Date:   Sun Nov 7 15:15:11 2010 -0500

    ephy-web-view: use full content zoom by default
    
    As a FIXME we could support both (at the same time) somewhat easily,
    we just need to add the needed APIs in WebKitGTK+.
    
    Bug #615362

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

commit 25645b10da23df03b84989f2ff7e910f0c2069f6
Author: Xan Lopez <xan@gnome.org>
Date:   Sat Oct 30 12:38:58 2010 +0900

    ephy-web-view: remove ge-dom-mouse signals
    
    They are not even emitted anymore, and are unused.

 embed/ephy-web-view.c |   33 ---------------------------------
 embed/ephy-web-view.h |    4 ----
 2 files changed, 0 insertions(+), 37 deletions(-)

commit 35a4ffa0fdfe4fe3c993345467cd30cc61f12d0c
Author: Xan Lopez <xan@gnome.org>
Date:   Sat Oct 30 12:31:09 2010 +0900

    ephy-main: remove libnotify leftover

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

commit 77f5a28aeaa1085672d53d3848b060cab476224c
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Wed Nov 3 08:54:27 2010 +0900

    Updated Japanese translation

 po/ja.po |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 174a51819570a975cc61e642f7f26cb4bc2f9c57
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Mon Nov 1 00:56:51 2010 -0500

    tests: DBUS_LIBS is needed for libephymain.la

 tests/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit d977181645702ebf719134b5651521a0490e61fa
Author: Matthias Classen <mclassen@redhat.com>
Date:   Sat Oct 30 11:21:24 2010 +0900

    Drop usage of deprecated size-request signal
    
    Signed-off-by: Xan Lopez <xan@gnome.org>

 src/ephy-fullscreen-popup.c |   25 +++++++++++++++++++++----
 1 files changed, 21 insertions(+), 4 deletions(-)

commit 4ac121ff0e7bd0882a66b3171a855575350ca08e
Author: Xan Lopez <xan@gnome.org>
Date:   Fri Oct 29 22:38:10 2010 +0900

    Remove libnotify dependency
    
    We are going to revamp the downloads UI to fit better in the Shell
    design, but for now we can just get rid of this.

 configure.ac            |   10 -----
 embed/downloader-view.c |   84 -----------------------------------------------
 src/ephy-main.c         |    9 -----
 3 files changed, 0 insertions(+), 103 deletions(-)

commit 0bc6455d757cf8a22ad3936288ff4023ddd7e4a7
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Sat May 15 20:37:51 2010 -0500

    popup-commands: use the image name on Open image
    
    Name the temp file "<original_name>.XXXXXX" instead of "viewimageXXXXXX.tmp".
    
    Bug #302986

 src/popup-commands.c |   29 ++++++++++++++++-------------
 1 files changed, 16 insertions(+), 13 deletions(-)

commit 107681ebb16674e0cbac5d28966825ff1b05d609
Author: Xan Lopez <xan@gnome.org>
Date:   Sun Oct 24 20:11:21 2010 +0900

    Always enable Web Inspector
    
    I don't think it makes any sense to make this optional, much less to
    have a UI preference for it.

 data/epiphany.convert                  |    1 -
 data/glade/prefs-dialog.ui             |   54 --------------------------------
 data/org.gnome.epiphany.gschema.xml.in |    4 --
 embed/ephy-embed-prefs.c               |    5 +--
 lib/ephy-prefs.h                       |    1 -
 src/ephy-window.c                      |    7 ----
 src/prefs-dialog.c                     |    3 --
 7 files changed, 1 insertions(+), 74 deletions(-)

commit c255df464cf44e9687f80c5845e5f31a500f7084
Author: Xan Lopez <xan@gnome.org>
Date:   Mon Nov 2 12:10:40 2009 +0200

    Spinner changes
    
    We get rid of the spinner in the toolbar, since load information is
    already given by the floating status indicator inside the WebView.
    
    The only remaining spinner is the one in the tabs, which has been
    ported to use GtkSpinner.
    
    Get rid of EphySpinner.
    
    Fixes:
    https://bugzilla.gnome.org/show_bug.cgi?id=524809 (again)
    https://bugzilla.gnome.org/show_bug.cgi?id=598442

 doc/reference/epiphany-docs.sgml     |    1 -
 doc/reference/epiphany-sections.txt  |   10 -
 doc/reference/epiphany.types         |    2 -
 doc/reference/tmpl/ephy-spinner.sgml |   60 ---
 lib/widgets/Makefile.am              |    4 -
 lib/widgets/ephy-spinner-tool-item.c |  115 ----
 lib/widgets/ephy-spinner-tool-item.h |   62 ---
 lib/widgets/ephy-spinner.c           |  967 ----------------------------------
 lib/widgets/ephy-spinner.h           |   72 ---
 lib/widgets/testspinner.c            |  264 ---------
 src/Makefile.am                      |    2 -
 src/ephy-fullscreen-popup.c          |   56 --
 src/ephy-fullscreen-popup.h          |    3 -
 src/ephy-notebook.c                  |    8 +-
 src/ephy-toolbar.c                   |   56 --
 src/ephy-toolbar.h                   |    3 -
 src/ephy-window.c                    |    9 -
 17 files changed, 3 insertions(+), 1691 deletions(-)

commit 90f545eba59c0ecf1ea6924d909630e9a9b564c6
Author: Xan Lopez <xan@gnome.org>
Date:   Sun Oct 24 17:21:26 2010 +0900

    ephy-web-view: don't use set-scroll-adjustments signal
    
    Instead rely on notify::{h,v}adjustment

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

commit e6a1b53ad5b92b572017bc756e188ccfc86b7f9a
Author: Xan Lopez <xan@gnome.org>
Date:   Sun Oct 24 16:31:08 2010 +0900

    ephy-node-view: use new GtkScrollable APIs

 lib/widgets/ephy-node-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit dfb1741fc2daf0280e058bb456f0a952da2a5ee0
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sat Oct 23 01:05:28 2010 +0200

    Updated Catalan (Valencian) translation

 po/ca@valencia.po |  248 ++++++++++++++++++++++++++--------------------------
 1 files changed, 124 insertions(+), 124 deletions(-)

commit 60fdf062468a581293d651da936dd5485ef32c8f
Author: Matthias Classen <mclassen@redhat.com>
Date:   Thu Oct 21 18:58:08 2010 +0900

    Use the new GtkComboText APIs
    
    Signed-off-by: Xan Lopez <xan@gnome.org>

 lib/widgets/ephy-zoom-control.c       |    4 ++--
 lib/widgets/testspinner.c             |    8 ++++----
 src/bookmarks/ephy-bookmarks-editor.c |    6 +++---
 src/ephy-history-window.c             |   12 ++++++------
 4 files changed, 15 insertions(+), 15 deletions(-)

commit ab1ddba880306b133d221822cc610f1276d38e20
Author: Xan Lopez <xan@gnome.org>
Date:   Wed Oct 20 23:37:18 2010 +0900

    configure.ac: post-release version bump

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

commit 2123da9266cb291026c1795bac713c57be7d8209
Author: Xan Lopez <xan@gnome.org>
Date:   Wed Oct 20 23:36:37 2010 +0900

    configure.ac: remove .1 from paper-bag release

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

commit 2ec7e377b73170bf3ba0d7b030c6e7ef26cf54e4