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:
parent
90b2c69c97
commit
831ed60ddb
1 changed files with 11 additions and 2 deletions
13
NEWS
13
NEWS
|
@ -89,19 +89,28 @@ login. Use `(passwd:name (getpwuid (geteuid)))' instead.
|
||||||
See "Module System Reflection" and "Module Commands" in the manual, for
|
See "Module System Reflection" and "Module Commands" in the manual, for
|
||||||
more information.
|
more information.
|
||||||
|
|
||||||
|
** New `,in' REPL command
|
||||||
|
|
||||||
|
See "Module Commands" in the manual, for more information.
|
||||||
|
|
||||||
** Allow user-defined REPL meta-commands
|
** 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
|
** Add support for unbound fluids
|
||||||
|
|
||||||
See `make-unbound-fluid', `fluid-unset!', and `fluid-bound?' in the
|
See `make-unbound-fluid', `fluid-unset!', and `fluid-bound?' in the
|
||||||
manual.
|
manual.
|
||||||
|
|
||||||
** Add variable-unset!
|
** Add `variable-unset!'
|
||||||
|
|
||||||
See "Variables" in the manual, for more details.
|
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
|
** Command line additions
|
||||||
|
|
||||||
The guile binary now supports a new switch "-x", which can be used to
|
The guile binary now supports a new switch "-x", which can be used to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue