commit bb07ab9d3b02808619434fe5ab48318fdb749434
Author: Xan Lopez <xan@gnome.org>
Date:   Mon Nov 30 14:15:16 2009 +0200

    2.29.3

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

commit 167e60123c1024d539dc02f4a16f7de994bd1c29
Author: Xan Lopez <xan@gnome.org>
Date:   Mon Nov 30 14:28:42 2009 +0200

    Do not use deprecated GtkButton APIs

 src/bookmarks/ephy-bookmark-action.c     |    4 ++--
 src/bookmarks/ephy-bookmark-properties.c |    2 +-
 src/bookmarks/ephy-topic-action.c        |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

commit 2aca0c21a8f140a6d3b6bddfa4aed1b31326b1cd
Author: Xan Lopez <xan@gnome.org>
Date:   Mon Nov 30 14:12:12 2009 +0200

    ephy-web-view.c: fix auto-google search when using Ctrl-Enter
    
    Bug #603324

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

commit d23fdbe06441c06d532666e0d0d1d79091094378
Author: Tao Wei <weitao1979@gmail.com>
Date:   Tue Nov 24 21:14:18 2009 +0800

    Update Simplified Chinese translation.

 po/zh_CN.po | 4081 +++++++++++++++++++++++++++--------------------------------
 1 files changed, 1880 insertions(+), 2201 deletions(-)

commit 7f2e0d242c478603da985ab7680f4ef8b9f7de71
Author: Iain Nicol <iain@thenicols.net>
Date:   Tue Nov 3 15:46:51 2009 +0000

    prefs-dialog: restore Close and Help buttons
    
    Bug #590387
    
    Signed-off-by: Xan Lopez <xan@gnome.org>

 data/glade/prefs-dialog.ui |  711 +++++++++++++++-----------------------------
 1 files changed, 233 insertions(+), 478 deletions(-)

commit cb2d52c87c38296d854a8c79eced7d7bc8e2a557
Author: Iain Nicol <iain@thenicols.net>
Date:   Wed Nov 18 17:21:15 2009 +0000

    Add GObject introspection annotations to more functions
    
    Partial fix for bug #599757.
    
    Signed-off-by: Xan Lopez <xan@gnome.org>

 embed/ephy-embed-event.c |    5 +++++
 lib/ephy-dialog.c        |   10 ++++++++++
 lib/ephy-node.c          |    5 +++++
 src/ephy-shell.c         |    4 ++--
 4 files changed, 22 insertions(+), 2 deletions(-)

commit 80b1f00b99bec7a0d11312d9f429ca199f8e7132
Author: Xan Lopez <xan@gnome.org>
Date:   Thu Nov 19 14:53:42 2009 +0200

    ephy-embed: only fetch the document type for a page from the main frame
    
    Otherwise we will rewrite the right document type with the document
    type from other frames in the page.
    
    Bug #602400

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

commit 2b432eeaec3fad0172f936dd0e42cf8360a191c2
Author: Xan Lopez <xan@gnome.org>
Date:   Thu Nov 19 11:16:54 2009 +0200

    ephy-net-monitor: and use && instead of ||

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

commit 13a746d2fc81415bf3ceab7fe39a247aa18baf9b
Author: Xan Lopez <xan@gnome.org>
Date:   Thu Nov 19 11:10:37 2009 +0200

    ephy-net-monitor: logic of the NULL checks was inverted

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

commit 76d1c18d5cd267a97ef2a33950cb6b837032bd80
Author: Tom Parker <palfrey@tevp.net>
Date:   Wed Nov 18 14:44:09 2009 +0200

    Disconnect dbus callbacks when disposing of the monitor.
    
    Fixes a crash in some situations, bug #572326
    
    Signed-off-by: Xan Lopez <xan@gnome.org>

 src/ephy-net-monitor.c |   24 ++++++++++++++++++++----
 1 files changed, 20 insertions(+), 4 deletions(-)

commit b60ae4ba76dcafc93bc805203e4962ade100f300
Author: Iain Nicol <iain@thenicols.net>
Date:   Tue Nov 3 20:12:13 2009 +0000

    Add GObject introspection annotations to many *_get_* functions
    
    Partial fix for bug #599757.
    
    Signed-off-by: Xan Lopez <xan@gnome.org>

 embed/ephy-embed-container.c   |    5 ++-
 embed/ephy-embed-persist.c     |    6 +++-
 embed/ephy-embed-shell.c       |   45 +++++++++++++++++++++++++++++++++++----
 embed/ephy-embed.c             |    2 +-
 embed/ephy-history.c           |   20 +++++++++++++++++
 embed/ephy-web-view.c          |    6 ++--
 lib/ephy-dialog.c              |   10 ++++++++
 lib/ephy-node-db.c             |    2 +-
 lib/ephy-node.c                |   30 ++++++++++++++++++++++++++
 src/bookmarks/ephy-bookmarks.c |   35 +++++++++++++++++++++++++++++++
 src/ephy-extensions-manager.c  |    3 +-
 src/ephy-notebook.c            |    5 ++++
 src/ephy-session.c             |    6 +++-
 src/ephy-shell.c               |   44 +++++++++++++++++++++++++++++++++++++-
 src/ephy-statusbar.c           |    2 +-
 src/ephy-toolbar.c             |    5 ++++
 src/ephy-window.c              |   12 +++++-----
 17 files changed, 212 insertions(+), 26 deletions(-)

commit dedbad484feca0d64e1a75d983a2a251ca4a9aae
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Wed Nov 18 11:46:57 2009 +0700

    Updated Thai translation.

 po/th.po | 2704 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 1325 insertions(+), 1379 deletions(-)

commit 17be9e254432704d576bdeb494a204b600663a99
Author: Antón Méixome <meixome@mancomun.org>
Date:   Fri Nov 13 11:22:06 2009 +0100

    Updated Galician Translation

 po/gl.po |  746 ++++++++++++++++++--------------------------------------------
 1 files changed, 215 insertions(+), 531 deletions(-)

commit af8052182470524aa392fb0464ce8fbf4b9ff889
Author: Gustavo Noronha Silva <gns@gnome.org>
Date:   Thu Nov 12 11:09:06 2009 -0200

    Set program name to match the desktop file

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

commit 428ef8c35ffd9abdcd51285f36a66e818b42c5b2
Author: Thomas Thurman <tthurman@Dorothy.plexq.com>
Date:   Mon Nov 9 20:37:32 2009 +0000

    Shavian translation

 po/LINGUAS    |    1 +
 po/en@shaw.po | 2619 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2620 insertions(+), 0 deletions(-)

commit bebbe7c385f9e0e97e8bd8c36cc76c89ed16e951
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Nov 5 07:07:27 2009 +0100

    Updated Slovenian translation

 po/sl.po |  811 +++++++++++++++++---------------------------------------------
 1 files changed, 223 insertions(+), 588 deletions(-)

commit 71e9f8348c830bd12d486a5de1726d767a1bfdcb
Author: vasudeven <agnihot3@gmail.com>
Date:   Tue Nov 3 13:44:43 2009 +0530

    Added Tamil translation

 po/ta.po |  960 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 447 insertions(+), 513 deletions(-)

commit a174db273ade2b61f7631e52aff0dd0738f31a3a
Author: Xan Lopez <xan@gnome.org>
Date:   Mon Nov 2 21:12:05 2009 +0200

    Depend on not yet released WebKitGTK+ 1.1.17

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

commit 7b11c47ef97926cfc8d5f3333283c64d99f4bc30
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Nov 2 07:55:02 2009 +0200

    Updating Estonian translation

 po/et.po |  533 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 270 insertions(+), 263 deletions(-)

commit e5c8c2e57ff823713c72c57be93da36011848cff
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Mon Nov 2 01:26:16 2009 +0100

    Updated Spanish translation

 po/es.po |  956 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 441 insertions(+), 515 deletions(-)

commit 9096401f41ea371ee26b99a0127a6afd10898a90
Author: Iain Nicol <iain@thenicols.net>
Date:   Wed Oct 28 23:36:25 2009 +0000

    Enable gtk-doc & g-ir-scanner support for our introspection annotations
    
    Partial fix for bug #599757.
    
    Signed-off-by: Xan Lopez <xan@gnome.org>

 doc/reference/epiphany-docs.sgml |    2 +
 src/Makefile.am                  |   40 ++++++++++++++++++++++++++++++++++++-
 2 files changed, 40 insertions(+), 2 deletions(-)

commit b23e9c2364681f4bedeed7b5568d05aecb24cdd0
Author: Iain Nicol <iain@thenicols.net>
Date:   Thu Oct 29 13:56:55 2009 +0000

    Initialize ephy_web_view_get_security_level's output param "description"
    
    Partial fix for bug #599757.
    
    Signed-off-by: Xan Lopez <xan@gnome.org>

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

commit c87401f28cb8ef3a645dfd5a687be6ddbbfe6790
Author: Gustavo Noronha Silva <gns@gnome.org>
Date:   Tue Oct 27 08:09:57 2009 -0200

    Provide the Inspect Element menu item again
    
    WebKit now provides API to start the web inspector, so we can restore
    the menu item.
    
    Bug #599473

 data/ui/epiphany-ui.xml |    8 ++++++++
 src/ephy-window.c       |    9 +++++++++
 src/popup-commands.c    |   21 +++++++++++++++++++++
 src/popup-commands.h    |    3 +++
 4 files changed, 41 insertions(+), 0 deletions(-)

commit 68729d9fcdade0698b6e1ce979da271d49d7e3d0
Author: Iain Nicol <iain@thenicols.net>
Date:   Tue Oct 27 20:07:51 2009 +0000

    ephy-seed-loader: ref count extensions like ephy-shlib-loader does
    
    Bug #599838
    
    Signed-off-by: Xan Lopez <xan@gnome.org>

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

commit f7c38e37d7b993ffbddd923c7977e756f2eb7b5f
Author: Iain Nicol <iain@thenicols.net>
Date:   Mon Oct 26 20:02:42 2009 +0000

    ephy-seed-extension: don't assume the script returned an object
    
    Bug #599714
    
    Signed-off-by: Xan Lopez <xan@gnome.org>

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

commit 07896035ca23d98a3bbd366d9297f6fa4ddf7290