From 71af4d5e16dea5394a082b3c9e7e81734360e36b Mon Sep 17 00:00:00 2001
From: sam <sam@55e467fa-43c5-0310-a8a2-de718669efc6>
Date: Sun, 7 Sep 2003 22:33:32 +0000
Subject: [PATCH]   * Updated ChangeLog and NEWS for the 3.99.1 release.

git-svn-id: svn://svn.zoy.org/elk/trunk@127 55e467fa-43c5-0310-a8a2-de718669efc6
---
 ChangeLog |  7 +++++++
 NEWS      | 22 +++++++++++++++++++++-
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 6541cdd..8405f9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+------------------------------------------------------------------------
+rev 126:  sam | 2003-09-08 00:10:41 +0200 (Mon, 08 Sep 2003) | 2 lines
+Changed paths:
+   M /ChangeLog
+
+  * Updated ChangeLog.
+
 ------------------------------------------------------------------------
 rev 125:  sam | 2003-09-08 00:07:33 +0200 (Mon, 08 Sep 2003) | 2 lines
 Changed paths:
diff --git a/NEWS b/NEWS
index 90251e6..c63bf92 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,27 @@ $Id$
 Changes between 3.0 and 4.0:
 ----------------------------
 
-  * Nothing yet.
+  * Not released yet.
+
+  * New in 3.99.1 prerelease (rev 126):
+    + Ported to Mac OS X.
+    + Added proper checks for the libraries (libgdbm, X11, Motif, ...).
+    + Added a ChangeLog file.
+    + libelf is no longer an absolute requirement, though it is still
+      strongly recommended.
+
+  * New in 3.99.0 prerelease (rev 96):
+    + libelk, a shared library containing all the Elk scheme interpreter
+      features.
+    + Properly builds with GCC 3.
+    + 64 bits clean.
+    + Uses autoconf, automake and libtool for greater portability and a
+      simpler build and installation process.
+    + Support for dynamically loadable plugins. Previous versions used the
+      system's linker to build shared objects at runtime.
+    + Massive bugfixing.
+    + Dump support was removed because it was too platform-specific and
+      could not be thoroughly tested. I may enable it again in the future.
 
 Changes between 2.2 and 3.0:
 ----------------------------