commit 0a74eb3b15553436dd9ffdea1efb2acedf65c86f
Author: Xan Lopez <xan@gnome.org>
Date:   Mon Jul 13 00:04:19 2009 +0300

    configure.ac: depend on WebKitGTK+ 1.1.11

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

commit 7ed504e3bd0c90fb492f19b5b026493dabaeac3f
Author: Xan Lopez <xan@gnome.org>
Date:   Sun Jul 12 21:45:43 2009 +0300

    NEWS: update for release.

 NEWS |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit 1e8489797a2a5e8d21364e81d8719c3fc800feee
Author: Benjamin Otte <otte@gnome.org>
Date:   Fri Jul 10 14:03:52 2009 +0200

    Performance: Set a fixed width on autosized cell renderer
    
    The text cell renderer in use by the url autocompletion is the only
    renderer that expands. As the width of the entry completion is known in
    advance (as big as the entry you are completing on), we can set a fixed
    width. Since the height of the cell renderer is hardcoded, too, the
    complete size of the cell renderer is known in advance and Gtk skips
    layouting the text to compute the size.
    
    This is a noticable performance improvement, expecially when the
    completion contains lots of visible entries.

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

commit a6f2b6193825f06ce9eb9de69f9ef253df9ed56d
Author: Benjamin Otte <otte@gnome.org>
Date:   Fri Jul 10 14:02:41 2009 +0200

    Require x11
    
    Epiphany has hacky code that uses libX11 directly, so Epiphany needs to
    depend on it instead of relying on other libs to pull it in.

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

commit ae36c632f6991cbea00663641d050414bc149b21
Author: Benjamin Otte <otte@gnome.org>
Date:   Fri Jul 10 14:01:48 2009 +0200

    Require gthread-2.0
    
    Applications calling g_thread_init() must require it explicitly.
    It is automatically pulled by Orbit via gconf, but Epiphany should not
    rely on that.

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

commit bf4426b5fe46c26c08453310715bc5c562d5fbd0
Author: Xan Lopez <xan@gnome.org>
Date:   Sat Jul 11 23:15:38 2009 +0300

    ephy-history-window.c: do not use deprecated function.

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

commit 37a81fb77cb914901e1baba0cd33cda66dd2b9dc
Author: Xan Lopez <xan@gnome.org>
Date:   Sat Jul 11 23:11:53 2009 +0300

    configure.ac: use SILENT_AM_RULES from automake 1.11 if possible.

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

commit 41d2622f1b29c5c9471b7c3a4a5f4f2422b649bf
Author: Xan Lopez <xan@gnome.org>
Date:   Sat Jul 11 23:11:12 2009 +0300

    dolt.m4: add support (just ignoring it) for --silent

 m4/dolt.m4 |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 839f7e0b4d09b1994810220451a20bb56bfe71f1
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Thu Jul 9 20:46:18 2009 +0300

    Updated Ukrainian translation

 po/uk.po | 2093 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 1056 insertions(+), 1037 deletions(-)

commit aea158e3a9bb3a41d056ce57dea12ea8b2d555f6
Author: Benjamin Otte <otte@gnome.org>
Date:   Wed Jul 8 14:01:34 2009 +0200

    don't free title string twice
    
    When the url is NULL, the title was freed twice - once after
    giving to the GValue via ctext, once with g_free().

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

commit 8d0cbe9065b8568a2c077ded8d153a597fae6859
Author: Benjamin Otte <otte@gnome.org>
Date:   Tue Jul 7 20:20:05 2009 +0200

    style fixes for a464b7332c02f6b4e34c5a7a88b8b93198f3e9be
    
    - indent correctly
    - remove leftover unused variable

 src/ephy-completion-model.c |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

commit 0d1ed2f9b621e6354b6904ea95d4dc5043b4e09f
Author: Benjamin Otte <otte@gnome.org>
Date:   Sun Jul 5 16:53:13 2009 +0200

    remove unused references to history

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

commit a464b7332c02f6b4e34c5a7a88b8b93198f3e9be
Author: Benjamin Otte <otte@gnome.org>
Date:   Fri Jul 3 14:13:57 2009 +0200

    compute base address with strchr and without regexps
    
    This fixes two problems:
    1) It improves performance a lot.
    2) The regexp in use was not strict enough. It happily matched non-base
       addresses. (i.e. http://example.com/your-mom/ )

 src/ephy-completion-model.c |   33 +++++++++++++++++++++++++--------
 1 files changed, 25 insertions(+), 8 deletions(-)

commit da229480300ab899a825e4bb23c3497a5c00f8e7
Author: Reinout van Schouwen <reinouts@gnome.org>
Date:   Sun Jul 5 19:31:53 2009 +0200

    Updated Dutch translation

 po/nl.po | 2143 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 1083 insertions(+), 1060 deletions(-)

commit c736032a99be3d286f179cd46a0703435107f1a9
Author: Ivar Smolin <okul@linux.ee>
Date:   Fri Jun 26 22:37:52 2009 +0300

    Updating Estonian translation

 po/et.po |   20 ++++++++++++++++----
 1 files changed, 16 insertions(+), 4 deletions(-)

commit 1f787ba61eeb8df3093975d474710a2d8a8cdc6e
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Fri Jun 26 09:09:25 2009 +1000

    po/vi.po: updated Vietnamese translation

 po/vi.po |  111 ++++++++++++++++++++++++++++----------------------------------
 1 files changed, 50 insertions(+), 61 deletions(-)

commit 57f3dbe87a14e38552e4ea21b9cdc6812566ff14
Author: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Date:   Fri Jun 26 09:09:09 2009 +1000

    po/vi.po: intltool-update

 po/vi.po | 2213 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 1108 insertions(+), 1105 deletions(-)

commit 268c8b4b913adab15187b544108c197bc7f472a0
Author: Xan Lopez <xan@gnome.org>
Date:   Sun Jun 21 11:12:31 2009 +0300

    ephy-embed.h: remove unneeded header.

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

commit a53d67263986a2edb8d7a5d85df91c73bdbb80cb
Author: Xan Lopez <xan@gnome.org>
Date:   Sun Jun 21 11:11:06 2009 +0300

    Add a function to get the EphyWebView inside an EphyEmbed.
    
    For the benefit of bindings.

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

commit f570f60a13418e0dfe7bc75f7f3b2f5555d1fa06
Author: Xan Lopez <xan@gnome.org>
Date:   Sun Jun 21 01:33:11 2009 +0300

    ephy-web-view.c: adapt to another API change in WebKitGTK+.
    
    The bf list now refs newly added items, mostly for the convenience of
    bindings.

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

commit da2040aa0dbc67ff27f7ae28da0fccd803f051bf
Author: Xan Lopez <xan@gnome.org>
Date:   Tue Jun 16 23:27:49 2009 +0300

    ephy-web-view.c: do not try to get the EphyWebView inside an EphyWebView.
    
    Not many chances it will work.

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

commit 2e1e3e4fff9641bfa633f92502f50c2261641048
Author: Xan Lopez <xan@gnome.org>
Date:   Tue Jun 16 23:20:06 2009 +0300

    ephy-window.c: can't use pspec to figure out if we should sync progress.
    
    Since it breaks syncing when switching between loading tabs. Need to
    do this properly and wait for webkit bug #26409.

 src/ephy-window.c |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

commit 442d30e4e4fa9d97c6b3c0f202e457a8fdf193cf
Author: Xan Lopez <xan@gnome.org>
Date:   Tue Jun 16 16:24:56 2009 +0300

    Simplify widget hierarchy.
    
    Get rid of a dummy GtkBin layer.

 embed/ephy-embed-utils.h |    6 ++--
 embed/ephy-embed.c       |   66 ++++++++++++----------------------------------
 embed/ephy-embed.h       |    4 +-
 3 files changed, 22 insertions(+), 54 deletions(-)

commit 0c5500f9a15581b1689d7187d308f9ed7eb15f5e
Author: Xan Lopez <xan@gnome.org>
Date:   Tue Jun 16 15:08:09 2009 +0300

    ephy-notebook.c: connect to embed-title, not to title.
    
    embed-title is the poorly named wrapper over the WebKitWebView's title
    signal.

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

commit 2c51cb761fe6392f136611cb73d6eeda223288fb
Author: Xan Lopez <xan@gnome.org>
Date:   Tue Jun 16 14:15:43 2009 +0300

    Move the get_title_composite function to EphyWebView.

 embed/ephy-embed-utils.c |   36 ------------------------------------
 embed/ephy-embed-utils.h |    1 -
 embed/ephy-web-view.c    |   37 +++++++++++++++++++++++++++++++++++++
 embed/ephy-web-view.h    |    2 +-
 src/ephy-tabs-menu.c     |    2 +-
 src/ephy-window.c        |    2 +-
 6 files changed, 40 insertions(+), 40 deletions(-)

commit ad2fb83740b906a3484faec8bd7934495730931e
Author: Xan Lopez <xan@gnome.org>
Date:   Tue Jun 16 13:40:02 2009 +0300

    ephy-window.c: remove debug message.

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

commit 5886cdb08578e080f1a0ec8fe1a0c201aab4612d
Author: Xan Lopez <xan@gnome.org>
Date:   Mon Jun 15 19:07:46 2009 +0300

    ephy-window.c: adapt to API change in WebKitGTK+.
    
    Progress from the WebView goes from 0.0 to 1.0 now.

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

commit bdf8631b265ae36af46b871d268977a9f666cf4b
Author: Xan Lopez <xan@gnome.org>
Date:   Mon Jun 15 21:00:59 2009 +0300

    configure.ac: post-release version bump.

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