mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-03 02:36:19 +02:00
*** empty log message ***
This commit is contained in:
parent
e1f20ec6ad
commit
0ce204b054
1 changed files with 11 additions and 0 deletions
11
NEWS
11
NEWS
|
@ -8,6 +8,17 @@ Changes since Guile 1.3.2:
|
|||
|
||||
* Changes to Scheme functions and syntax
|
||||
|
||||
** Readline support has changed again.
|
||||
|
||||
The old (readline-activator) module is gone. Use (ice-9 readline)
|
||||
instead, which now contains all readline functionality. So the code
|
||||
to activate readline is now
|
||||
|
||||
(use-modules (ice-9 readline))
|
||||
(activate-readline)
|
||||
|
||||
This should work at any time, including from the guile prompt.
|
||||
|
||||
** Hooks
|
||||
|
||||
*** New function: hook? OBJ
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue