commit 0ee2956c1850e877e1b8c5642918bcdeb210dfec
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Dec 19 09:21:03 2013 +0200

    [release] 3.11.2

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

commit 8e05d489130b725d0fd9774e5643324be3c4f7aa
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Fri Dec 20 17:01:18 2013 +0200

    tests: add test for read-only history database creation

 tests/ephy-history-test.c | 35 +++++++++++++++++++++++------------
 1 file changed, 23 insertions(+), 12 deletions(-)

commit 8415282998dea92b550943321c1f6c5b01f77040
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Fri Dec 20 16:58:38 2013 +0200

    ephy-history-service: fix race-condition
    
    Database shouldn't be accessed from the main thread.

 lib/history/ephy-history-service.c | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

commit e9c73349fd2239f696ee236d12961eeb8a138389
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Fri Dec 20 15:24:37 2013 +0200

    Updated Greek translation

 po/el.po | 1173 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 609 insertions(+), 564 deletions(-)

commit 0f3f615c481ff54947d18202aa2a385bfe10469f
Author: Michael Catanzaro <mcatanzaro@gnome.org>
Date:   Sun Dec 15 11:41:47 2013 -0600

    Passwords dialog: fix missing edges of buttons
    
    The right edge of the remove button was cut off, as was the left edge of
    the show passwords button.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720499

 src/passwords-dialog.c            | 26 +++++++--------
 src/resources/passwords-dialog.ui | 68 ++++++++++++++++++++++++++++++---------
 2 files changed, 66 insertions(+), 28 deletions(-)

commit 87431f32e712ef1c8eeeddd80e26967979d49fc1
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Dec 18 23:19:06 2013 +0100

    Updated Galician translations

 po/gl.po | 406 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 216 insertions(+), 190 deletions(-)

commit 46fb88fe8e1ad84da779be69eb42870abb705886
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Dec 18 21:45:39 2013 +0200

    Add missing files that should be distributed

 src/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

commit 43f41b0e190f1082f2defecdbec3385fca7de9d6
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Dec 18 17:09:27 2013 +0100

    Updated Spanish translation

 po/es.po | 425 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 235 insertions(+), 190 deletions(-)

commit 21cd47c21c2f69722c1c9648b7fc7e4e92069e0c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 16 15:20:52 2013 +0100

    widgets: Fix glow button not working
    
    By updating it from Totem. It now uses CSS animations to do
    the glow, so it works again.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720531

 lib/widgets/totem-glow-button.c | 331 ++++++++--------------------------------
 lib/widgets/totem-glow-button.h |   7 +-
 2 files changed, 65 insertions(+), 273 deletions(-)

commit a09a8f0a41b0ea55f8229301f95fd915c2644a60
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 24 00:33:07 2013 +0200

    Add names to all the timeouts
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710765

 embed/ephy-embed.c                       | 7 +++++--
 embed/ephy-file-monitor.c                | 1 +
 embed/ephy-find-toolbar.c                | 1 +
 lib/widgets/ephy-location-entry.c        | 1 +
 lib/widgets/ephy-node-view.c             | 1 +
 lib/widgets/ephy-overview-store.c        | 4 +++-
 lib/widgets/totem-glow-button.c          | 1 +
 src/bookmarks/ephy-bookmark-properties.c | 1 +
 src/bookmarks/ephy-bookmarks.c           | 1 +
 src/ephy-navigation-history-action.c     | 1 +
 10 files changed, 16 insertions(+), 3 deletions(-)

commit e616f8e442e92d9d949a79a56bb8fa4b0434e9fe
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 25 18:43:21 2013 +0200

    Remember mailman passwords
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698866

 embed/web-extension/ephy-embed-form-auth.c |  1 -
 embed/web-extension/ephy-web-extension.c   | 78 +++++++++++++++++++-----------
 lib/ephy-form-auth-data.c                  | 61 +++++++++++++++--------
 lib/ephy-web-dom-utils.c                   | 18 ++++++-
 4 files changed, 106 insertions(+), 52 deletions(-)

commit ac9cae2c84ad4e8e7746429ecb9995503468c419
Author: Gustavo Noronha Silva <gns@gnome.org>
Date:   Tue Dec 17 13:34:33 2013 -0200

    Use a flag to decide if a tab is download-only
    
    There are some cases in which a view may not be able to go back and still be not
    just for a download: if the view has been opened by middle clicking somewhere or
    by having an URL provided on startup, then the navigation from the overview to
    the first page won't have happened. By tracking whether the page has ever
    committed a load we can be sure it has been opened just for the download.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720609

 embed/ephy-web-view.c | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

commit 49535fb72c8361414af2b2527de87b5a9b9efcb5
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Wed Dec 18 08:01:28 2013 -0500

    data: update screenshot

 data/epiphany.appdata.xml.in |   2 +-
 data/resize-window.sh        |   6 ++++++
 data/screenshot.png          | Bin 0 -> 202287 bytes
 3 files changed, 7 insertions(+), 1 deletion(-)

commit 6f5b054b2825de6ef301c2b87b6e7805076b84fd
Author: Reinout van Schouwen <reinouts@gnome.org>
Date:   Tue Dec 17 23:07:01 2013 +0100

    Updated Dutch translation

 po/nl.po | 1204 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 629 insertions(+), 575 deletions(-)

commit 08ce88d642e4157400280bfacd5571d0f419304d
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Tue Dec 17 18:23:59 2013 +0200

    Updated Hebrew translation
    
    Signed-off-by: Yosef Or Boczko <yoseforb@gmail.com>

 po/he.po | 353 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 186 insertions(+), 167 deletions(-)

commit c36eec7a485eab8f4a02502d53b56bf17ac685b5
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Sun Dec 15 15:57:17 2013 -0500

    Improve oops screens
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692336

 data/pages/Makefile.am           |  3 +-
 data/pages/error.css             | 49 +++++++++++++++++++++++++++
 embed/ephy-web-view.c            | 72 ++++++++++++++++++++--------------------
 src/resources/error.html         | 43 +-----------------------
 src/resources/process-crash.html | 41 +----------------------
 src/resources/recovery.html      | 44 +-----------------------
 6 files changed, 90 insertions(+), 162 deletions(-)

commit f389331b0e864bc3ff5a92bc3286987351a6c4e1
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Sun Dec 15 13:00:44 2013 -0500

    Add an about: handler
    
    https://bugzilla.gnome.org/show_bug.cgi?id=665484

 data/pages/about.css       | 37 ++++++++++++++++++++++++++++++++-
 embed/Makefile.am          |  1 +
 embed/ephy-about-handler.c | 52 ++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 89 insertions(+), 1 deletion(-)

commit 660aabdf48d44cf9b3f1c0b183fd4ba6b93d9f0a
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Sun Dec 15 11:21:43 2013 -0500

    Use the suggested filename when saving images
    
    https://bugzilla.gnome.org/show_bug.cgi?id=572819

 src/popup-commands.c | 47 +++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 41 insertions(+), 6 deletions(-)

commit 9d10f81c4765cb279df6439a11b302767f0a63b1
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Sun Dec 15 09:17:42 2013 -0500

    Cleanup context menus
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690062

 src/ephy-lockdown.c  |   4 +-
 src/ephy-window.c    |  61 ++++++++++-----------
 src/popup-commands.c | 148 ++++-----------------------------------------------
 src/popup-commands.h |   8 +--
 4 files changed, 38 insertions(+), 183 deletions(-)

commit 526b5c0bbc52b3530ad0f4a1188d155b9073f284
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Sun Dec 15 08:54:50 2013 -0500

    Remove unused popup menus
    
    Removed in the port to WebKit2
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690062

 src/resources/epiphany-ui.xml | 49 -------------------------------------------
 1 file changed, 49 deletions(-)

commit bfc575c4d97d99c425b731aa25e7e04bdf98de6c
Author: Sindhu S <sindhus@live.in>
Date:   Tue Nov 5 21:43:26 2013 +0530

    help: correct typos and punctuation
    
    Also, reflowed paragraphs.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711176

 help/C/bookmark.page       |  2 +-
 help/C/browse-webapps.page | 10 +++++-----
 help/C/introduction.page   |  7 +------
 help/C/pref-css.page       |  4 ++--
 4 files changed, 9 insertions(+), 14 deletions(-)

commit a7d05924bd0131284b897201aa821eaacbdf5250
Author: Michael Catanzaro <mcatanzaro@gnome.org>
Date:   Mon Dec 16 12:29:44 2013 -0600

    Remove empty help category

 help/C/index.page | 2 ++
 1 file changed, 2 insertions(+)

commit 8652749760c62cef64cf598fd08f9bef73878305
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Sat Dec 14 18:20:11 2013 -0500

    certificate dialog: Fix a few alignment issues
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681552

 lib/widgets/ephy-certificate-dialog.c | 33 +++++++++++++++++----------------
 1 file changed, 17 insertions(+), 16 deletions(-)

commit 3c2e46f3335711e2050dfb887c2273756f7d4c38
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Sat Dec 14 18:03:24 2013 -0500

    certificate dialog: increase default height
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681552

 lib/widgets/ephy-certificate-dialog.c | 2 ++
 1 file changed, 2 insertions(+)

commit 8f5a6efaadaa3d15d410f72bf7d70a8c136b3272
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Fri Dec 13 12:09:51 2013 -0500

    about dialog: use built in GTK GPL license
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671424

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

commit 2f91a8561c8ac98c3b088a14bdd6e6d2ffb5ba59
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Fri Dec 13 11:16:21 2013 -0500

    Make text and URLs dropped in location entry clear entry and load new URL
    
    https://bugzilla.gnome.org/show_bug.cgi?id=171180

 lib/widgets/ephy-location-entry.c |  8 +++++-
 src/ephy-location-controller.c    | 51 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 58 insertions(+), 1 deletion(-)

commit adde7359568b35b114aa8591a77193dd81b1943c
Author: María Majadas <alixis82@gmail.com>
Date:   Mon Dec 16 12:11:02 2013 +0100

    Updated Spanish translation

 help/es/es.po | 736 ++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 483 insertions(+), 253 deletions(-)

commit 13427bb686cc61e5abff0fbda321861da626c338
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Sun Dec 15 17:37:05 2013 -0500

    Fix sense of enable plugins setting

 src/prefs-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 867dd1ca3f0c35408e558f2d5303a0fd0570fc32
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Dec 15 18:30:56 2013 +0100

    Updated Galician translations

 po/gl.po | 277 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 153 insertions(+), 124 deletions(-)

commit 8f799fc9d2af47f270c3abf50dbeaf756ad27324
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Dec 13 17:27:39 2013 +0100

    Updated Spanish translation

 po/es.po | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

commit 160bbc17a7eb7bed87505045b5c00616b446f455
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Dec 13 17:22:09 2013 +0100

    Updated Spanish translation

 po/es.po | 54 +++++++++++++++++++++++-------------------------------
 1 file changed, 23 insertions(+), 31 deletions(-)

commit 5db012d636a3382079c1592014d5ac3c8614cb25
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Fri Dec 13 09:59:37 2013 -0500

    Use the correct application name in the help

 help/C/index.page        |  2 +-
 help/C/introduction.page | 13 +++++++------
 2 files changed, 8 insertions(+), 7 deletions(-)

commit 457a7346c2baf128cbd8d55cd3514f430da9a5be
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Fri Dec 13 09:47:36 2013 -0500

    Consistently use the term GNOME
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686865

 data/epiphany.appdata.xml.in        | 2 +-
 data/org.gnome.epiphany.gschema.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit ea6e8edbfb0d2a712133168cc4cea744624129e5
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Fri Dec 13 09:37:36 2013 -0500

    Just default to the general category for bugs

 data/epiphany.desktop.in.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e450a23c722931aa453310466403e262404e369c
Author: Diego Escalante Urrelo <diegoe@igalia.com>
Date:   Wed Dec 11 17:01:04 2013 +0100

    ephy-location-entry: disable icon drag for blank pages
    
    If the address being set by ephy_location_entry_set_location is NULL or
    about:blank, the entry will disable dragging for the
    GTK_ENTRY_ICON_PRIMARY icon.
    
    It is enabled by default on widget construction.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669129

 lib/widgets/ephy-location-entry.c | 29 +++++++++++++++++++++++------
 1 file changed, 23 insertions(+), 6 deletions(-)

commit ad221abf777f6d58ef33127cfc4f5bb6dd784c2b
Author: Diego Escalante Urrelo <diegoe@igalia.com>
Date:   Fri Feb 3 02:37:33 2012 -0500

    ephy-location-entry: no need to set icons activatable
    
    Icons are activatable by default in GtkEntry. No need to reiterate that.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669129

 lib/widgets/ephy-location-entry.c | 7 -------
 1 file changed, 7 deletions(-)

commit 3ab447b7d868bfa621b72398859e70eaeaf0c1d6
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Dec 12 17:49:18 2013 +0100

    cookies-dialog: remove empty "domain name" column
    
    WK2 doesn't give us access to this, so let's remove it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703492

 src/cookies-dialog.c            |  9 +++------
 src/resources/cookies-dialog.ui | 21 ++-------------------
 2 files changed, 5 insertions(+), 25 deletions(-)

commit 34d5cb92ea770ed669e1121ebb4515da475ea692
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Dec 12 11:15:28 2013 +0100

    Updated Spanish translation

 po/es.po | 326 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 174 insertions(+), 152 deletions(-)

commit fce5acfd978a6e4fc8ba914711a789bde891c7cb
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Dec 11 18:08:08 2013 +0100

    passwords-dialog: refactor copy popup code

 src/passwords-dialog.c | 31 +++++++++++--------------------
 1 file changed, 11 insertions(+), 20 deletions(-)

commit ebc4e17b25dc2ea1d6de8dbba5ec21338d8c1c47
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Wed Dec 11 16:37:37 2013 +0200

    Updated Hebrew translation

 po/he.po | 293 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 157 insertions(+), 136 deletions(-)

commit 6558780923e6926fa95aea0d5d556d22530f1e9e
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Wed Dec 11 13:45:33 2013 +0100

    Use a symbolic icon for the default favicon

 lib/widgets/ephy-location-entry.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit b28f61e52ed548788dbf04771f273b505d05a8fa
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Wed Dec 11 12:21:25 2013 +0100

    Update project urls

 data/default-bookmarks.rdf.in         | 2 +-
 data/epiphany.appdata.xml.in          | 2 +-
 epiphany.doap                         | 4 ++--
 help/C/introduction.page              | 4 +---
 src/bookmarks/ephy-bookmarks-export.c | 2 +-
 src/window-commands.c                 | 6 +-----
 6 files changed, 7 insertions(+), 13 deletions(-)

commit ec4c072218599ee180231022aece643852ff6a06
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Wed Dec 11 11:56:20 2013 +0100

    Don't show the name Epiphany

 data/default-bookmarks.rdf.in         |  2 +-
 embed/ephy-about-handler.c            |  3 ++-
 embed/ephy-embed-shell.c              |  2 +-
 lib/ephy-nss-glue.c                   |  2 +-
 lib/ephy-profile-migrator.c           | 10 +++++-----
 src/bookmarks/ephy-bookmarks-editor.c |  4 ++--
 src/bookmarks/ephy-bookmarks-export.c |  2 +-
 7 files changed, 13 insertions(+), 12 deletions(-)

commit f20f002c3e44006402af5a7d2387e30385d4d578
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Wed Dec 11 11:04:51 2013 +0100

    Improve phrasing of the save password infobar
    
    https://bugzilla.gnome.org/show_bug.cgi?id=615742

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

commit ffc391d4b16ae2e9b4d70570ab3a2952ce77c88f
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Tue Dec 10 19:14:32 2013 +0100

    Add a popup menu to copy username and password
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720239

 src/passwords-dialog.c            | 95 +++++++++++++++++++++++++++++++++++++++
 src/resources/passwords-dialog.ui | 25 ++++++++++-
 2 files changed, 119 insertions(+), 1 deletion(-)

commit 114f45faef774f32c7090d0e54c168389bd4f0ea
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Tue Dec 10 15:32:12 2013 +0100

    Add a new passwords dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720239

 po/POTFILES.in                    |   2 +
 src/Makefile.am                   |   2 +
 src/epiphany.gresource.xml        |   1 +
 src/passwords-dialog.c            | 454 ++++++++++++++++++++++++++++++++++++++
 src/passwords-dialog.h            |  56 +++++
 src/prefs-dialog.c                |  14 ++
 src/resources/passwords-dialog.ui | 266 ++++++++++++++++++++++
 src/resources/prefs-dialog.ui     |  49 +++-
 8 files changed, 833 insertions(+), 11 deletions(-)

commit 0c14b9d1ae62b5de912c5b8831abc0ff4de7a900
Author: Gustavo Noronha Silva <gns@gnome.org>
Date:   Wed Dec 11 12:44:57 2013 +0100

    Change default charset to iso-8859-1 for greater web compatibility
    
    When servers reply with no explicit charset and the page does not specify a
    charset either, the default behaviour on the web has been to consider the
    contents to be in the iso-8859-1 encoding. That is why WebKit's default charset
    setting defaults to iso-8859-1. By changing that default to UTF-8 we break
    some web sites, such as http://www.planalto.gov.br/ccivil_03/leis/lcp/lcp101.htm.
    
    This change restores web compatibility by using the same default as WebKit.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720247

 data/org.gnome.epiphany.gschema.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 480634f1262d6be652746e98e0caaf7d974220bd
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Mon Dec 9 21:05:01 2013 +0100

    Remove the headless mode
    
    We don't need it anymore now that the search provider is in its own
    binary

 src/ephy-main.c    |  6 ------
 src/ephy-session.c |  2 +-
 src/ephy-shell.c   | 30 +++++-------------------------
 src/ephy-shell.h   |  2 --
 4 files changed, 6 insertions(+), 34 deletions(-)

commit 78e8d7f045396cd753a73f9106e19b3bb3fe5d57
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Mon Dec 9 20:16:02 2013 +0100

    Move the search provider to its own binary
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711409

 data/Makefile.am                   |   2 +-
 data/epiphany-search-provider.ini  |   4 +-
 data/org.gnome.Epiphany.service.in |   4 +-
 src/Makefile.am                    |  30 ++++++++++-
 src/ephy-search-provider-main.c    |  46 +++++++++++++++++
 src/ephy-search-provider.c         | 101 +++++++++++++++++++++++--------------
 src/ephy-search-provider.h         |   8 ---
 src/ephy-shell.c                   |  48 ------------------
 8 files changed, 143 insertions(+), 100 deletions(-)

commit 83affc44c78a486fa77db47a469a28d17771b64e
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Wed Dec 11 10:15:50 2013 +0100

    Make the history service work even when the database could not be opened
    
    The history could be used by the search provider even before the ephy
    config dir has been created, if epiphany has never been launched. In
    such case, the methods will simply fail to get results, and the search
    provider will only return the special case for searching in the web.

 lib/history/ephy-history-service.c | 80 +++++++++++++++++++++-----------------
 1 file changed, 44 insertions(+), 36 deletions(-)

commit 7c7c8fb8432ea04c14d70138a4de12675fa2fa0f
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Mon Dec 9 19:46:23 2013 +0100

    Create the EphyCompletionModel with a history service and bookmarks objects
    
    Instead of getting them from the global shell.

 src/ephy-completion-model.c        | 59 +++++++++++++++++++++++++++++++-------
 src/ephy-completion-model.h        |  4 ++-
 src/ephy-location-controller.c     |  6 +++-
 src/ephy-search-provider.c         |  3 +-
 tests/ephy-completion-model-test.c |  6 ++--
 5 files changed, 62 insertions(+), 16 deletions(-)

commit d90f134be3b8c19190fd4a2052c92a9003f60023
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Mon Dec 9 19:17:49 2013 +0100

    Add a way to create a history service in read only mode

 embed/ephy-embed-shell.c                   |  2 +-
 lib/ephy-profile-migrator.c                |  2 +-
 lib/history/ephy-history-service-private.h |  1 +
 lib/history/ephy-history-service.c         | 57 +++++++++++++++++++++++++++---
 lib/history/ephy-history-service.h         |  2 +-
 tests/ephy-history-test.c                  |  2 +-
 6 files changed, 57 insertions(+), 9 deletions(-)

commit 81064ab7dc8cf2ba18c9f936e34a9f6e49c2c1ab
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Dec 11 10:40:06 2013 +0100

    Updated Galician translations

 po/gl.po | 751 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 374 insertions(+), 377 deletions(-)

commit 8471a4953dff8bebc8d7ca1bca6a9d9b48853ecc
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Dec 10 13:01:40 2013 +0100

    Updated Spanish translation

 po/es.po | 836 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 425 insertions(+), 411 deletions(-)

commit 228d7e1f2cdf213dac1dd103868a68c1df244082
Author: Gustavo Noronha Silva <gns@gnome.org>
Date:   Tue Dec 10 11:10:40 2013 +0100

    Fix build warning

 src/ephy-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 29c990d5a4662467e4708db1ab1cc06c4901fc7f
Author: Gustavo Noronha Silva <gns@gnome.org>
Date:   Sat Aug 10 22:06:32 2013 -0300

    If a tab is created only for a download, close it
    
    If a tab that has just been created ends up being just a download, then
    close it down. If it's the only one on the window, then make it show the
    overview instead.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=607233

 embed/ephy-web-view.c | 27 ++++++++++++++++++++++++---
 src/ephy-window.c     | 31 +++++++++++++++++++++++++++++++
 2 files changed, 55 insertions(+), 3 deletions(-)

commit cd8d55b2ed35834645c48ae82be496db58c4ad66
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Mon Dec 9 23:16:28 2013 +0200

    Updated Hebrew translation

 po/he.po | 710 +++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 352 insertions(+), 358 deletions(-)

commit b7a9225df3be91a454d7ba6b60f5070df6a59b9d
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Mon Dec 9 23:15:37 2013 +0200

    Mark more some strings as translatable

 src/resources/clear-data-dialog.ui | 4 ++--
 src/resources/cookies-dialog.ui    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 3582dd8642fdee5869dad8dfeb69fa5930c5938e
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Mon Dec 9 23:00:41 2013 +0200

    Updated POTFILES.in

 po/POTFILES.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit d84c226b9093befcdfc270640c0f9cb6480062a5
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Mon Dec 9 18:25:31 2013 +0100

    Remove personal data manager
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720113

 po/POTFILES.in                             |    1 -
 src/Makefile.am                            |    2 -
 src/ephy-shell.c                           |   34 -
 src/ephy-shell.h                           |    2 -
 src/ephy-window.c                          |    6 +-
 src/pdm-dialog.c                           | 1428 ----------------------------
 src/pdm-dialog.h                           |   73 --
 src/resources/epiphany-application-menu.ui |    5 -
 src/resources/epiphany-ui.xml              |    1 -
 src/resources/epiphany.ui                  |  492 ----------
 src/window-commands.c                      |   16 -
 src/window-commands.h                      |    2 -
 12 files changed, 1 insertion(+), 2061 deletions(-)

commit fe3929b956467e05e1fd3d3b7d7d477963fd9c02
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Mon Dec 9 17:39:04 2013 +0100

    Hook up new cookies dialog to prefs dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720113

 src/prefs-dialog.c            | 15 ++++++++++++
 src/resources/prefs-dialog.ui | 55 +++++++++++++++++++++++++++++++++----------
 2 files changed, 57 insertions(+), 13 deletions(-)

commit 017864109e3d47662f72851d6383ffdb16c3ffce
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Mon Dec 9 17:29:04 2013 +0100

    Create a new cookies dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720113

 po/POTFILES.in                  |   1 +
 src/Makefile.am                 |   2 +
 src/cookies-dialog.c            | 398 ++++++++++++++++++++++++++++++++++++++++
 src/cookies-dialog.h            |  56 ++++++
 src/epiphany.gresource.xml      |   1 +
 src/resources/cookies-dialog.ui | 191 +++++++++++++++++++
 6 files changed, 649 insertions(+)

commit 0a301e9086cc33364baa9165dfbf8c525fd9697e
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Mon Dec 9 15:25:37 2013 +0100

    Create a new clear data dialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720113

 po/POTFILES.in                     |   1 +
 src/Makefile.am                    |   3 +
 src/clear-data-dialog.c            | 215 ++++++++++++++++++++++++++++++++++++
 src/clear-data-dialog.h            |  68 ++++++++++++
 src/epiphany.gresource.xml         |   1 +
 src/prefs-dialog.c                 |  11 +-
 src/resources/clear-data-dialog.ui | 221 +++++++++++++++++++++++++++++++++++++
 7 files changed, 517 insertions(+), 3 deletions(-)

commit c591b77da1a6bf2fe7eb07d4de2047b0d865de32
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Mon Dec 9 18:56:57 2013 +0100

    prefs dialog: set dialog type hint

 src/resources/prefs-dialog.ui | 1 +
 1 file changed, 1 insertion(+)

commit 59b65f3d81812ab5a2eb89bae204fb32b79a41ad
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Mon Dec 9 19:53:07 2013 +0100

    Don't try to set the wrong value for cookie policy
    
    The builder template system wants us to to use underscores for
    the widget names but the gsettings values for these widgets
    use dashes. So, translate between then in the mapping functions.

 src/prefs-dialog.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

commit d31d3ab5b5be55e8f8f679d4c2b9c643b08e8300
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Mon Dec 9 03:03:05 2013 +0100

    prefs: make the dialog modal
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720098

 src/resources/prefs-dialog.ui | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e65f35d580b52af7e74a845132d809a5e854719b
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Mon Dec 9 02:32:00 2013 +0100

    prefs: use GtkDialog instead of EphyDialog
    
    https://bugzilla.gnome.org/show_bug.cgi?id=720098

 src/Makefile.am                    |   1 +
 src/ephy-shell.c                   |  17 +-
 src/epiphany.gresource.xml         |   1 +
 src/prefs-dialog.c                 | 535 +++++++++++++++++++++----------------
 src/prefs-dialog.h                 |   8 +-
 src/resources/prefs-dialog.ui      | 182 +------------
 src/resources/prefs-lang-dialog.ui | 124 +++++++++
 src/window-commands.c              |  12 +-
 8 files changed, 457 insertions(+), 423 deletions(-)

commit 0751d18998c9713cfb112a1ace6f072e97a22975
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Mon Dec 9 13:37:27 2013 +0200

    ephy-find-toolbar: Remove unused variable

 embed/ephy-find-toolbar.c | 1 -
 1 file changed, 1 deletion(-)

commit 78b0f5ad9292edeb872bc8f418d6bc24804208fd
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Mon Dec 9 13:37:04 2013 +0200

    ephy-find-toolbar: Close the search bar when loading new page in the current tab
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710542

 embed/ephy-find-toolbar.c | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

commit 610586172fd8492f826adcba0f7685bf14db747e
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Mon Dec 9 13:32:53 2013 +0200

    Create a find toolbar to each tab
    
    https://bugzilla.gnome.org/show_bug.cgi?id=710542

 embed/Makefile.am         |   2 +
 embed/ephy-embed.c        |  39 +++
 embed/ephy-embed.h        |  38 +--
 embed/ephy-find-toolbar.c | 712 +++++++++++++++++++++++++++++++++++++++++++++
 embed/ephy-find-toolbar.h |  86 ++++++
 src/Makefile.am           |   2 -
 src/ephy-find-toolbar.c   | 714 ----------------------------------------------
 src/ephy-find-toolbar.h   |  87 ------
 src/ephy-private.h        |   2 +-
 src/ephy-window.c         |  35 +--
 src/window-commands.c     |   6 +-
 11 files changed, 868 insertions(+), 855 deletions(-)

commit a35c0f13f73a60beab918830e6ee826c75774e20
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Dec 8 20:08:49 2013 +0100

    web-extension: do not pass data uris through the uri tester
    
    As this is always going to fail. Also it can be pretty slow
    for large data.

 embed/web-extension/ephy-web-extension.c | 4 ++++
 1 file changed, 4 insertions(+)

commit 605c7309b5866ceeea55de6c803f3984978bd371
Author: William Jon McCann <william.jon.mccann@gmail.com>
Date:   Fri Oct 4 13:25:44 2013 -0400

    Center and expand tabs
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709444

 src/ephy-notebook.c | 44 +++++++++++++++++++++++++++++---------------
 1 file changed, 29 insertions(+), 15 deletions(-)

commit 3df6f8c4678f1a0068ed06576180c2e9a4c1629e
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Sun Dec 8 12:40:12 2013 +0100

    Remove all WebKit1 code
    
    We are using WebKit2 unconditionally already.

 configure.ac                          |   2 -
 embed/ephy-embed-prefs.c              |   4 -
 embed/ephy-web-view.c                 |   8 -
 lib/ephy-smaps.c                      |   9 -
 lib/ephy-snapshot-service.c           |  65 -----
 lib/ephy-snapshot-service.h           |   4 -
 lib/ephy-web-app-utils.c              |  18 --
 lib/ephy-web-app-utils.h              |   5 -
 lib/widgets/ephy-download-widget.c    |  99 -------
 lib/widgets/ephy-hosts-store.c        |  79 +----
 lib/widgets/ephy-location-entry.c     |  11 -
 lib/widgets/ephy-overview-store.h     |   4 -
 src/Makefile.am                       |   4 -
 src/bookmarks/ephy-bookmark-action.c  |  68 +----
 src/bookmarks/ephy-bookmarks-editor.c |  75 -----
 src/bookmarks/ephy-bookmarks.c        |  24 --
 src/ephy-completion-model.c           |  29 +-
 src/ephy-encoding-dialog.c            |  35 +--
 src/ephy-encoding-menu.c              |  23 +-
 src/ephy-find-toolbar.c               | 216 +-------------
 src/ephy-history-window.c             |   6 -
 src/ephy-navigation-history-action.c  | 171 +----------
 src/ephy-notebook.c                   |   8 -
 src/ephy-session.c                    |  56 +---
 src/ephy-shell.c                      |  31 --
 src/ephy-shell.h                      |   8 -
 src/ephy-window.c                     | 527 ----------------------------------
 src/pdm-dialog.c                      | 199 -------------
 src/popup-commands.c                  | 114 --------
 src/popup-commands.h                  |   6 -
 src/resources/epiphany-ui.xml         |  11 -
 src/window-commands.c                 | 189 +-----------
 tests/ephy-session-test.c             |  97 -------
 tests/ephy-shell-test.c               |  38 ---
 tests/ephy-test-utils.c               |  12 -
 tests/ephy-web-view-test.c            |  78 +----
 36 files changed, 33 insertions(+), 2300 deletions(-)

commit 7213d38a3c024a0b189f053655e76a3c976c7dbc
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Thu Dec 5 18:43:25 2013 +0200

    Updated Hebrew translation

 po/he.po | 46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

commit ed446c6b2acb6438c717515eb02f60dcad2f8b0d
Author: Michael Catanzaro <mcatanzaro@gnome.org>
Date:   Sun Dec 1 17:33:01 2013 -0600

    Fix text encoding dialog
    
    Same issue and fix as the Seahorse bug below:
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703825

 src/resources/epiphany.ui | 1 +
 1 file changed, 1 insertion(+)

commit 8fb16adc916070b180166db0a599cb297d9ba51a
Author: Andres Gomez <agomez@igalia.com>
Date:   Wed Nov 27 12:48:22 2013 +0200

    uri-tester: Compile regex in JavaScript compatibility mode
    
    AddBlock regexes now are compiled in JavaScript compatibility mode to
    avoid the errors happening from using the patterns from
    https://easylist-downloads.adblockplus.org/easylist.txt .
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719399

 embed/uri-tester.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3101ac0913cc763bf0e73bf58fca047619aa9029
Author: Andres Gomez <agomez@igalia.com>
Date:   Wed Nov 27 12:51:49 2013 +0200

    uri-tester: Avoid critical when unref-ing NULL regex
    
    When a regex compilation fails we get an error and NULL. No need to
    unref the NULL pointer.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=719405

 embed/uri-tester.c | 1 -
 1 file changed, 1 deletion(-)

commit 42b974c9c0d0a3fbd43f9ffc3b32bcb17df5e0cd
Author: Daniel Wyatt <Daniel.Wyatt@gmail.com>
Date:   Tue Nov 26 10:14:00 2013 +0000

    ephy-history-view: Call parent class on button release handler
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696653

 lib/widgets/ephy-history-view.c | 3 +++
 1 file changed, 3 insertions(+)

commit 957176aa10af684f1dbf2b36381969c4adb01900
Author: 甘露(Gan  Lu) <rhythm.gan@gmail.com>
Date:   Sat Nov 23 16:32:45 2013 +0800

    Update Chinese simplified translation

 po/zh_CN.po | 628 +++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 351 insertions(+), 277 deletions(-)

commit 05f2af52e39729669e545dc55e78e824a0065fc0
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Sat Nov 23 00:17:47 2013 +0200

    Updated Greek translation

 help/el/el.po | 407 ++++++++++++++++++++++++++++------------------------------
 1 file changed, 197 insertions(+), 210 deletions(-)

commit d10f7619c584241abb9a5280433e1b4740a21c82
Author: Armin K <krejzi@email.com>
Date:   Thu Nov 21 14:14:33 2013 +0100

    wrap libwnck code so it runs only on X11
    
    This is necessary to use Epiphany on Weston, the
    Wayland compositor without having to run XWayland.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708955

 src/ephy-shell.c  | 4 +++-
 src/ephy-window.c | 6 +++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 1e232e3dd56431f3eff1550120b7f4ce1ee4f178
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Thu Nov 21 14:56:47 2013 +0200

    configure.ac: Add -Wno-deprecated-declarations flag

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6c1b8a300fbdfca8046d60adb1b72dddd15c5440
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Thu Nov 21 14:55:17 2013 +0200

    Use margin-start/end instead of margin-left/right
    
    Also bump required GTK+ version for them.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=712801

 configure.ac                        | 2 +-
 lib/widgets/nautilus-floating-bar.c | 4 ++--
 src/ephy-toolbar.c                  | 4 ++--
 3 files changed, 5 insertions(+), 5 deletions(-)

commit b0f30bad0c1f6654055cb57cdb47a60902fb505c
Author: Yosef Or Boczko <yoseforb@gmail.com>
Date:   Thu Nov 21 13:58:02 2013 +0200

    ephy-toolbar: Port to GtkHeaderBar
    
    https://bugzilla.gnome.org/show_bug.cgi?id=711668

 src/ephy-toolbar.c | 86 ++++++++++++------------------------------------------
 src/ephy-toolbar.h |  4 +--
 src/ephy-window.c  | 10 +------
 3 files changed, 22 insertions(+), 78 deletions(-)