1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

Tweak `NEWS'.

* NEWS: Update.
This commit is contained in:
Ludovic Courtès 2010-12-17 21:48:16 +01:00
parent 90b2c69c97
commit 831ed60ddb

13
NEWS
View file

@ -89,19 +89,28 @@ login. Use `(passwd:name (getpwuid (geteuid)))' instead.
See "Module System Reflection" and "Module Commands" in the manual, for
more information.
** New `,in' REPL command
See "Module Commands" in the manual, for more information.
** Allow user-defined REPL meta-commands
See FIXME in the manual, for more information.
This feature is not documented yet. See `define-meta-command' in
`(system repl command)'.
** Add support for unbound fluids
See `make-unbound-fluid', `fluid-unset!', and `fluid-bound?' in the
manual.
** Add variable-unset!
** Add `variable-unset!'
See "Variables" in the manual, for more details.
** New procedures: `compose', `negate', and `const'
See "Higher-Order Functions" in the manual, for more information.
** Command line additions
The guile binary now supports a new switch "-x", which can be used to