[seed] Update NEWS for today's release



commit fbc08d6937f2b88a9d0840051f31f989666fd6f3
Author: Tim Horton <hortont424 gmail com>
Date:   Mon Aug 10 07:52:00 2009 -0800

    Update NEWS for today's release
    
    I'm not sure what the version number of today's release should be;
    the obvious choice is 0.8.6, but since we're now an official module,
    perhaps it should be 2.27.90.

 NEWS |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
---
diff --git a/NEWS b/NEWS
index 39ccbe2..74364b0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+== Seed ?.?.?, "?" (2009.08.10) ==
+
+* Expanded and updated documentation; also available at:
+  	   http://library.gnome.org/devel/seed/0.8/
+
+* All JavaScript contexts now have a __script_path__ property, which
+  exposes the absolute, canonical path to the evaluated script
+
+* Add __init__.js functionality; if an imported folder contains __init__.js,
+  it will be evaluated with the imported context as the 'this' object
+
+* Fix bug which caused inheritance from a GType created in Seed to fail
+
+* Add "pretty" property installation, see:
+      	   tests/javascript/gtypes/gtype-property-nice.js
+
+* New FFI module, provides an interface for calling non-introspected
+  native C functions from JavaScript
+
 == Seed 0.8.5, "Self Portrait" (2009.07.10) ==
 
 * Significant reorganization and expansion of the reference documentation



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]