[seed] Created tag seed-0.6



The unsigned tag 'seed-0.6' was created.

Tagger: Robert Carr <racarr svn gnome org>
Date: Wed Apr 29 13:44:51 2009 -0400

    Tag 0.6 release.

Changes since the last tag 'seed-0.5':

Maciej Piechotka (3):
      Fix checking for libffi
      - Move the pkg-config checks in modules from files to configure.ac
      Remove -O3 from configure.ac

Robert Carr (75):
      Add seed_importer_set_search_path to the API
      Fix usage of JSCore types in xternal header file
      Some tutorial updates
      Reimplement Seed.import_namespace in terms of the new system, it's still deprecated, but at least it works now
      Clean up some warnings
      Add seed_prepare_global_context to the API
      Remove the deprecated Seed.get/set include path
      Implement imports.Directory constructor
      Fix leak in imports, relating to the importer directory objects
      Importer should only include files as JavaScript files if they end in .js
      Revert "Importer should only include files as JavaScript files if they end in .js"
      Remove double GC protection of functions connected to signals
      Fix possible leak of signal user data
      Improve closure memory management
      Rewrite some of the seed-gtype logic to skip ffi for instance_init closure.
      Reimplement class_init closures without using FFI.
      Switch GType creation to have "init" mean "constructor" not "instance init", this is clearly a more useful concept, as construction properties will have been set.
      Add gtype-property-construct.js test. Tests installing construction properties
      Rename readline_bind test to readline-bind, to keep convention
      Update c-module.js test to use the new imports system
      Switch signal definition to use array of "signals" on GType definition.
      Add a GtkTextView example
      Fix small typo in GtkTextView example
      Start writing the mapping documentation
      Properly map named constructors of structs, i.e. soup_date_new_from_now now maps to 'new Soup.Date.from_now' instead of 'Soup.Date.new_from_now'
      Add a section on structs and unions to the mapping documentation. Also discuss constants briefly, and make a note on enum validation.
      Add a section on GObjects to the mapping documentation, covers constructors, methods and static methods, the property lookup chain, and signals
      Fix typo in mapping documentation. Gtk.Main->Gtk.main
      Fix build
      Add the documentation index site to GIT
      Add the native module documentation to the documentation index
      Update module documentation to use new imports system
      Add an index of examples to the documentation index
      Add an index of examples to the documentation site
      Use FFI_LDADD instead of FFI_LIBS
      Revert "Use FFI_LDADD instead of FFI_LIBS"
      Revert "Fix checking for libffi"
      Revert "Revert "Fix checking for libffi""
      Remove Makefile.in.in from GIT, it should not be there
      Fix OSX build
      Fix OS module build on OSX. OSX has a monolithic C library, and does not have pty.h
      Make OS module build conditional
      Check for O_DSYNC, O_RSYNC, O_DIRECT, and O_NOATIME as they do not exist on non GNU c library platforms
      Bump version to 0.5.5
      Clean up formatting for a lot of the examples
      Update accelgroup example to use more...modern seed
      Update actions example to use more reasonable indentation, drop use of with, drop the Gtk.main_quit hack that is not necessary
      Update style in async-quine example
      Update style in calculator example, and remove Gtk.main_quit hack
      Update style in clutter-0.8 example
      Update style in clutter-0.9 example
      Update clutter-cairo example to use the new imports system, and update style
      Update clutter-cogl example to new style...it still doesn't work
      Make clutter-cogl example work again.
      GConf example should use new imports system
      Update gdkpixbufloader example style
      Gnio example should use new imports system
      Gnio server example should use new imports system
      Update style on gtkplug example
      Fix the GLib warnings in gtktreeview example
      Remove introspect.js example, it is silly because we now have GIRs for GIRepository
      Fix no longer useful Gtk.main_quit hack in json-packing.js
      Update style in json-reddit example
      Update style in ls example
      Update style in n-oscillator example
      Update notify-test example style
      Update repl example style
      Update vte-test example style, and remove old Gtk.main_quit hack
      Update style and imports on the OpenGL example
      Update timeout.js to include the priority argument now required for GLib.timeout_add
      Implement os.access and assosciated modes
      Update changelog
      Add readline-bind to tests Makefile.am
      Add GtkTextView example to Makefile
      Add enum-mapping.png to Makefile

Tim Horton (5):
      Patches from Maciej Piechotka, bugs #579220 and #579221.
      Workaround for strange timeline problem.
      Update transitions to work
      Add DOAP file describing Seed.
      Removed introspect.js from Makefile, as it's been removed itself.



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