seed 3.2.0



About Seed
==========

GNOME WebKit Javascript bindings

ChangeLog
=========

commit 004746bf04ae72924c233377869c7e639ac8deee
Author: Tim Horton <hortont424 gmail com>
Date:   Wed Sep 21 21:31:16 2011 -0700

    Bump version to 3.2.0

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5645ccc8f3fff91797a4e8cd2cc732c92b45b9d7
Author: Tim Horton <hortont424 gmail com>
Date:   Wed Sep 21 21:30:22 2011 -0700

    Let gtkdoc do its thing

 doc/reference/tmpl/seed-exception.sgml      |    2 +-
 doc/reference/tmpl/seed-typeconversion.sgml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 920e8754f72d2626a6c2ced995aaf5a2f01839b2
Author: Tim Horton <hortont424 gmail com>
Date:   Wed Sep 21 21:29:59 2011 -0700

    Remove missing file from tests/javascript/gtypes/Makefile.am

 tests/javascript/gtypes/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit f2cb32103467e0d3c1ded57997656e5e69f69399
Author: Javier Jardón <jjardon gnome org>
Date:   Fri Sep 9 15:37:04 2011 +0100

    Make maintiner mode enabled by default
    
    See http://blogs.gnome.org/desrt/2011/09/08/am_maintainer_mode-is-not-cool/

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 6ae79c21436f036f36ab7ebfe1b5466ae741f00d
Author: Alexandre Mazari <amazari igalia com>
Date:   Wed Aug 31 12:49:01 2011 +0200

    Fix #657833 - Import GLib namespace when searchPath is initialized. GLib might have extension present in the searchPath. Also makes extension loading exceptions bubble up to the javascript context.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657833

 extensions/Seed.js.in   |   73 +++++++++++++++++++++++------------------------
 libseed/seed-importer.c |    2 +-
 2 files changed, 37 insertions(+), 38 deletions(-)

commit eedae3e24b470b28951b9d303b65b94ad9613209
Author: Alan Knowles <alan akbkhome com>
Date:   Wed Aug 31 17:32:10 2011 +0800

    Revert "Introduce facilities for client DBus using GDbus: methods generation, signals and properties binding."
    
    Wait until we have API fixed.
    
    This reverts commit 9f4589a7f8eb24f755fd2931499a1d2a3346911c.

 extensions/Gio.js |  181 +----------------------------------------------------
 1 files changed, 3 insertions(+), 178 deletions(-)

commit b0be7270b4029bc4001d7a819ffb9c318666670f
Author: Sunil Mohan Adapa <sunil medhas org>
Date:   Fri Aug 26 19:08:44 2011 +0530

    Fix #6574441 -  incorrect comparision in gtype testcase

 tests/javascript/gtypes/gtype.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bc3c00ee0b18d6fd13ee8d9766d53e443e57bf6c
Author: Alexandre Mazari <amazari igalia com>
Date:   Wed Aug 31 16:51:57 2011 +0800

    https://bugzilla.gnome.org/show_bug.cgi?id=657647

 libseed/seed-types.c |   38 ++++++++++++++++++++++++++++++++++++++
 libseed/seed-types.h |    3 ++-
 2 files changed, 40 insertions(+), 1 deletions(-)

commit 9f4589a7f8eb24f755fd2931499a1d2a3346911c
Author: Alexandre Mazari <amazari igalia com>
Date:   Tue Aug 30 14:46:21 2011 +0200

    Introduce facilities for client DBus using GDbus: methods generation, signals and properties binding.
    /!\ This is not compatible with the existing native dbus module.
    See documentation.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=657702

 extensions/Gio.js |  181 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 178 insertions(+), 3 deletions(-)

commit 0aa53b6d9667ab2fc8cb0e6242564e8851ef66d6
Author: Siraj Razick <siraj razick collabora co uk>
Date:   Wed Aug 31 11:54:42 2011 +0800

    Fixes : bug#657228 - Make callbacks work with WebkFrame's Js Context (Revised)

 libseed/seed-closure.c |    6 ++++--
 libseed/seed-closure.h |    1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 142625d27d522dcc9a4c2b52948cef48fa56c59c
Author: Alan Knowles <alan akbkhome com>
Date:   Wed Aug 31 09:57:45 2011 +0800

    Revert "Fixes : bug#657228 - Make callbacks work with WebkFrame's Js Context"
    
    The patched caused serious segfaults. on fetching context  JSContextGetGroup(privates->ctx)
    
    I did try protecting ctx before putting it in the struct, but that did not appear to help.
    
    This reverts commit b41c16b814f1c08228be08ecfa2dec0917d1696b.

 libseed/seed-closure.c |    6 ++----
 libseed/seed-closure.h |    1 -
 2 files changed, 2 insertions(+), 5 deletions(-)

commit b41c16b814f1c08228be08ecfa2dec0917d1696b
Author: Siraj Razick <siraj razick collabora co uk>
Date:   Wed Aug 24 16:49:56 2011 +0530

    Fixes : bug#657228 - Make callbacks work with WebkFrame's Js Context

 libseed/seed-closure.c |    6 ++++--
 libseed/seed-closure.h |    1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

commit e5cd8a0e34de7ee60c7da00c23edf37cf53016d7
Author: Alan Knowles <alan akbkhome com>
Date:   Wed Aug 24 16:31:25 2011 +0800

    partial fix for #615199 - gets rid of segfault, and at least it calls back sometimes.
    
    Basically removes the new context from the closure callback

 modules/dbus/module.c |   22 ++++++++++------------
 1 files changed, 10 insertions(+), 12 deletions(-)

commit 9805441749f447b7b46f6b314531542d3b4453aa
Author: Alexandre Mazari <amazari igalia com>
Date:   Thu Aug 11 18:06:27 2011 +0200

    fix #656517 - Do not add search path entry for non-existing directory.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=656517

 libseed/seed-importer.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 58415e71d8e767570428354c06dbbf9affedd5fa
Author: Alexandre Mazari <scaroo gmail com>
Date:   Sat Mar 5 11:46:43 2011 +0100

    Switch to LGPL2+ (See bug #643938 for details of approval by all major contributors)
    
    Import the LGPL2+ licence in the COPYING file
    Modify the source files headers to permit redistribution under
    LGPL2+ distribution.

 COPYING                                        |  637 ++++++++++++++++++------
 libseed/seed-api.c                             |    2 +-
 libseed/seed-builtins.c                        |    2 +-
 libseed/seed-builtins.h                        |    2 +-
 libseed/seed-closure.c                         |    2 +-
 libseed/seed-closure.h                         |    2 +-
 libseed/seed-debug.h                           |    2 +-
 libseed/seed-engine.c                          |    2 +-
 libseed/seed-engine.h                          |    2 +-
 libseed/seed-exceptions.c                      |    2 +-
 libseed/seed-exceptions.h                      |    2 +-
 libseed/seed-gtype.c                           |    2 +-
 libseed/seed-gtype.h                           |    2 +-
 libseed/seed-importer.c                        |    2 +-
 libseed/seed-importer.h                        |    2 +-
 libseed/seed-module.h                          |    2 +-
 libseed/seed-private.h                         |    2 +-
 libseed/seed-signals.c                         |    2 +-
 libseed/seed-signals.h                         |    2 +-
 libseed/seed-structs.c                         |    2 +-
 libseed/seed-structs.h                         |    2 +-
 libseed/seed-types.c                           |    2 +-
 libseed/seed-types.h                           |    2 +-
 libseed/seed.h                                 |    2 +-
 modules/DynamicObject/seed-DynamicObject.c     |    2 +-
 modules/cairo/seed-cairo-enums.c               |    2 +-
 modules/cairo/seed-cairo-image-surface.c       |    2 +-
 modules/cairo/seed-cairo-matrix.c              |    2 +-
 modules/cairo/seed-cairo-pattern.c             |    2 +-
 modules/cairo/seed-cairo-pdf-surface.c         |    2 +-
 modules/cairo/seed-cairo-surface.c             |    2 +-
 modules/cairo/seed-cairo.c                     |    2 +-
 modules/canvas/seed-canvas.c                   |    2 +-
 modules/dbus/dbus-exports.c                    |    2 +-
 modules/dbus/dbus-values.c                     |    2 +-
 modules/dbus/module.c                          |    2 +-
 modules/example/seed-example.c                 |    2 +-
 modules/ffi/seed-ffi.c                         |    2 +-
 modules/gettext/seed-gettext.c                 |    2 +-
 modules/gtkbuilder/seed-gtkbuilder.c           |    2 +-
 modules/libxml/seed-libxml.c                   |    2 +-
 modules/mpfr/seed-mpfr-arithmetic.c            |    2 +-
 modules/mpfr/seed-mpfr-cmp.c                   |    2 +-
 modules/mpfr/seed-mpfr-trig.c                  |    2 +-
 modules/mpfr/seed-mpfr.c                       |    2 +-
 modules/multiprocessing/seed-multiprocessing.c |    2 +-
 modules/os/seed-os.c                           |    2 +-
 modules/readline/seed-readline.c               |    2 +-
 modules/sandbox/seed-sandbox.c                 |    2 +-
 modules/sqlite/seed-sqlite.c                   |    2 +-
 src/args.c                                     |    2 +-
 src/main.c                                     |    2 +-
 tests/c/api-closure.c                          |    2 +-
 tests/c/api-js-signal-from-c.c                 |    2 +-
 tests/c/api-types.c                            |    2 +-
 tests/c/basic.c                                |    2 +-
 tests/c/main.c                                 |    2 +-
 57 files changed, 533 insertions(+), 216 deletions(-)

commit a84576e42dbceb102f5cb7fa5b9e3ebce8d7a9c9
Author: Dominique Leuenberger <dimstar opensuse org>
Date:   Fri Aug 12 21:27:20 2011 +0200

    More fixes for bgo#653077: Also correctly identify javascriptcoregtk-1.0

 configure.ac |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 1dae3adaa27f1cbef976ace0584c71217e594c7a
Author: Alan Knowles <alan akbkhome com>
Date:   Fri Aug 12 13:58:56 2011 +0800

    since GParamSpec is not exposed, we can not call param_spec_* methods any more, so Gtype object contruction has to be done via properties in the ctor.

 tests/javascript/gtypes/Makefile.am                |    1 -
 .../javascript/gtypes/gtype-property-construct.js  |   22 +++++++-------
 tests/javascript/gtypes/gtype-property.js          |   30 --------------------
 3 files changed, 11 insertions(+), 42 deletions(-)

commit debb39ead5b86f774eb9488af8dd20e80d10ecf3
Author: Siraj Razick <siraj razick collabora co uk>
Date:   Tue Aug 9 22:17:21 2011 +0530

    Fixes : bug#656227 - Seed doesn't support GPtrArray as return type

 libseed/seed-types.c |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

commit 937d32206c93a2024bd4d6c2ff045d5310bfbda5
Author: Alan Knowles <alan akbkhome com>
Date:   Tue Aug 9 12:53:07 2011 +0800

    More fixes for  #653077 - javascriptcoregtk build needs to be linked against libraries, rather than expecting it via webkit any more

 modules/cairo/Makefile.am      |    4 +++-
 modules/canvas/Makefile.am     |    1 +
 modules/gtkbuilder/Makefile.am |    1 +
 3 files changed, 5 insertions(+), 1 deletions(-)

commit db641cd31d82aff79a16080f65f7c7562aaadde6
Author: Alan Knowles <alan akbkhome com>
Date:   Mon Aug 8 18:05:48 2011 +0800

    more fixes for  #653077 - xml build without webkit, also includes fix for  #652771 - removing paramspec reference

 libseed/seed-gtype.c       |    6 ++++--
 modules/libxml/Makefile.am |    1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

commit dd591f267d0a726ee69216542d67d04202fbfd6b
Author: Siraj Razick <siraj razick collabora co uk>
Date:   Thu Aug 4 09:19:14 2011 +0530

    Adds support for handling GUNIT32

 libseed/seed-types.c |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

commit 7509ce76f8295134a276654a92841fc899e35b25
Author: Alan Knowles <alan akbkhome com>
Date:   Wed Jul 20 23:53:53 2011 +0800

    substitute SEED_GTK_VERSION - fixes build...

 configure.ac |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 91ab326855490e1173696d95e153fcdf7e8105e9
Author: Alan Knowles <alan akkbhome com>
Date:   Sun Jul 3 23:01:12 2011 +0800

    fix #653077 - change build to support javascriptcoregtk change

 configure.ac |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit ff9eca41b42f3b6c2cc312dd996f78b67bf5be35
Author: Tim Horton <hortont424 gmail com>
Date:   Tue May 17 12:55:53 2011 -0400

    postrelease version bump

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Download
========

http://download.gnome.org/sources/seed/3.2/seed-3.2.0.tar.xz  (666K)
  sha256sum: 3d1eca40834b72a5730ddaf8a5f46b8df20ddb2b3b39687d1a84ef966d3d37c0

http://download.gnome.org/sources/seed/3.2/seed-3.2.0.tar.bz2 (780K)
  sha256sum: 5372ab84b37dadb2f20e2a9c64c0d049e451d36a561c9e386ea0459d21cb819b



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