[seed] seed: Start working on ChangeLog for next release. Still one week left...this must be a record
- From: Robert Carr <racarr src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] seed: Start working on ChangeLog for next release. Still one week left...this must be a record
- Date: Sat, 23 May 2009 16:25:00 -0400 (EDT)
commit 6f7c3e69c60bdb80912f449b8af9775fd93704e6
Author: Robert Carr <racarr svn gnome org>
Date: Thu May 21 17:26:18 2009 -0400
seed: Start working on ChangeLog for next release. Still one week left...this must be a record
---
ChangeLog | 19 +++++++++++++++++++
libseed/seed-importer.c | 1 -
2 files changed, 19 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d55aad8..65c5b61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+== Seed 0.8, "Third Stage" (2009.05.27) ==
+* Importer now supports constructing directory objects, to avoid manipulation of search path.
+ Importer directory objects now support property enumeration.
+* Fix small leak in GObject wrapper initialization. (and also simplify the process).
+* GtkBuilder module to handle GtkBuilder automatic signal connection.
+* Module documentation rewritten in docbook, and builds one nice manual.
+* New Cairo module, supports most of the cairo API, with automatic memory management
+ and everything you would expect.
+* Fix a reference count leak introduced in the last few releases.
+ in some cases with non INITIALLY_UNOWNED objects.
+* Some work on ClutterPad examples, and writing examples which live inside of it.
+ (lots of fun to play with!, cairo example...fun spring example...ClutterBox2D)
+* Working around a WebKit bug (which is actually fixed in SVN now), should prevent a
+ crash that happened sometimes with C modules.
+* Clutter animatev wrapper looks up property type wrapper now, so as to avoid having to pass
+ [GObject.TYPE_FOO, bar]
+* Implement some varargs functions which can be implemented on top of non vararg variants
+ in JavaScript extensions.
+
== Seed 0.7, "Another Side of Bob Dylan" (2009.05.13) ==
* Support for library init methods.
* The REPL now supports multi-line entry.
diff --git a/libseed/seed-importer.c b/libseed/seed-importer.c
index d149d66..077d9db 100644
--- a/libseed/seed-importer.c
+++ b/libseed/seed-importer.c
@@ -804,7 +804,6 @@ seed_importer_dir_finalize (JSObjectRef dir)
}
-
void
seed_importer_add_global(JSObjectRef global,
gchar *name)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]