commit 8e14935d12df22d9a2df02f6c346b8f799eb7098
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Mon Aug 30 16:20:12 2010 -0500

    2.30.4

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

commit 7eee8821583e67a4be06387e9a6bc9d8cb822207
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Mon Aug 30 13:17:37 2010 -0500

    lib/egg: update to libegg master
    
    Bug #580557

 lib/egg/egg-editable-toolbar.c |  296 ++++++++++++++++------------------------
 lib/egg/egg-toolbar-editor.c   |   55 ++++----
 lib/egg/egg-toolbars-model.c   |   68 +++++-----
 lib/egg/egg-toolbars-model.h   |    9 +-
 4 files changed, 186 insertions(+), 242 deletions(-)

commit 5d1520f75afdd77830ac44be2a2e9a5e5972f3da
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Mon Aug 30 13:12:14 2010 -0500

    lib/egg: update scripts
    
    Bug #580557

 lib/egg/update-from-egg.sh                  |    8 ++++++
 lib/egg/update-toolbareditor-from-libegg.sh |   35 ---------------------------
 2 files changed, 8 insertions(+), 35 deletions(-)

commit dc0953e42d8955bdb93e726fc4d232d9332b4117
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Sun Aug 22 16:03:32 2010 -0500

    ephy-favicon-cache: remove failed download files
    
    Bug #618627

 embed/ephy-favicon-cache.c |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

commit 1db0f7eb3b31540b354c81c52795da4425d34f60
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Sun Aug 22 16:10:48 2010 -0500

    ephy-favicon-cache: don't store invalid icon types
    
    Refuse to store in the cache any invalid icon type, this prevents us from
    storing 404 html pages as favicons.
    
    Bug #618627

 embed/ephy-favicon-cache.c |   59 +++++++++++++++++++++++++++++++++++--------
 1 files changed, 48 insertions(+), 11 deletions(-)

commit ebf497a3b205616375c6bbf99ca7f73fe1ea6a11
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Sun Aug 22 16:08:49 2010 -0500

    ephy-favicon-cache: remove invalid files on get
    
    When calling ephy_favicon_cache_get we might hit an invalid file type that we
    didn't catch previously, delete it.
    
    Bug #618627

 embed/ephy-favicon-cache.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 35f955dcb5c5c9fd0daa510788064e76a016a63c
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Sun Aug 22 16:01:40 2010 -0500

    ephy-favicon-cache: remove legacy EPHY_NODE_FAVICON_PROP_CHECKOLD
    
    Bug #618627

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

commit 0c764e313461fcd3cebbb765e4ecef689be17ee6
Author: Xan Lopez <xan@gnome.org>
Date:   Mon Aug 30 18:18:20 2010 +0900

    downloader-view.c: do not overwrite timeout ID
    
    We just use it to update the buttons 100ms later, so having one is
    enough. If we overwrite it we might crash down the road when we run
    the timeout on a disposed DV.

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

commit b6b6a29a4d17898b97b3e930b358c0861743edef
Author: Xan Lopez <xan@gnome.org>
Date:   Mon Aug 30 14:36:25 2010 +0900

    about.ini: reality check

 data/about.ini |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 5a7ecfa356b0bf2f3c866440101b480b379d4caf
Author: Carlos Garcia Campos <carlosgc@gnome.org>
Date:   Wed Aug 25 11:27:20 2010 +0200

    lib/widgets: use cairo_fill() instead of cairo_paint()

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

commit afcd1530536d07adce3283aa7393e498853b74c8
Author: Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Date:   Wed Aug 11 09:44:04 2010 -0300

    Make the inspector window bigger
    
    Its current size is not very helpful, and causes a small part of the
    inspector to be cut off horizontally.
    
    Bug #626625

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

commit de93b5c7c86a5fadd811594fe71ba62cdbccb214
Author: Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Date:   Mon Aug 9 19:29:58 2010 -0300

    Bring inspector window to front when the inspector requests a show
    
    Bug #626493

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

commit ed290a2258e880d867ec985476a6522981e1292d
Author: Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Date:   Mon Aug 9 18:55:26 2010 -0300

    Only show/hide the inspector window when it is detached
    
    Bug #626489

 embed/ephy-embed.c |   26 +++++++++++++++++---------
 1 files changed, 17 insertions(+), 9 deletions(-)

commit 1952b09d8479b3daf29c16973d6930f11564c4af
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Fri Aug 20 01:46:27 2010 -0500

    lib/widgets: use cairo for drawing widgets
    
    Drop deprecated gdk_* drawing functions.
    
    Bug #627450

 lib/widgets/ephy-location-entry.c |   82 +++++++++++++++++--------------------
 lib/widgets/ephy-spinner.c        |   18 +++-----
 2 files changed, 45 insertions(+), 55 deletions(-)

commit 6f39ddc6d106337ff49e29870b26ee6690060f78
Author: Josselin Mouette <joss@debian.org>
Date:   Mon Aug 16 18:44:42 2010 +0200

    Set Accept-Language header correctly
    
    This makes language autodetection, as implemented by some websites, to
    work.
    
    Most of the code stolen from libsoup.
    Original patch from Mario Sánchez Prada.
    Updated to work with non-English locales.
    Approved by Gustavo Noronha.
    
    Bug 602547

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

commit fbd15a4d2989fe2d663024941c7a56be9335dddf
Author: Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
Date:   Wed Jul 28 16:49:24 2010 +0200

    Allow attaching/detaching the inspector in Epiphany's window
    
    Bug #625640

 embed/ephy-embed.c |  122 ++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 114 insertions(+), 8 deletions(-)

commit b490b30cce583f11e161bbc7d7fc57153ad04f41
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Mon Aug 2 13:46:17 2010 +0200

    ephy-gui: remove ephy_gui_connect_checkbutton_to_gconf
    
    It's functionality can be replaced by GSettings API, plus it's not being used
    anywhere.
    
    Bug #625921

 lib/ephy-gui.c |   18 ------------------
 1 files changed, 0 insertions(+), 18 deletions(-)

commit dc4b96974596947f8214442327ad11b794106e3e
Author: Jorge Kalmbach <kalmbach@gmail.com>
Date:   Thu Jul 8 13:13:31 2010 -0300

    Defaults to ALL FILES on save_as dialogs
    
    Bug #601312

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

commit 8c2b91f910b3a68909654eb88e44ef83b7c68031
Author: Xan Lopez <xan@gnome.org>
Date:   Sun Jun 27 14:35:54 2010 +0200

    popup-commands: remove unneeded include

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

commit 5eee40749fb1738bcd2ada840f039ff4bd3bc8ab
Author: Xan Lopez <xan@gnome.org>
Date:   Sun Jun 13 00:16:28 2010 +0300

    configure.ac: update required GTK+ version

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

commit 7af882d9bb8e04ee2e451ccfff3a14d91a849704
Author: Xan Lopez <xan@gnome.org>
Date:   Sun Jun 13 00:06:04 2010 +0300

    pdm-dialog: plug leak

 src/pdm-dialog.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

commit 197e75e719b3be263be7a4d3c8764c4fb15ada19
Author: Xan Lopez <xan@gnome.org>
Date:   Sun Jun 13 00:04:06 2010 +0300

    pdm-dialog: nasty hack to compile with GSEAL enabled

 src/pdm-dialog.c |   22 ++++++++++++++++++++--
 1 files changed, 20 insertions(+), 2 deletions(-)

commit ca325b4415d057a75ebdce5bb77b4d64b485eeb6
Author: Xan Lopez <xan@gnome.org>
Date:   Sat Jun 12 22:44:24 2010 +0300

    Use accessor functions when possible

 lib/egg/egg-editable-toolbar.c |    8 ++++----
 lib/widgets/ephy-node-view.c   |    2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 1ba79d3c05d8b76c5db7af1dc867a41796cf035e
Author: Xan Lopez <xan@gnome.org>
Date:   Sat Jun 12 22:39:42 2010 +0300

    ephy-gui: remove unused method

 lib/ephy-gui.c |   25 -------------------------
 lib/ephy-gui.h |    3 ---
 2 files changed, 0 insertions(+), 28 deletions(-)

commit 063704268eb1cae7a40b3bc58e44c72333b46028
Author: Xan Lopez <xan@gnome.org>
Date:   Sat Jun 12 22:39:09 2010 +0300

    configure.ac: enable GSEAL in maintainer mode

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

commit f966d82fcf85f444b2e123f1b3af1a2591769cc4
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Tue Jun 8 02:55:27 2010 -0500

    ephy-embed: don't create Save As button manually
    
    Bug #621050

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

commit aeb53c06241e56d779cbc849baf2abdd41b04999
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Tue Jun 8 00:14:53 2010 -0500

    ephy-embed: clean up confirm_action_from_mime
    
    Avoid duplication of code.
    
    Bug #621050

 embed/ephy-embed.c |   71 ++++++++++++++++++++++++++-------------------------
 1 files changed, 36 insertions(+), 35 deletions(-)

commit 0d375c4d22ace65390274f6bdd1264d3d1af481f
Author: Frédéric Péters <fpeters@0d.be>
Date:   Fri Apr 23 12:13:53 2010 +0200

    Fixed detected feed URL for relative URIs
    
    Bug #609817

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

commit 65482f1fa3d4039f1c5753787ff597f000268397
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Sat May 15 18:42:56 2010 -0500

    tests: fix wrong variable name in Makefile

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

commit 3f4167ee98951aa84fac3ef3d3e35d0dd005532d
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Sat May 15 20:35:29 2010 -0500

    ephy-file-helpers: use g_mkstemp instead of mkstemp
    
    This allows the "XXXXXX" token to be anywhere in the tmpl string.
    
    Bug #302986

 lib/ephy-file-helpers.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1ff88115568b3905e94a985a022f16f4f3175a07
Author: Javier Jardón <jjardon@gnome.org>
Date:   Mon May 10 02:23:57 2010 +0200

    Do not access im_context GtkEntry element directly
    
    Use gtk_entry_reset_im_context() instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595791

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

commit a97c6253721d9bc701f05ce3a157458ca057e3d5
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Tue May 4 12:43:46 2010 -0500

    ephy-location-action: don't request EXTRA_COL
    
    EXTRA_COL is never used in the match_func.
    
    Bug #616345

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

commit 0d6c92c7faca90c9f2844becf1a050c49ea7974c
Author: Xan Lopez <xan@gnome.org>
Date:   Mon May 24 12:51:29 2010 +0200

    ephy-web-view: remove dom-content-loaded signal
    
    Would duplicate the functionality of the WebKit DOM signals, if it
    worked at all...

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

commit d2fa06c7251b69e20234ee41bc159ba1435c991d
Author: Xan Lopez <xan@gnome.org>
Date:   Tue May 18 23:40:01 2010 +0200

    Update copyright string

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

commit ffcd483a9dc64efe1823152fb9df98f4ba67ab0f
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Mon May 17 15:20:20 2010 -0500

    ephy-find-toolbar: highlight matches on find_again
    
    Find next and Find previous where not highlighting matches when the find
    toolbar had been closed. We now trigger a highlight when the toolbar was hidden
    when the user requested to find again.
    
    Bug #611499

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

commit a29b2c6e7561af1adc6e6a7a88f5bdf1fce2f82a
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Mon May 17 14:43:02 2010 -0500

    ephy-find-toolbar: remove ephy_find_toolbar_find_again
    
    It's used only in one place.
    
    Bug #611499

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

commit 84c7e9ac01ee93192393abf4585621eb9f87b43d
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Mon May 17 14:50:14 2010 -0500

    ephy-find-toolbar: rename EphyEmbedFindResult to EphyFindResult
    
    Bug #611499

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

commit f0ed3235ca8e4c75a454722c46d4c6e1edcca1af
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Mon May 17 14:33:07 2010 -0500

    ephy-find-toolbar: simplify find next/prev functions
    
    Add EphyFindDirection enum and consolidate the code of
    ephy_find_toolbar_find_next() and ephy_find_toolbar_find_previous().
    
    Bug #611499

 src/ephy-find-toolbar.c |   66 ++++++++++++++++++++++-------------------------
 1 files changed, 31 insertions(+), 35 deletions(-)

commit 78adecb7d05452952d3e107761d5f607f7b11478
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Mon May 17 14:10:05 2010 -0500

    ephy-find-toolbar: remove useless ephy_find_toolbar_set_selection
    
    Bug #611499

 src/ephy-find-toolbar.c |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

commit 97b3ff7c54c88940d8b931a411234c41f14dfde7
Author: Dan Winship <danw@gnome.org>
Date:   Mon May 17 14:21:26 2010 -0400

    Install introspection files in our own prefix, not g-i's
    
    https://bugzilla.gnome.org/show_bug.cgi?id=618935

 src/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 577743e397bf46569531efb8d364798f2d07d80e
Author: Diego Escalante Urrelo <descalante@igalia.com>
Date:   Thu May 13 20:22:00 2010 -0500

    ephy-embed-single: remove add_sidebar signal
    
    We removed the sidebar extension for 2.30.

 embed/ephy-embed-single.c |   20 --------------------
 embed/ephy-embed-single.h |    4 ----
 src/ephy-shell.c          |   41 -----------------------------------------
 3 files changed, 0 insertions(+), 65 deletions(-)

commit 8c5f0314a84917fd5c2bbe8f200063f4224baee9
Author: Sergio Villar Senin <svillar@igalia.com>
Date:   Thu Apr 22 17:07:33 2010 +0200

    Do not consider dots in directory names when looking for the extension of a file name

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