commit e6ab262ab0ce5393443f8492d0202e7d1b1931fe
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Mon Sep 17 19:16:34 2012 +0300

    [release] 3.5.92

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

commit 0b1ef3312f6804c934d2a210ba208e9e82180329
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Mon Sep 17 18:47:43 2012 +0300

    ephy-web-view: remove ephy_web_view_is_loading_homepage()
    
    It's unused and its usage is redundant with the
    ephy_web_view_is_history_frozen()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683796

 embed/ephy-embed-private.h |  1 -
 embed/ephy-web-view.c      | 13 -------------
 2 files changed, 14 deletions(-)

commit 009c7766067fb710ef87a82701ccc2c7125bf2c2
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Mon Sep 17 15:48:08 2012 +0300

    ephy-web-view: freeze history on homepage load
    
    And remove redundant check.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683796

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

commit 9d8795a0919ed771bf380630a4a034e0e6d37164
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Sep 13 18:32:33 2012 +0300

    ephy-web-view: do not save history visits for no-show-addresses
    
    We don't show these addresses in the location entry because they are
    very special to epiphany. There is no reason to store them in the
    history.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683796

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

commit fcb0f328cfb8977dd5ba4a15dc1ed239af8267a2
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Sep 13 18:31:14 2012 +0300

    ephy-embed-utils: add ephy_embed_utils_is_no_show_address()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683796

 embed/ephy-embed-utils.c | 18 ++++++++++++++++++
 embed/ephy-embed-utils.h |  1 +
 src/ephy-window.c        | 19 +------------------
 3 files changed, 20 insertions(+), 18 deletions(-)

commit fbb13119bc205c8a01a538e2db1ab2711371651d
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Sep 17 10:17:36 2012 +0200

    Updated Slovenian translation

 po/sl.po | 101 +++++++++++++++++++++++++++------------------------------------
 1 file changed, 43 insertions(+), 58 deletions(-)

commit d27948fba0408d915cd4134403293c052e61524a
Author: Pavel Vasin <rat4vier@gmail.com>
Date:   Thu Sep 13 12:23:55 2012 +0400

    ephy-dialog: fix GtkBuilder leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683929

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

commit a23119894a24081989f1b081f6e6a0b2d3897acc
Author: Pavel Vasin <rat4vier@gmail.com>
Date:   Thu Sep 13 11:27:10 2012 +0400

    ephy-session: fix xmlChar* leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683929

 src/ephy-session.c | 3 +++
 1 file changed, 3 insertions(+)

commit ce03b41e127d730479d124091e305e99e4fd7e17
Author: Pavel Vasin <rat4vier@gmail.com>
Date:   Thu Sep 13 11:19:18 2012 +0400

    ephy_web_view_load_error_page: fix GtkIconInfo leak
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683929

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

commit d403986bea0d772bf25f629a366a4934ba70f12c
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Sun Sep 16 14:51:12 2012 +0200

    Updated Danish translation

 po/da.po | 2064 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 1165 insertions(+), 899 deletions(-)

commit 26679f9de8c21204a82286e65e310b9d56d35105
Author: Ivaylo Valkov <ivaylo@e-valkov.org>
Date:   Sat Sep 15 09:41:32 2012 +0300

    Updated Bulgarian translation

 po/bg.po | 1639 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 1006 insertions(+), 633 deletions(-)

commit 9a838981e7da6411e0f6b9c77f8bd1ddcbb43e75
Author: tuhaihe <wangdianjin@linuxdeepin.com>
Date:   Sat Sep 15 10:11:50 2012 +0800

    update Simplified Chinese (zh_CN) translation

 po/zh_CN.po | 950 ++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 510 insertions(+), 440 deletions(-)

commit e940c92f80d4a188bc687c03fa0239ed2a6b8863
Author: Xan Lopez <xan@igalia.com>
Date:   Thu Sep 13 18:16:50 2012 +0200

    ephy-find-toolbar: no need to cast return value here

 src/ephy-find-toolbar.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit eff14b2ff36db6d5f5e81fe47234278951677432
Author: Xan Lopez <xan@igalia.com>
Date:   Thu Sep 13 18:11:24 2012 +0200

    ephy-find-toolbar: add a close button
    
    There was no way to close the toolbar from the UI itself.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683967

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

commit ede0d69c6922376cbbebe26bb99673208d38ff55
Author: Xan Lopez <xan@igalia.com>
Date:   Thu Sep 13 17:37:39 2012 +0200

    ephy-window: use symbolic icon for downloads box close button
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683966

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

commit b9668af23735f210a09d83e717f6850b84de662e
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Wed Sep 12 20:41:47 2012 +0300

    uk update

 po/uk.po | 2625 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 1447 insertions(+), 1178 deletions(-)

commit 90501400ad4d1901cca48c1f4435f1e50f6b851b
Author: Xan Lopez <xan@igalia.com>
Date:   Wed Sep 12 18:06:39 2012 +0200

    Focus windows when opening new links in tabs
    
    If someone requests a link to be opened by ephy in an already running
    instance, and that link is opened in a new tab (either because of our
    settings or because -n/--new-tab was passed), the window where this
    happened will not be presented, so it might go unnoticed.
    
    Fix this by presenting the windows where new tabs are opened through
    the open_uris mechanism in EphySession.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641949

 src/ephy-session.c | 3 ++-
 src/ephy-shell.c   | 3 +++
 src/ephy-shell.h   | 2 ++
 3 files changed, 7 insertions(+), 1 deletion(-)

commit 032378d9bb8539d070896b4cc1f16b8c15c8a8fc
Author: Timo Jyrinki <timo@debian.org>
Date:   Wed Sep 12 18:47:32 2012 +0300

    Finnish translation update by Jiri Grönroos

 po/fi.po | 1780 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 1118 insertions(+), 662 deletions(-)

commit 94a4eb78395ca79af3a1024d6c82d00c8ecb1b09
Author: Xan Lopez <xan@igalia.com>
Date:   Wed Sep 12 17:13:43 2012 +0200

    ephy-session: respect 'new-windows-in-tabs' setting when opening links
    
    Right now invoking 'epiphany <URI>' when there's already a browser
    instance running would always open a new window, unless a new tab was
    explictly requested with -n/--new-tab. We should honor the
    'new-windows-in-tabs' setting (which is TRUE by default), and open the
    link in a new tab in the last active window if no special conditions
    were specified.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=641949

 src/ephy-session.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit c193a5df3dc970de22c8b0eb773e41a9dc98d877
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Sep 12 11:12:26 2012 +0300

    ephy-embed: show the overview when using wk2
    
    This was neglected before, fix.

 embed/ephy-embed.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit b73d44ae204df099a53f91ec23b067752858ac3f
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Sep 12 10:02:45 2012 +0300

    ephy-web-view: fix the wk2 build
    
    WK2 doesn't have yet a snapshotting API, so ifdef this out for the
    time being.

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

commit 7a68d6f10ed819d0bfd25c2f9e7c3a3e980ddc75
Author: Nilamdyuti Goswami <nilamdyuti@gmail.com>
Date:   Tue Sep 11 20:11:38 2012 +0530

    Assamese translation updated

 po/as.po | 245 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 128 insertions(+), 117 deletions(-)

commit b475e302f7d96c6d7c49ffc3e5a2e34f1e970bad
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Mon Sep 10 17:33:44 2012 +0200

    tests: Add test for ephy_sanitize_filename()

 tests/ephy-file-helpers-test.c | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

commit 528eff9588298315490d173a40ad865f461d4e29
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Mon Sep 10 13:17:02 2012 +0200

    Use ephy_sanitize_filename() for filenames suggested by the server
    
    Because the suggested filename returned by the server might contain
    directory separators.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683711

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

commit 6e6df39c03355307484b81c73a6812eb1ba28bc7
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Mon Sep 10 13:06:38 2012 +0200

    ephy-file-helpers: Add ephy_sanitize_filename()
    
    To convert any possible directory separator into an underscore.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683711

 doc/reference/epiphany-sections.txt |  1 +
 lib/ephy-file-helpers.c             | 21 +++++++++++++++++++++
 lib/ephy-file-helpers.h             |  1 +
 3 files changed, 23 insertions(+)

commit 91b17b84738f666579fbfd7aa722680b9a90a1d6
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Mon Sep 10 15:50:49 2012 +0200

    Updated Slovenian translation

 po/sl.po | 1011 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 541 insertions(+), 470 deletions(-)

commit 03534d5b3019cf7db9dfc8ac957c7190543cfb6f
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Mon Sep 10 07:54:24 2012 +0100

    Updated Portuguese translation

 po/pt.po | 154 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 84 insertions(+), 70 deletions(-)

commit c81e0a41799e891ae7cd73fb074af1956af6d9e0
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Fri Sep 7 10:17:08 2012 +0300

    Use the new EphyHistoryService::urls-visited signal
    
    Since both the frecent store and the history window don't need to be
    updated immediately after a url is visited, we can use ::urls-visited
    instead. The advantage of this is that we reduce considerably the load
    when updating both models when loading many pages at the time,
    specially during startup.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683550

 lib/widgets/ephy-frecent-store.c | 10 ++++------
 src/ephy-history-window.c        |  8 +++-----
 2 files changed, 7 insertions(+), 11 deletions(-)

commit 399c91bc8724e0ca26370d7552b841c0669be87d
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Fri Sep 7 10:13:24 2012 +0300

    ephy-history-service: add urls-visited signal
    
    This signal is emitted in bulks and is intended for clients that are
    not interested in every single URL that is visited but only to know
    that visits have happened.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683550

 lib/history/ephy-history-service-private.h |  1 +
 lib/history/ephy-history-service.c         | 53 ++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

commit a3361d48035eb48c49aff443dff634105a6bb6c7
Author: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
Date:   Sun Sep 9 14:25:09 2012 +0300

    Updated Belarusian translation.

 po/be.po | 769 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 422 insertions(+), 347 deletions(-)

commit dfe26aa77df3f7f11c72f7f27f9c7eb7edf170fb
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Sep 9 20:05:15 2012 +0900

    Updated Korean translation

 po/ko.po | 2371 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 1097 insertions(+), 1274 deletions(-)

commit 0389439bd109d2a428d04b4cd8bfa65845bd1687
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Sep 8 19:57:51 2012 +0200

    ephy-file-helpers: style fix

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

commit 067eb39b28cd5ce3ba813a4f93045446fa15ca0d
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Sep 8 19:47:58 2012 +0200

    ephy-file-helpers: update comment
    
    The default dot dir is now in ~/.config, not ~/.gnome2.

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

commit 530a7c8059cd679af9e89bfdbfa948664770869d
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Sep 8 19:37:26 2012 +0200

    .gitignore: a few more obsolete things here

 .gitignore | 3 ---
 1 file changed, 3 deletions(-)

commit c85bd085dd89e189152a0e0924aa87ca62e4b35d
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Sep 8 19:36:11 2012 +0200

    Remove obsolete reference to ephy-marshal.[c,h]

 .gitignore                | 1 -
 doc/reference/Makefile.am | 1 -
 2 files changed, 2 deletions(-)

commit 1602aad19091e3173522599d3781ecc9218b8244
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Sep 8 17:12:37 2012 +0200

    ephy-web-view: fix memory leak

 embed/ephy-web-view.c | 1 +
 1 file changed, 1 insertion(+)

commit f7e2d5b280c441d03243506446cc85145f23ed48
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Sep 8 16:44:36 2012 +0200

    tests: remove debug output from snapshot service tests

 tests/ephy-snapshot-service-test.c | 3 ---
 1 file changed, 3 deletions(-)

commit a786a06a292ac82127d6fa4cfa0d75de9fa9ee10
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Sep 8 15:29:50 2012 +0200

    embed-shell: drop a couple of unneeded includes

 embed/ephy-embed-shell.c | 2 --
 1 file changed, 2 deletions(-)

commit 4d5c72ea2a6792cceadd4e2da91a7ea2b6ebe896
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Sep 8 15:28:58 2012 +0200

    ephy-embed-shell: another style fix

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

commit 5d9f1aa0aaba692cf1ed5622b0eb04972af87964
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Sep 8 15:27:38 2012 +0200

    embed-shell: remove stale define

 embed/ephy-embed-shell.c | 2 --
 1 file changed, 2 deletions(-)

commit 41840e57e609ed225609ae7eac7530f60bf10528
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Sep 8 15:24:24 2012 +0200

    embed-shell: should be safe to drop the legacy print setup code now

 doc/reference/Makefile.am |   1 -
 embed/ephy-embed-shell.c  |  20 ----
 lib/Makefile.am           |   2 -
 lib/ephy-print-utils.c    | 269 ----------------------------------------------
 lib/ephy-print-utils.h    |  48 ---------
 5 files changed, 340 deletions(-)

commit 8f25e193643306b9faf15f0c1b84014d8352ca4c
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Sep 8 14:25:22 2012 +0200

    ephy-embed-shell: minor style fixes

 embed/ephy-embed-shell.c | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit cc0119023a33ea35fb0dee2c7f0f41f56b700978
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Sat Sep 8 14:02:08 2012 +0300

    Updated Greek translation

 po/el.po | 124 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 68 insertions(+), 56 deletions(-)

commit e882b5de8be76fe1bb645f133151290a7057e379
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Sep 8 12:43:10 2012 +0200

    tests: basic tests for EphyCompletionModel

 tests/Makefile.am                  |   4 ++
 tests/ephy-completion-model-test.c | 102 +++++++++++++++++++++++++++++++++++++
 2 files changed, 106 insertions(+)

commit edbe1a014af2331b587d4a84f91d0f87fe17f5c8
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Sep 8 12:18:24 2012 +0200

    ephy-embed-shell: use now coding style

 embed/ephy-embed-shell.c | 583 ++++++++++++++++++++++-------------------------
 embed/ephy-embed-shell.h |  99 ++++----
 2 files changed, 317 insertions(+), 365 deletions(-)

commit 87b95b1006581e71ffbb80c45005108e81392596
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Sep 8 12:11:44 2012 +0200

    ephy-embed-shell: small cleanups

 embed/ephy-embed-shell.c | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

commit 1ba7ab5e529d93f8913b4b89f13f9f24fd715761
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Sep 8 12:08:22 2012 +0200

    ephy-embed-shell: cleanup dispose & finalize
    
    Unref objects in dispose, not finalize. Use g_clear_object correctly
    (no need to check whether the pointer is NULL).

 embed/ephy-embed-shell.c | 47 +++++++----------------------------------------
 1 file changed, 7 insertions(+), 40 deletions(-)

commit 8257cf80b4f63b44b995fa090a66e361dc35629d
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Sep 8 00:02:42 2012 +0200

    tests: test ephy_bookmarks_set_address

 tests/ephy-bookmarks-test.c | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

commit e64f49f4080cff57af67eefd147e94d4223f2be1
Author: Xan Lopez <xan@igalia.com>
Date:   Sat Sep 8 00:01:13 2012 +0200

    tests: clear bookmark files after each test

 tests/ephy-bookmarks-test.c | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

commit 983ce8ba32b59167d9436200696e1fd12a2d780c
Author: Xan Lopez <xan@igalia.com>
Date:   Fri Sep 7 23:37:53 2012 +0200

    ephy-bookmarks: remove useless include

 src/bookmarks/ephy-bookmarks.h | 1 -
 1 file changed, 1 deletion(-)

commit dfb243b5951298d745bb1b670205f8d9a186758d
Author: Xan Lopez <xan@igalia.com>
Date:   Fri Sep 7 23:34:49 2012 +0200

    tests: some simple EphyBookmarks tests

 tests/Makefile.am           |  4 +++
 tests/ephy-bookmarks-test.c | 78 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

commit 8c793b0359e216cfd96b1d0a3f46e6d2a5f6fda3
Author: Xan Lopez <xan@igalia.com>
Date:   Fri Sep 7 23:31:19 2012 +0200

    Revert "ephy-profile-utils: don't replace environment when spwaning ephy-profile-migrator"
    
    This reverts commit adfecc2bb03ed280543dc5ad4ba6fa350ff00d8c.
    
    This breaks the migrator tests.

 lib/ephy-profile-utils.c | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

commit 73fbd13b0f415a354d0c3b47aea367f84de007cf
Author: Aurimas Černius <aurisc4@gmail.com>
Date:   Fri Sep 7 20:19:16 2012 +0300

    Updated Lithuanian translation

 po/lt.po | 43 ++++++++++++++++++++++++-------------------
 1 file changed, 24 insertions(+), 19 deletions(-)

commit ea26ff4adf40cbc198e2631dc0b33f28152c4e4d
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Fri Sep 7 16:02:51 2012 +0300

    Updated Hebrew translation.

 po/he.po | 213 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 111 insertions(+), 102 deletions(-)

commit adfecc2bb03ed280543dc5ad4ba6fa350ff00d8c
Author: Stefano Facchini <stefano.facchini@gmail.com>
Date:   Thu Sep 6 23:15:08 2012 +0200

    ephy-profile-utils: don't replace environment when spwaning ephy-profile-migrator
    
    Instead, just append the new variable to the existing environment.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683538

 lib/ephy-profile-utils.c | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 1a1b5a9c0360e7dce2f3aa8c56cfa6a9795a1f31
Author: Tobias Endrigkeit <tobiasendrigkeit@googlemail.com>
Date:   Fri Sep 7 09:57:40 2012 +0200

    Updated German translation

 po/de.po | 127 ++++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 68 insertions(+), 59 deletions(-)

commit 8431cabd4d8f72dfaadbe64adf9f8dc89a26ae62
Author: Giovanni Campagna <gcampagna@src.gnome.org>
Date:   Thu Sep 6 17:40:51 2012 +0200

    EphyOverviewStore: don't register the snapshot mtime as long
    
    All code paths use int, and this breaks on architechtures where
    long is not the same as int (such as x86_64).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683029
    
    [Do the same for the visit time column]
    Signed-off-by: Claudio Saavedra <csaavedra@igalia.com>

 lib/widgets/ephy-overview-store.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit dddc036986d7fc8da4ce735ffdccf91c2315f6be
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Sep 6 13:08:47 2012 +0300

    ephy-history-service: remove some dangerous g_object_unref() calls
    
    If there is an error building a statement, the returned value is
    always NULL. Calling g_object_unref() on them will lead to trouble.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683475

 lib/history/ephy-history-service-hosts-table.c  | 2 --
 lib/history/ephy-history-service-urls-table.c   | 2 --
 lib/history/ephy-history-service-visits-table.c | 2 +-
 3 files changed, 1 insertion(+), 5 deletions(-)

commit c514bd1ee01d6982424e4d5eefb545fc5254a59b
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Sep 6 13:07:44 2012 +0300

    ephy-history-service: fix a few leaks
    
    If there is an error processing the statement, then unref it before
    returning.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683475

 lib/history/ephy-history-service-hosts-table.c  | 5 ++++-
 lib/history/ephy-history-service-urls-table.c   | 2 ++
 lib/history/ephy-history-service-visits-table.c | 1 +
 3 files changed, 7 insertions(+), 1 deletion(-)

commit 697dfbede122fb3e5c1847c77a7f24bc6b1bf3c5
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Sep 6 18:24:51 2012 +0200

    Updated Spanish translation

 po/es.po | 46 ++++++++++++++++++++++++----------------------
 1 file changed, 24 insertions(+), 22 deletions(-)

commit a7dc87295d14d9f63e2093b15a53b535cfefa04c
Author: Xan Lopez <xan@igalia.com>
Date:   Thu Sep 6 16:52:20 2012 +0200

    ephy-overview: add missing include

 embed/ephy-overview.c | 1 +
 1 file changed, 1 insertion(+)

commit 8f3fe1347ba5145ef95573ea2e6b6276d8a3b39a
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Thu Sep 6 12:40:43 2012 +0300

    ephy-snapshot-service: don't leak the async result

 lib/ephy-snapshot-service.c | 1 +
 1 file changed, 1 insertion(+)

commit b70fe20a489b0a89e4f8779551e87698434485a5
Author: Carlos Garcia Campos <cgarcia@igalia.com>
Date:   Tue Sep 4 14:48:26 2012 +0200

    ephy-snapshot-service: Split ephy_snapshot_service_get_snapshot_async()
    
    ephy_snapshot_service_get_snapshot_async() receives an option web view
    parameter, that it's only used in case the snapshot is not the in the
    thumbnails cache. We can split the method into
    ephy_snapshot_service_get_snapshot_async() to get a snapshot from a web
    view and ephy_snapshot_service_get_snapshot_for_url_async() to get a
    snapshot from the cache. The former uses the latter to try first if the
    web view URI is in the cache.
    
    Patch includes other cleanups and fixes:
    
      - Add missing ephy_snapshot_service_save_snapshot_finish()
      - Add EphySnapshotServiceError to handle errors
      - Use GSimpleAsyncResult API instead of using GIOScheduler directly
      - Use different async data structs for every async operation
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683327

 lib/ephy-snapshot-service.c        | 511 ++++++++++++++++++++++++-------------
 lib/ephy-snapshot-service.h        |  76 ++++--
 lib/widgets/ephy-overview-store.c  |  87 ++++---
 tests/ephy-snapshot-service-test.c |   8 -
 4 files changed, 443 insertions(+), 239 deletions(-)

commit 8712d1d951319e69dabae819d80700023cd920b8
Author: Dirgita <dirgitadevina@yahoo.co.id>
Date:   Thu Sep 6 00:37:22 2012 +0700

    Updated Indonesian translation

 po/id.po | 117 +++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 66 insertions(+), 51 deletions(-)

commit bbac1c512b0a18c2a71781868d209cc6b9750357
Author: Dr.T.Vasudevan <agnihot3@gmail.com>
Date:   Wed Sep 5 21:20:58 2012 +0530

    updated Tamil translation

 po/ta.po | 1379 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 724 insertions(+), 655 deletions(-)

commit 84b46686c5af2e95fec56eae6aef38c871d14459
Author: Claudio Saavedra <csaavedra@igalia.com>
Date:   Wed Sep 5 16:13:58 2012 +0300

    configure.ac: Remove duplicate version definitions
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683418

 configure.ac | 2 --
 1 file changed, 2 deletions(-)