commit 5883499dcafcc6aa8c12b58881b640ef9ef6df41
Author: Xan Lopez <xan@igalia.com>
Date:   Wed Feb 6 18:53:03 2013 +0100

    [release] 3.7.5

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

commit 8b63fec4044035369c3552c7324b5b42ca112686
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Fri Feb 1 20:11:33 2013 +0100

    Don't ask Xlib to skip ARGB visuals
    
    WebKit uses GLX windows internally, which will have alpha. If any
    of those windows receives an event, Gtk will attempt to create a
    foreign GdkWindow wrapping them, and will crash because XGetWindowAttributes
    will return a NULL visual.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693030

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

commit 05bf9a53c2e0ef8c0ce13450fc853e7b4d247ae4
Author: Xan Lopez <xan@igalia.com>
Date:   Tue Feb 5 18:58:35 2013 +0100

    configure.ac: depend on glib 2.35.6
    
    A few important fixes in there that we'd rather have to avoid lots of
    bug reports.

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

commit 68b8b6c71285308722cabd1616cc1a8eafde304b
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Mon Feb 4 06:44:22 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 1038 ++++++++++++++++++++++++++++++-----------------------------
 po/zh_TW.po | 1038 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 1056 insertions(+), 1020 deletions(-)

commit d47a2715b7067873599a3a06c3fbaa3832174fe4
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   Sat Feb 2 11:52:58 2013 +0900

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

 po/ug.po |  163 ++++++++++++++++---------------------------------------------
 1 files changed, 43 insertions(+), 120 deletions(-)

commit 798ac3a993db2214a95420800e1568ae47ba7403
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Jan 31 20:08:38 2013 +0100

    Updated Polish translation

 po/pl.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 5e0d02a61fe1dec214639b818a2c6d32b2a00493
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Thu Jan 31 20:05:48 2013 +0100

    Updated Polish translation

 po/pl.po |  503 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 244 insertions(+), 259 deletions(-)

commit dc9b975eec07f2e322af20ef2eb3cc0b5480ca80
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Thu Jan 31 16:08:09 2013 +0100

    Updated Basque language

 po/eu.po | 2305 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 1375 insertions(+), 930 deletions(-)

commit 90cc36c69be4e11102a4f34dbac00f5d39687c10
Author: Gustavo Noronha Silva <gns@gnome.org>
Date:   Tue Jan 29 00:42:21 2013 -0200

    ephy-node-db: build fix; log node db saving to where filename is available

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

commit 9483e9e52af9b36ad41215063b616e960928d78a
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Sun Jan 27 18:02:53 2013 +0200

    ephy-file-helpers: remove ephy_file_switch_temp_file()
    
    It is racy and it is unnecessary as we've replaced all its instances
    with g_file_set_contents().

 doc/reference/epiphany-sections.txt |    1 -
 lib/ephy-file-helpers.c             |  109 -----------------------------------
 lib/ephy-file-helpers.h             |    2 -
 tests/ephy-file-helpers-test.c      |   73 -----------------------
 4 files changed, 0 insertions(+), 185 deletions(-)

commit 213b032a24ac9286af1f5ab3a4087d64eef12f52
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Jan 23 13:54:47 2013 +0200

    ephy-bookmarks-export: use g_file_set_contents() when saving to RDF
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691794

 src/bookmarks/ephy-bookmarks-export.c |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

commit fdf27e6538f0aefb1f5d1f7fcc72d6e3668b8749
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Jan 23 13:54:21 2013 +0200

    ephy-node-db: use g_file_set_contents() when saving to disk
    
    Since g_file_set_contents() is atomic and already takes care of saving
    first to a temporary file, we don't need to use
    ephy_file_switch_temp_file().
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691794

 lib/ephy-node-db.c |   27 ++++++++++++---------------
 1 files changed, 12 insertions(+), 15 deletions(-)

commit 76de6c62ecf84b26e703ebe8eefa8fb55eec807e
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Jan 24 15:23:59 2013 +0100

    Updated Hungarian translation

 po/hu.po |  965 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 451 insertions(+), 514 deletions(-)

commit dd549d1fbf78ea1c49b2e57ac8f59aa54da41fea
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Jan 23 13:09:04 2013 +0100

    Updated Norwegian bokmål translation

 po/nb.po |  339 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 162 insertions(+), 177 deletions(-)

commit 6f5a2ad3c592e9c04664716ec63f4f311d34add8
Author: David King <amigadave@amigadave.com>
Date:   Tue Jan 22 19:49:58 2013 +0000

    Set a document basename when printing to a file
    
    Bump GTK+ dependency to 3.5.4, where the new print-to-file support was
    added to GtkPrintSettings.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=692337

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

commit d6ebacf7c2f5a5955e31b91dc09999d3e8dbbcca
Author: Tobias Endrigkeit <tobiasendrigkeit@googlemail.com>
Date:   Mon Jan 21 20:02:04 2013 +0100

    [l10n] Updated German translation

 po/de.po | 1605 +++++++++++++++++++-------------------------------------------
 1 files changed, 489 insertions(+), 1116 deletions(-)

commit a0588944139bfc72f2a68d352b11b74db47a940d
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   Sat Jan 19 11:01:28 2013 +0900

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

 po/ug.po | 3524 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 1909 insertions(+), 1615 deletions(-)

commit c0a35fb104bb71984526b2ac00b9b50c5403ab13
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Jan 18 10:52:55 2013 +0100

    Updated Serbian translation

 po/sr.po       |  980 ++++++++++++++++++++++++++------------------------------
 po/sr@latin.po |  980 ++++++++++++++++++++++++++------------------------------
 2 files changed, 924 insertions(+), 1036 deletions(-)

commit d844231d3ff566547bb400140af55da4b8a8c476
Author: Xan Lopez <xan@igalia.com>
Date:   Thu Jan 17 23:55:07 2013 +0100

    Remove ability to open URIs in the clipboard through middle click
    
    This is disabled by default, pretty obscure, and problematic to port
    properly to WebKit2. So just drop the code.

 data/epiphany.convert               |    1 -
 data/org.gnome.epiphany.gschema.xml |    5 --
 lib/ephy-prefs.h                    |    1 -
 src/ephy-window.c                   |   78 -----------------------------------
 4 files changed, 0 insertions(+), 85 deletions(-)

commit 41333ff1b7e365e48d185361a09f267736febe5b
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jan 13 18:01:17 2013 +0100

    Updated Galician translations

 po/gl.po |  301 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 151 insertions(+), 150 deletions(-)

commit b61426e296555fec1aa6211a5d9dc6c8e341462c
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Jan 12 23:03:03 2013 +0100

    Updated Slovenian translation

 po/sl.po |  490 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 251 insertions(+), 239 deletions(-)

commit 2c9fc0f3af7a51f1fead38c65706604022663b5f
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Sun Oct 7 19:19:54 2012 +0200

    EphyWindow: don't connect to scroll-event on the web view
    
    Doing so prevents the correct delivery of scroll DOM events,
    and at time causes the wrong part of the page to scroll (or
    none at all).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684243

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

commit a5ae9c3e3ade32d7dafbb4ec841eb9197b911e0d
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Fri Jan 11 12:57:00 2013 +0100

    ephy-enbed: Check URI is ephy-about:overview instead of about:overview
    
    To set the overview mode or not because ephy_web_view_get_address()
    returns the internal URI, not the one exposed to the UI.

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

commit e0024b7841b206eb5fa6bdb553ffe7b8e56cf133
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Fri Jan 11 12:55:42 2013 +0100

    ephy-web-view: Do not convert ephy-about URIs in ephy_web_view_location_changed()
    
    We handle ephy-about URIs intetnally, they are converted to about: when
    needed.

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

commit ebe9853a9973d1bf07526089014ae4cabd17628d
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Fri Sep 21 18:44:51 2012 +0200

    Port delete web application to WebKit2
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684448

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

commit f256d7fc2dac4f1a3abbcc594be51f62b6f13496
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Fri Sep 21 18:42:12 2012 +0200

    Don't use DOM bindings to delete a web application from about:applications
    
    Use a different form for every web application with a hidden value
    containing the application id. Then use the policy client to ignore any form
    submission from about:applications and delete the application instead,
    reloading the about:applications page. This solution will work for
    WebKit2 too.

 embed/ephy-about-handler.c |   15 +++++--
 embed/ephy-web-view.c      |   89 +-------------------------------------------
 src/ephy-window.c          |   32 ++++++++++++++++
 3 files changed, 44 insertions(+), 92 deletions(-)

commit 148238b49a703b0b3c971a3ae7d430d44a20693a
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Wed Jan 9 14:54:24 2013 +0100

    ephy-web-view: Strip the query from the URL for about:applications
    
    When a web application is deleted from about:applications, the form
    submitted reloads the page adding hidden fields to the URI.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691417

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

commit be49b7a2e25a6e6f6941240d9f9a5542c34ffd95
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Wed Jan 9 14:52:24 2013 +0100

    ephy-web-view: Do not update the URL when changed during committed state
    
    Similar to what we do in WebKit2, do not update the URL when view uri
    changes while loading, because we already update the URL manually when
    the load is committed.

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

commit c4c0f51735760c465b4c7273681800d97f861885
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Fri Jan 11 09:15:46 2013 +0100

    ephy-web-view: Remove special case for plugins in get_title_from_address()
    
    The title is already set by the plugins HTML in the about handler.

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

commit 3d5f2529cb79344cce1ab87eaf3ec99bd0d31196
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Fri Jan 11 09:14:04 2013 +0100

    ephy-web-view: Don't change is_blank property depending on the title
    
    In WebKit1 the notify::title signal is emitted twice for every load,
    first with NULL to reset the title and then with the actual title. A
    NULL title doesn't necessarily means the page is about:blank, and the
    property is updated already by ephy_web_view_set_address.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691416

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

commit 11d8b3ed3849e4ed18e9741af5ce316c4ccb29b8
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Fri Jan 11 09:11:11 2013 +0100

    ephy-string: Handle about: and ephy-about: as special cases in ephy_string_get_host_name()
    
    And return NULL like for file:// URIs.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691416

 lib/ephy-string.c        |    6 +++++-
 tests/ephy-string-test.c |    2 ++
 2 files changed, 7 insertions(+), 1 deletions(-)

commit 23525a8bc71de569ade7dd809d2473eacbcee77c
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Wed Sep 5 11:11:56 2012 +0200

    ephy-session: Use a XML memory writer and save the contents with g_file_replace_contents()
    
    The code is simpler and g_file_replace_contents() can be cancelled.

 src/ephy-session.c |   31 +++++++++++++++++--------------
 1 files changed, 17 insertions(+), 14 deletions(-)

commit 0de940e6085f904c3ae31a80c79fdc9bec1d6e03
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Mon Oct 8 11:54:19 2012 +0200

    ephy-session: save session in a thread to avoid blocking the UI
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681832

 src/ephy-session.c |  333 ++++++++++++++++++++++++++++++++++++---------------
 src/ephy-session.h |    3 +-
 2 files changed, 236 insertions(+), 100 deletions(-)

commit 187b79ff05ca2e8bb99932bb075304b0905accf6
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Wed Jan 9 06:29:51 2013 +0200

    Updated Bulgarian translation

 po/bg.po |  770 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 361 insertions(+), 409 deletions(-)

commit 2b7d0c23b5370e3c002b57156520c5b52f321e65
Author: Dušan Kazik <prescott66@gmail.com>
Date:   Tue Jan 8 21:21:52 2013 +0100

    Updated slovak translation

 po/sk.po |  780 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 366 insertions(+), 414 deletions(-)

commit baabd8e2185a38113a945cff07a4ccd7ae42b048
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Tue Jan 8 11:33:59 2013 +0100

    ephy-session: Remove ephy_session_queue_command() API
    
    This is unused now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641739

 src/ephy-session.c |  146 ----------------------------------------------------
 src/ephy-session.h |    7 ---
 2 files changed, 0 insertions(+), 153 deletions(-)

commit aff7854dd623643a1d76676508dbb9265a4c3bc1
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Tue Jan 8 11:30:38 2013 +0100

    ephy-session: Remove EPHY_SESSION_CMD_OPEN_URIS
    
    Add ephy_session_open_uris() instead and use it from EphyShell instead
    of scheduling a command.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641739

 src/ephy-session.c        |  172 +++++++++++++++++++++++++++++----------------
 src/ephy-session.h        |    8 ++-
 src/ephy-shell.c          |   26 ++-----
 tests/ephy-session-test.c |    7 +--
 4 files changed, 124 insertions(+), 89 deletions(-)

commit 5a570470ebdd1f3ed5aa2977a40bb85623b336e6
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Mon Aug 13 20:41:31 2012 +0200

    ephy-session: Remove EPHY_SESSION_CMD_MAYBE_OPEN_WINDOW_RESTORE
    
    It's currently unused.

 src/ephy-session.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit bfec1c2ce916b0a0054ccfdf5491132478e907f5
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Mon Oct 8 11:44:06 2012 +0200

    ephy-session: Remove EPHY_SESSION_CMD_MAYBE_OPEN_WINDOW
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641739

 src/ephy-session.c |   43 ++++++++++++++++++++++---------------------
 src/ephy-session.h |    1 -
 2 files changed, 22 insertions(+), 22 deletions(-)

commit 59b0526207799db5e5e3039963e1cb0d08cc7642
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Mon Oct 8 11:39:31 2012 +0200

    ephy-session: Add ephy_session_resume() and use it instead of queueing a resume command
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641739

 src/ephy-session.c        |  171 +++++++++++++++++++++++++--------------------
 src/ephy-session.h        |   10 +++-
 src/ephy-shell.c          |   34 +++++++---
 tests/ephy-session-test.c |    7 +--
 4 files changed, 130 insertions(+), 92 deletions(-)

commit b18992cb830ce129ba6b9b1132f0921414554bb8
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Mon Aug 13 19:33:00 2012 +0200

    ephy-session: Use ephy_session_load() directly instead of queueing a load session command
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641739

 src/ephy-session.c |   11 ++---------
 src/ephy-session.h |    1 -
 src/ephy-shell.c   |    6 ++----
 3 files changed, 4 insertions(+), 14 deletions(-)

commit 12415ad405dc6a9bcc42bd693d22c9b857e9bab3
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Mon Oct 8 11:19:01 2012 +0200

    ephy-session: Load the session asynchronously
    
    Make ephy_session_load() asynchronous and add
    ephy_session_load_from_stream() to replace
    ephy_session_load_from_string(). Use a xml sax parser now that is fed
    from a GInputStream.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=681782

 src/ephy-session.c        |  689 ++++++++++++++++++++++++++++++++-------------
 src/ephy-session.h        |   54 ++--
 tests/ephy-session-test.c |   37 +++-
 3 files changed, 558 insertions(+), 222 deletions(-)

commit d7e638c985039dc4521273846bbbac7295564b87
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Jan 8 14:42:24 2013 +0100

    Updated Spanish translation

 po/es.po |  178 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 87 insertions(+), 91 deletions(-)

commit ef858aacef74424d56cab5f9065e33c5768794c8
Author: Javier Jardón <jjardon@gnome.org>
Date:   Mon Jan 7 13:00:22 2013 +0000

    configure.ac:Update autotools
    
    AC_ISC_POSIX, AM_PROG_CC_STDC, AC_HEADER_STDC are obsolete macros
    Replace AC_HELP_STRING for AS_HELP_STRING

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

commit e85ceeb0f171ea7028c528804b0d7a41535d2ace
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jan 7 11:36:20 2013 +0100

    Updated Norwegian bokmål translation

 po/nb.po |  209 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 107 insertions(+), 102 deletions(-)

commit 2c71587b386dbaf3d314937fec2c734a76512109
Author: Reinout van Schouwen <reinouts@gnome.org>
Date:   Sun Jan 6 22:46:40 2013 +0100

    Updated Dutch translation by Reinout van Schouwen <reinouts@gnome.org>

 po/nl.po |  850 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 427 insertions(+), 423 deletions(-)

commit 09152b62fc6569720b583d4b9e97877dcfecfe24
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Jan 5 13:57:32 2013 +0100

    ephy-window: fix compiler warning

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

commit c343bec1eb2925d80e5f398a1d5ee1bfc1f75664
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Jan 5 11:05:48 2013 +0200

    Updated Hebrew translation.

 po/he.po |  159 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 80 insertions(+), 79 deletions(-)

commit 5032d8a8a6505c4f9966589d6b6bb812b2d9c0c0
Author: Diego Escalante Urrelo <diegoe@igalia.com>
Date:   Sun Dec 9 15:06:17 2012 -0500

    e-embed: hide progress for about and ephy-about
    
    The progressbar should only react to pages, not special locations.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685747

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

commit 2a5f1034f247b69ddfd8be6b9f312c5bea1d0c86
Author: Diego Escalante Urrelo <diegoe@igalia.com>
Date:   Sun Dec 9 12:48:44 2012 -0500

    e-embed: only add one statusbar timeout at a time
    
    Otherwise the statusbar can disappear even if it has a valid message
    being displayed.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685747

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

commit 1777a519d705c6ddece3f30cd9235f27b4284c28
Author: Diego Escalante Urrelo <diegoe@igalia.com>
Date:   Sun Dec 9 11:28:20 2012 -0500

    e-embed: use an overlay for the overview
    
    This permits reusing elements of EphyEmbed more easily.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=685747

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

commit 3ed38ea942fa2f2c4e5dddcd2b59a4f3687deb12
Author: Diego Escalante Urrelo <diegoe@igalia.com>
Date:   Tue Dec 11 11:40:23 2012 -0500

    prefs-dialog: remove some vertical size
    
    Move Web Content from Privacy to General.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=690053

 src/resources/prefs-dialog.ui |  223 +++++++++++++++++++++++------------------
 1 files changed, 124 insertions(+), 99 deletions(-)

commit 7e764ea74f16e8294d5c412bbc0a8128e85e62fb
Author: Diego Escalante Urrelo <diegoe@igalia.com>
Date:   Fri Dec 14 08:32:26 2012 -0500

    e-embed-prefs: remove spaces in Accept-Language
    
    Some servers, like Babel, do not correctly sanitize the string in this
    header. They expect strings without spaces, even though the RFC includes
    them.
    
    Chrome and Firefox do not use spaces, presumably because many more
    websites break when using them.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671652

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

commit 997b046b63c66566561402cfafc6d0a25322a02b
Author: Diego Escalante Urrelo <diegoe@igalia.com>
Date:   Mon Dec 10 09:21:19 2012 -0500

    e-window: add a smarter CopyEmailAddress action
    
    It omits the mailto: in mail links and has a different string in the
    context menu, to make this clear.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=688166

 src/ephy-window.c             |   24 ++++++++++++++++++++++--
 src/popup-commands.c          |    4 ++++
 src/resources/epiphany-ui.xml |    1 +
 3 files changed, 27 insertions(+), 2 deletions(-)

commit 6f0ffa44c1bca2927e3e1a337fa1ce7349bd0e66
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Fri Jan 4 14:50:37 2013 +0100

    ephy-shell: There can be two widgets for the same download in WebKit2
    
    In WebKit2 WebKitWebContext::download-started signal is always emitted,
    even for downloads started manually. We only want to create a new
    download when the download operation has been started by WebKit.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=678993

 embed/ephy-download.c |    1 +
 src/ephy-shell.c      |   14 +++++++++++---
 2 files changed, 12 insertions(+), 3 deletions(-)

commit 5fd8c27e1de6ddccf9ef14811df865f129cbc461
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Mon Dec 31 15:07:30 2012 +0100

    Implement embedded view source mode in WebKit2
    
    https://bugzilla.gnome.org/show_bug.cgi?id=684440

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

commit cf825ce1926ffb3890ebfd4f0094a97b2158f314
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Thu Oct 25 17:47:17 2012 +0200

    downloads: Create the download with the window of the web view that initiated the download
    
    Using webkit_download_get_web_view() and falling back to the active
    window if the download was not initiated by a web view.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=686467

 src/ephy-shell.c |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

commit 8ed26c6a506feec75e37cf285450a23ac7c8a689
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Fri Jan 4 10:54:26 2013 +0100

    ephy-download: Make EphyDownload:window a construct only property
    
    It's always set right after the download object is created and it
    doesn't have any effect when it's set after the download has been added
    to the embed shell. This way we can make sure that when the download is
    added to the embed shell the parent window has already been set if
    there's any.

 embed/ephy-download.c      |   57 ++++++++++++++-----------------------------
 embed/ephy-download.h      |   12 ++++----
 embed/ephy-embed.c         |   12 +++++----
 src/ephy-shell.c           |    4 +--
 src/popup-commands.c       |    8 ++----
 tests/ephy-download-test.c |    2 +-
 6 files changed, 37 insertions(+), 58 deletions(-)

commit 8245a9b3fd56b10684498e9d1be3c71de5543456
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Tue Jan 1 18:42:18 2013 +0200

    Updated Lithuanian translation

 po/lt.po |  902 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 431 insertions(+), 471 deletions(-)

commit 998881bbc04641df248168812064360f79659ab4
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Fri Dec 28 20:31:19 2012 +0200

    Typo

 po/ar.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 18b3f7a07c043b7d60d1d61cf67afc5fa952c80a
Author: Arash Mousavi <mousavi.arash@gmail.com>
Date:   Fri Dec 28 13:16:54 2012 +0330

    l10n: Updated Persian translation

 po/fa.po | 2784 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 1374 insertions(+), 1410 deletions(-)

commit c061f01c67e627cc1d9df9a834ab2437ccb0c87b
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Dec 24 21:57:11 2012 +0100

    Updated Galician translations

 po/gl.po |  123 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 61 insertions(+), 62 deletions(-)

commit 3f87e068583cc01edf8742eb11b4ecccb13ddf16
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Sun Dec 23 19:26:44 2012 +0200

    Updated Greek translation

 po/el.po |  979 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 500 insertions(+), 479 deletions(-)

commit e9f2149366ffecc5b7fad0b768a0225000986155
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Dec 20 13:32:09 2012 +0200

    Updated Hebrew translation.

 po/he.po |  392 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 200 insertions(+), 192 deletions(-)

commit 7402b5085c5bd167e6ff6d0ab5dfab5b12a18db4
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Thu Dec 20 12:02:20 2012 +0100

    Fix build with WebKit2

 embed/ephy-embed-single.c   |    1 +
 embed/ephy-web-view.c       |    1 +
 lib/ephy-profile-migrator.c |    1 +
 lib/ephy-web-app-utils.c    |    3 ++-
 4 files changed, 5 insertions(+), 1 deletions(-)

commit 010f155d3d56bdf5f6009e2ef7235347c671c351
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Dec 19 15:23:13 2012 +0100

    Updated Norwegian bokmål translation

 po/nb.po |  900 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 433 insertions(+), 467 deletions(-)