commit f7469671f507835973df0e89e1b19c5b8eec7ba2 Author: Tim Horton Date: Fri Apr 1 22:51:26 2011 -0400 Update news for 3.0 NEWS | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletions(-) commit 1bd4ec7b96f1b19e94fdd5b2b4e0df03aa2c0666 Author: Garrett Regier Date: Thu Mar 24 10:21:48 2011 -0700 Expose seed_value_(to|from)_gi_argument libseed/seed-closure.c | 4 ++-- libseed/seed-engine.c | 10 +++++----- libseed/seed-importer.c | 2 +- libseed/seed-structs.c | 10 +++++----- libseed/seed-types.c | 24 ++++++++++++------------ libseed/seed-types.h | 17 +++++++++-------- libseed/seed.h | 10 ++++++++++ 7 files changed, 44 insertions(+), 33 deletions(-) commit a655d0136520b156088327284c5a0377476008e7 Author: Garrett Regier Date: Thu Mar 24 10:19:59 2011 -0700 Expose seed_value_to_gvalue libseed/seed-engine.c | 6 +++--- libseed/seed-gtype.c | 2 +- libseed/seed-signals.c | 10 +++++----- libseed/seed-structs.c | 2 +- libseed/seed-types.c | 24 ++++++++++++------------ libseed/seed-types.h | 7 ++++--- libseed/seed.h | 4 ++++ 7 files changed, 30 insertions(+), 25 deletions(-) commit 513244a8b19692f3b41638964586dc60694333c7 Author: José Aliste Date: Mon Mar 28 11:39:20 2011 -0400 Make seed.h C++ friendly. libseed/seed.h | 16 ++++++++++------ 1 files changed, 10 insertions(+), 6 deletions(-) commit 31de08a8b76b7f277defe23b5ab5a371500e4c4a Author: Alexandre Mazari Date: Wed Mar 23 18:34:54 2011 +0100 Allow the creation of a restricted/constrained SeedEngine and add APIs to expose choosen GObject namspaces and instance into this engine The Javascript context of a restricted SeedEngine is empty by default. The importer module, builtins and GType overriding facilities aren't exposed to JS Code. The developer must expose *explicitely* the objects and namespaces that should be accessible from the Javascript context. Add hight-level API to expose GObject instance and namespace in the JS context https://bugzilla.gnome.org/show_bug.cgi?id=645696 libseed/seed-engine.c | 165 +++++++++++++++++++++++++++++++++++++++++++---- libseed/seed-importer.c | 13 +++- libseed/seed-importer.h | 2 + libseed/seed.h | 9 +++ 4 files changed, 171 insertions(+), 18 deletions(-) commit 74bc83ed18f609340a06307f7be3b9d47a357398 Author: Sjoerd Simons Date: Sun Mar 13 19:25:15 2011 +0000 Take Gtk version into account in the prefix path https://bugzilla.gnome.org/show_bug.cgi?id=644663 libseed/seed-path.h.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ce54fb5de39fb47996f663cec50a5eec1d564150 Author: Tim Horton Date: Tue Feb 22 17:56:22 2011 -0500 Postrelease increment configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)