projects
/
platform
/
upstream
/
guile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1192441
)
Update NEWS.
author
Ludovic Courtès
<ludo@gnu.org>
Sat, 7 Mar 2020 15:56:34 +0000
(16:56 +0100)
committer
Ludovic Courtès
<ludo@gnu.org>
Sat, 7 Mar 2020 15:56:34 +0000
(16:56 +0100)
* NEWS: Update.
NEWS
patch
|
blob
|
history
diff --git
a/NEWS
b/NEWS
index 8a2062232026f748f7bf44627ea1102ffe775954..fa927ed6d52b2622540728bbceece8fbfe98e1c1 100644
(file)
--- a/
NEWS
+++ b/
NEWS
@@
-21,6
+21,12
@@
The new '*line-width*' fluid allows users to specify the width of a line
for the purposes of line wrapping. See "texinfo plain-text" in the
manual.
+** R7RS support recognizes the '.sld' extension
+
+The '.sld' is what the R7RS suggests as a source file name extension.
+It is now recognized when running "guile --r7rs", as well as
+the '.guile.sld' extension.
+
* Bug fixes
** 'hash' correctly handles keywords, ports, hash tables, etc.