diff --git a/NEWS b/NEWS index 55fb2718b..045d1ef6e 100644 --- a/NEWS +++ b/NEWS @@ -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