== Seed 0.8.5, "Self Portrait" (2009.07.10) == * Significant reorganization and expansion of the reference documentation * New native modules: * gettext * MPFR (partially complete) * Same Seed has moved to the gsoc-seed-games branch of Gnome Games (and will eventually move to master) * Add seed-module.h, which includes a handful of macros to make writing modules slightly more attractive. Look at gettext or the reference docs for examples. * Prefix native modules with seed_ (libseed_readline.so, etc.); this fixes the need to incessantly 'make clean' seed and cuts down on ambiguity in naming. * Add 'seed_value_is_string', 'seed_value_is_number', and 'seed_value_is_object_of_class' to libseed * Update examples to latest (now frozen) Clutter API changes. * Fixes a bug with the importer search path which resulted in the search path being overwritten each time something was imported * The importer now also searches the directory in which the script being executed is located by default.