1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-30 06:50:31 +02:00

update NEWS

* NEWS: Update.
This commit is contained in:
Andy Wingo 2010-12-17 13:33:29 +01:00
parent 7cf64a0af1
commit 27e346064e

5
NEWS
View file

@ -84,9 +84,10 @@ more information.
`cuserid' has been deprecated, as it only returns 8 bytes of a user's `cuserid' has been deprecated, as it only returns 8 bytes of a user's
login. Use `(passwd:name (getpwuid (geteuid)))' instead. login. Use `(passwd:name (getpwuid (geteuid)))' instead.
** New procedure. `reload-module' ** New procedure `reload-module', and `,reload' REPL command
Needs documenting and a REPL meta-command. See "Module System Reflection" and "Module Commands" in the manual, for
more information.
** Allow user-defined REPL meta-commands ** Allow user-defined REPL meta-commands