X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/9f9aa47baf42fbce77197782415a5d6f13dc1274..ef1ea498fc73ec048bfcad938417c8e73a5109a4:/NEWS diff --git a/NEWS b/NEWS index 79a2dffa1..90885c9ff 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,14 @@ itself does not lead to infinite recursion. "libguile/fluid.h" to find out more. It is accessible from Scheme with the following functions and macros: +** struct-vtable-offset renamed to vtable-offset-user + +** New constants: vtable-index-layout, vtable-index-vtable, vtable-index-printer + +** There is now a fourth (optional) argument to make-vtable-vtable and + make-struct when constructing new types (vtables). This argument + initializes field vtable-index-printer of the vtable. + Function: make-fluid Create a new fluid object. Fluids are not special variables or