Seed 2.29.2 changes
authorTim Horton <hortont424@gmail.com>
Mon, 16 Nov 2009 23:52:27 +0000 (18:52 -0500)
committerTim Horton <hortont424@gmail.com>
Mon, 16 Nov 2009 23:52:27 +0000 (18:52 -0500)
NEWS
RELEASE [deleted file]
config.h.in
m4/libtool.m4

diff --git a/NEWS b/NEWS
index 5b56469..dfbe6a9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+== Seed 2.29.2 (2009.11.16) ==
+
+* Change semantics of seed_value_from_string and _from_filename; they 
+  now return JavaScript null if passed a null input value.
+
+* Seed interpreter adds --version argument
+
+* libseed adds --seed-version argument
+
+* Clutter extension wrapper for animate_with_alpha
+
 == Seed 2.28.0, "The Rise and Fall of Ziggy Stardust and the Spiders
    from Mars" (2009.09.21) ==
 
diff --git a/RELEASE b/RELEASE
deleted file mode 100644 (file)
index 0eec75f..0000000
--- a/RELEASE
+++ /dev/null
@@ -1,75 +0,0 @@
-Today  I am  happy once  again  to announce  the release  of Seed  0.8
-"Bringing It All Back Home".
-
-Tarballs are available at 
-ftp://ftp.gnome.org/pub/GNOME/sources/seed/0.8
-
-For  those  not  familiar,  Seed  (http://live.gnome.org/Seed),  is  a
-library  that bridges  WebKit's JavaScriptCore  interpreter,  with the
-GNOME platform.  Using GObject-introspection, Seed  provides automatic
-bindings around most GObject style  libraries. In addition Seed has an
-API, which  in combination with  GObject-introspection can be  used to
-easily  enable your  GObject application  to be  made  extensible with
-JavaScript  (This is  currently realized  in the  Seed  extensions for
-epiphany).  In  addition to  GNOME  libraries,  Seed  can also  access
-OpenGL, a significant  portion of the POSIX API  (based on Python's OS
-module)  and  various C  libraries,  such  as  cairo, libxml,  or  GNU
-Readline.  Seed  also has  a fairly complete  set of (client  side for
-now) DBus  bindings.  More modules can  easily be written  through a C
-interface.
-
-Bugs are welcome in the 'seed' component on GNOME bugzilla.
-
-Seed has a documentation site at http://gnome.org/~racarr/seed
-
-This  release  is the  first  to  depend  on 'gnome-js-common',  which
-contains  modules and  bits  of  code/tests useful  for  both GJS  and
-Seed. Some other highlights of this release include:
-
- * Cairo bindings.
- * Search path works with prefix.  
- * Module documentation improved, and moved  to  docbook.  
- * New  GtkBuilder  module  for automatic  signal connection.   
- * A  few  leaks fixed.   
- * Ability to  set non   GObject properties through JSON constructors 
-   improves design in many cases.
-
-This release is a little hard to summarize, so I would suggest interested
-individuals read the "full" changelog, below.
-
-== Seed 0.8, "Bringing It All Back Home" (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.
-* *_init methods now take normal arrays (by value) 
-  in addition to the special Seed.argv array.
-* GObject constructors (init methods) now take "self" as a parameter.
-* Passing non gobject-properties to a GObject 
-  constructor will set the properties on the GObject wrapper.
-* Module documentation rewritten in docbook, and builds one nice manual.
-* New Cairo module, supports most of the cairo API, with 
-  automatic memory management and all that great stuff.
-* 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.
-* JSON stuff (stringify,parse) is now in gnome-js-common.
-* Add seed_value_to_format to API, for converting an Array 
-  of SeedValue based on a format string.
-* Install seed-debug.h so modules can make use of it.
-* Search path now works in nonstandard prefix, default search path includes
-  gnome-js-common moduledir (from pkgconfig).
-* Support to/from Date objects to time_t.
-* The usual round of example cleanup/improvements.
-
-
index 035e732..25050a3 100644 (file)
@@ -79,9 +79,6 @@
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
-
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
index 1e7ea47..2ca1c1f 100644 (file)
@@ -4261,9 +4261,6 @@ dnl Note also adjust exclude_expsyms for C++ above.
   openbsd*)
     with_gnu_ld=no
     ;;
-  linux* | k*bsd*-gnu)
-    _LT_TAGVAR(link_all_deplibs, $1)=no
-    ;;
   esac
 
   _LT_TAGVAR(ld_shlibs, $1)=yes