diff --git a/Mesh/Print_Mesh.cpp b/Mesh/Print_Mesh.cpp
index 602990a993e140cba0c3268fc3a0bf46b222b03f..2d2bb80a74f2f5d583579f79589b0a06d58e002d 100644
--- a/Mesh/Print_Mesh.cpp
+++ b/Mesh/Print_Mesh.cpp
@@ -1,4 +1,4 @@
-// $Id: Print_Mesh.cpp,v 1.14 2001-02-17 22:08:58 geuzaine Exp $
+// $Id: Print_Mesh.cpp,v 1.15 2001-02-18 18:11:17 geuzaine Exp $
 
 #include "Gmsh.h"
 #include "Const.h"
@@ -107,6 +107,7 @@ void add_msh_simplex (void *a, void *b){
       type = TETRAHEDRON;
   }
   
+#if 0 // JF, je comprends pas !?
   if(type == TETRAHEDRON)
     {
       if ((*S)->Volume_Simplexe () > 0){
@@ -118,6 +119,7 @@ void add_msh_simplex (void *a, void *b){
           Msg(WARNING, "Negative Volume for Simplex %d", (*S)->Num);
       }
     }
+#endif
 
   fprintf (mshfile, "%d %d %d %d %d",
            MSH_ELEMENT_NUM++, type,MSH_PHYSICAL_NUM,(*S)->iEnt, nbn + nbs);
diff --git a/doc/Changelog b/doc/Changelog
index 762651fb24703a69d9bdf0e2a1e666542a49029b..881cb850993994fe5308384ecaaee42bba3d4596 100644
--- a/doc/Changelog
+++ b/doc/Changelog
@@ -6,7 +6,7 @@ startup; Made some changes to the scripting syntax
 (PostProcessing.View[n] becomes View[n]; Offset0 becomes OffsetX,
 etc.); Corrected the handling of simple triangular surfaces with large
 characteristic lengths in the 2D isotropic algorithm; Added an ascii
-to binary view converter (gmsh -convert file file);
+to binary post-processing view converter;
 
 New in 1.13: Added jpeg output on Windows;
 
diff --git a/www/gmsh.html b/www/gmsh.html
index e4748f4756051840cb0a612a9d92d88cc3ae5119..df58e5cb9f74039b31709032b3f48617db4fe947 100644
--- a/www/gmsh.html
+++ b/www/gmsh.html
@@ -51,7 +51,7 @@ ENDSCRIPT--->
 This page is a mirror of <a href="/gmsh/">/gmsh/</a><p>
 ENDMIRROR--->
 
-<!---BEGINDATE$Date: 2001-02-09 09:11:23 $ENDDATE--->
+<!---BEGINDATE$Date: 2001-02-18 18:11:42 $ENDDATE--->
 
 Copyright &copy; 1998-2001<br>
 J.-F. Remacle<br>
@@ -251,13 +251,13 @@ description.
 
   <td bgcolor="#ededed"><font face="Helvetica, Arial" size=-1>
 
-<b>Development Release: 1.13 (February 9, 2001)</b>
+<b>Development Release: 1.14 (February 19, 2001)</b>
 <p>
 The development release of Gmsh is available for Linux and
 Windows. All executables are dynamically linked with OpenGL.
 <ul>
-<li><A href="/gmsh/1.13/gmsh-win.zip">Windows zip archive (95/98/NT)</A>
-<li><A href="/gmsh/1.13/gmsh-1.13-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A> 
+<li><A href="/gmsh/1.14/gmsh-win.zip">Windows zip archive (95/98/NT)</A>
+<li><A href="/gmsh/1.14/gmsh-1.14-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A> 
 </ul>
 
 <p><br>