diff --git a/Parser/Gmsh.tab.cpp b/Parser/Gmsh.tab.cpp
index 38f50a71317dc04407c5e6ee88d43541c051f378..49b67c0d355cbf8860f44fe8f1bb6c50f6b6a0b2 100644
--- a/Parser/Gmsh.tab.cpp
+++ b/Parser/Gmsh.tab.cpp
@@ -189,7 +189,7 @@
 
 #line 1 "Gmsh.y"
  
-// $Id: Gmsh.tab.cpp,v 1.166 2003-11-21 07:56:29 geuzaine Exp $
+// $Id: Gmsh.tab.cpp,v 1.167 2003-11-21 08:00:03 geuzaine Exp $
 //
 // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
 //
@@ -6378,7 +6378,7 @@ case 269:
 case 270:
 #line 1928 "Gmsh.y"
 {
-      if(!strcmp(yyvsp[-4].c, "View")) FreeView((int)yyvsp[-2].d);
+      if(!strcmp(yyvsp[-4].c, "View")) RemoveViewByIndex((int)yyvsp[-2].d);
     ;
     break;}
 case 271:
diff --git a/Parser/Gmsh.yy.cpp b/Parser/Gmsh.yy.cpp
index 427a5f73ac0e2b4a42dfa34a2955f8d5875d7ce7..566e739305b1d30368a0e8c4cbc9411f474c6888 100644
--- a/Parser/Gmsh.yy.cpp
+++ b/Parser/Gmsh.yy.cpp
@@ -2,7 +2,7 @@
 /* A lexical scanner generated by flex */
 
 /* Scanner skeleton version:
- * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.165 2003-11-21 07:56:31 geuzaine Exp $
+ * $Header: /cvsroot/gmsh/Parser/Gmsh.yy.cpp,v 1.166 2003-11-21 08:00:04 geuzaine Exp $
  */
 
 #define FLEX_SCANNER
@@ -1013,7 +1013,7 @@ char *yytext;
 #define INITIAL 0
 #line 2 "Gmsh.l"
 
-// $Id: Gmsh.yy.cpp,v 1.165 2003-11-21 07:56:31 geuzaine Exp $
+// $Id: Gmsh.yy.cpp,v 1.166 2003-11-21 08:00:04 geuzaine Exp $
 //
 // Copyright (C) 1997-2003 C. Geuzaine, J.-F. Remacle
 //
diff --git a/doc/VERSIONS b/doc/VERSIONS
index 95a3010c35dbd87c77670ff70a16db34a6f5b5cf..90aa0c764887b50b319b9b751aa1c3c4e210980a 100644
--- a/doc/VERSIONS
+++ b/doc/VERSIONS
@@ -1,7 +1,8 @@
-$Id: VERSIONS,v 1.159 2003-11-21 07:56:32 geuzaine Exp $
+$Id: VERSIONS,v 1.160 2003-11-21 08:00:04 geuzaine Exp $
 
 New since 1.47: new DisplacementRaise plugin to plot arbitrary fields
-on a deformed mesh; small bug fixes (configure script);
+on a deformed mesh; genearlized CutMap, CutPlane and CutSphere
+plugins; small bug fixes (configure script);
 
 New in 1.47: fixed extrusion of surfaces defined by only two curves;
 new syntax to retrieve point coordinates and indices of entities