summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2007-07-18 22:13:14 +0000
committerLudovic Courtès <ludo@gnu.org>2007-07-18 22:13:14 +0000
commit24d6fae831ac3dff56fdf86b235b3d867b74f5f3 (patch)
tree68b6df50692c92ecf023c67951099f25361a1fb6
parent57e1ad75c7d3a690bd9231bdb6deb9492c21d5ff (diff)
downloadguile-24d6fae831ac3dff56fdf86b235b3d867b74f5f3.tar.gz
Changes from arch/CVS synchronization
-rw-r--r--ChangeLog5
-rw-r--r--NEWS13
2 files changed, 15 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 992d60dc2..abf36919c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-07-19 Ludovic Courtès <ludo@gnu.org>
+
+ * NEWS: Mention `(ice-9 i18n)' and lazy duplicate binding
+ resolution.
+
2007-07-18 Ludovic Courtès <ludo@gnu.org>
* NEWS: Mention SRFI-37.
diff --git a/NEWS b/NEWS
index 31074e972..15f2d80cd 100644
--- a/NEWS
+++ b/NEWS
@@ -16,17 +16,24 @@ Each release reports the NEWS in the following sections:
Changes in 1.9.XXXXXXXX:
+* New modules (see the manual for details)
+
+** The `(ice-9 i18n)' module provides internationalization support
+
* Changes to the distribution
* Changes to the stand-alone interpreter
* Changes to Scheme functions and syntax
-** A new 'memoize-symbol evaluator trap has been added. This trap can
+** A new 'memoize-symbol evaluator trap has been added. This trap can
be used for efficiently implementing a Scheme code coverage.
+** Duplicate bindings among used modules are resolved lazily.
+This slightly improves program startup times.
+
* Changes to the C interface
-** Functions for handling scm_option now no longer require an argument
-indicating length of the scm_t_option array.
+** Functions for handling `scm_option' now no longer require an argument
+indicating length of the `scm_t_option' array.
Changes in 1.8.3 (since 1.8.2)