1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-04 16:50:25 +02:00

Update "interface summarization available" blurb.

This commit is contained in:
Thien-Thi Nguyen 2002-05-13 20:43:36 +00:00
parent 79b2bd1c65
commit 9a145f9c37

16
NEWS
View file

@ -103,16 +103,18 @@ The data-rep.info that was included in Guile 1.4 is now incorporated
into guile.info, which is a temporary placeholder for the reference manual into guile.info, which is a temporary placeholder for the reference manual
that is still to be fully integrated at some point in the future. that is still to be fully integrated at some point in the future.
* API summarization available * interface summarization available
Scheme and C programming interfaces are now summarized in Programming interfaces are now summarized in doc/guile-api.alist, in a
doc/guile-api.alist. This file contains a single sexp of the form: program-friendly format. This file contains a single sexp of the form:
((scheme SCHEME-API) (C C-API)) ((meta ...) (interface ...))
SCHEME-API and C-API are sub-alists whose keys are names of Scheme (or The meta fields are `GUILE_LOAD_PATH', `LTDL_LIBRARY_PATH', `guile'
C) functions and variables. The values behind the keys are unspecified `libguileinterface', `sofile' and `groups'. The interface elements are
for now. in turn sub-alists w/ keys `groups' and `scan-data'. Interface elements
initially belong in one of two groups `Scheme' or `C' (but not both) and
sometimes belong in other groups (see doc/groupings.alist for defs).