diff --git a/Plugin/Plugin.cpp b/Plugin/Plugin.cpp
index 6b0964d6738c80685ce2d5f543034c979b2309f6..5134fbcbc37bba7d9f2d44b3ea644a5ea0d83074 100644
--- a/Plugin/Plugin.cpp
+++ b/Plugin/Plugin.cpp
@@ -1,4 +1,4 @@
-// $Id: Plugin.cpp,v 1.16 2001-07-31 19:25:05 geuzaine Exp $
+// $Id: Plugin.cpp,v 1.17 2001-08-01 09:31:57 geuzaine Exp $
 
 #ifndef _NODLL
 #include <dlfcn.h>
@@ -127,7 +127,7 @@ void GMSH_PluginManager::RegisterDefaultPlugins(){
 void GMSH_PluginManager::AddPlugin( char *dirName, char *pluginName){
 
 #if ( defined(WIN32) && !defined(__CYGWIN__) ) || defined(_NODLL)
-  Msg(WARNING,"Plugins not yet implemented on this platform");
+  Msg(WARNING,"No dynamic plugin loading on this platform");
   return;
 #else
   char dynamic_lib[1024];
diff --git a/doc/VERSIONS b/doc/VERSIONS
index d653ddd04fd1f5adaa5934bab13f0b9bb251bf66..5962dfe8fd6b6c7237b8e27e7ec3e72fa8cac7c5 100644
--- a/doc/VERSIONS
+++ b/doc/VERSIONS
@@ -1,13 +1,13 @@
-$Id: VERSIONS,v 1.43 2001-08-01 09:17:28 geuzaine Exp $
+$Id: VERSIONS,v 1.44 2001-08-01 09:31:57 geuzaine Exp $
 
 New in 1.22: Fixed (yet another) bug for 2D mesh in the mean plane;
 fixed surface coherence bug in extruded meshes; new double logarithmic
 scale, saturate value and smoothed normals option for post-processing
-views; plugins are now enabled by default on Windows, Linux, SGI and
-DEC; three experimental plugins are loaded by default: CutMap (extract
-a given iso surface from a 3D scalar map), CutPlane (cut a 3D scalar
-map with a plane section), CutSphere (cut a 3D scalar map with a
-sphere); various other bug fixes, additions and clean-ups;
+views; plugins are now enabled by default; three new experimental
+statically linked plugins: CutMap (extracts a given iso surface from a
+3D scalar map), CutPlane (cuts a 3D scalar map with a plane section),
+CutSphere (cuts a 3D scalar map with a sphere); various other bug
+fixes, additions and clean-ups;
 
 New in 1.21: Fixed more memory leaks; added -opt command line option
 to parse definitions directly from the command line; fixed missing