commit 04771b669d35196f8c4e87d035c7f541e324094b
Author: Tim Horton <hortont424@gmail.com>
Date:   Wed Dec 16 17:01:05 2009 -0500

    Update NEWS and README for 2.29.4

 NEWS   |   11 +++++++++++
 README |   10 +++++-----
 2 files changed, 16 insertions(+), 5 deletions(-)

commit cb4289137ec0ea3204e1b0ad3b7e2a86fa8a94da
Author: Steve Frécinaux <code@istique.net>
Date:   Mon Nov 16 00:35:52 2009 +0100

    reference: Add a note about search path ownership.
    
    The current reference documentation of seed_engine_get_search_path()
    does not specify whether the return value should be freed or not, and
    that return value is not const so it's ambiguous.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=602032

 libseed/seed-api.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 251a556dc841a8165d865771d9f30de94428d901
Author: Iain Nicol <iain@thenicols.net>
Date:   Thu Nov 19 13:03:35 2009 +0000

    libseed: Improve integral type conversions; mostly portability issues
    
    Partial fix for BGO #602404.

 libseed/seed-closure.c |   34 +++++++++++----
 libseed/seed-types.c   |  113 +++++++++++++++++++++++++++++++++++++++++++++---
 libseed/seed-types.h   |   10 ++++
 3 files changed, 142 insertions(+), 15 deletions(-)

commit 36ec11b954ed7a1ded45927a4788adf8c0ed0dcb
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Dec 15 14:33:27 2009 +0100

    Remove unused "arg_type" argument in make_native_closure.
    
    This argument is kept around in the closure but isn't used anywhere,
    so let's just drop it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604617

 libseed/seed-closure.c |    5 +----
 libseed/seed-closure.h |    2 --
 libseed/seed-types.c   |    1 -
 3 files changed, 1 insertions(+), 7 deletions(-)

commit 9989d47738853ec7226387b3ffbb50858d323037
Author: Steve Frécinaux <code@istique.net>
Date:   Tue Dec 15 14:39:21 2009 +0100

    Remove arg_info param from seed_gi_make_argument().
    
    This arg_info value was only used when triggering make_native_closure(),
    and was even set to NULL in most calls of this function, so let's just
    remove it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=604617

 libseed/seed-closure.c |    2 +-
 libseed/seed-engine.c  |    3 +--
 libseed/seed-structs.c |   10 ++++------
 libseed/seed-types.c   |    4 ++--
 libseed/seed-types.h   |    1 -
 5 files changed, 8 insertions(+), 12 deletions(-)

commit 67f3d46b9387e1f4166c1403a9c491732c2b022c
Author: Tim Horton <hortont424@gmail.com>
Date:   Mon Nov 30 17:24:18 2009 -0500

    Postincrement after release (now 2.29.4)

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