diff --git a/doc/VERSIONS b/doc/VERSIONS
index 10cba9bf2cd8c11c38906581d090665c821570c5..dbe580bdc5ea6e8db1f8ea485ce276bf4c88bd13 100644
--- a/doc/VERSIONS
+++ b/doc/VERSIONS
@@ -1,8 +1,4 @@
-$Date: 2002-10-11 07:22:55 $
-
-New in 1.36: Enhance view duplication (one can now use "Duplicata
-View[num]" in the input file); small bug fixes ("Print" format in
-parser, etc.);
+$Date: 2002-10-11 07:23:56 $
 
 New in 1.35: Graphical user interface upgraded to FLTK 1.1 (tooltips,
 new file chooser with multiple selection, full keyboard navigation,
diff --git a/doc/VERSIONS.tmp b/doc/VERSIONS.tmp
new file mode 100644
index 0000000000000000000000000000000000000000..c31ba16679141685b065863641b1cfa35a8fc852
--- /dev/null
+++ b/doc/VERSIONS.tmp
@@ -0,0 +1,3 @@
+New in 1.36: Enhance view duplication (one can now use "Duplicata
+View[num]" in the input file); small bug fixes ("Print" format in
+parser, etc.);
diff --git a/tutorial/t8.geo b/tutorial/t8.geo
index c696f1c965231981dafb393865c3509a8def5b12..0c5e74481e48b58101a6bf294aa8a1ea7986b39d 100644
--- a/tutorial/t8.geo
+++ b/tutorial/t8.geo
@@ -129,12 +129,15 @@ EndFor
 
 // Here is the list of available scripting commands:
 //  
-//  Merge string;       (to merge a file)
-//  Draw;               (to draw the scene)
-//  Save string;        (to save the mesh)
-//  Print string;       (to print the graphic window)
-//  Sleep expr;         (to sleep during expr seconds)
-//  Delete View[int];   (to free the view int)
-//  Delete Meshes;      (to free all meshes)
-//  Duplicata View[int];(to duplicate the view int)
-//  System string;      (to execute a system call)
+//  Merge string;                (to merge a file)
+//  MergeWithBoundingBox string; (to merge a file and force the recalculation
+//                                of the scene's bounding box)
+//  Draw;                        (to redraw the scene)
+//  Save string;                 (to save the mesh)
+//  Print string;                (to print the graphic window in the format
+//                                defined in Print.Format)
+//  Sleep expr;                  (to sleep during expr seconds)
+//  Delete View[int];            (to free the view int)
+//  Delete Meshes;               (to free all meshes)
+//  Duplicata View[int];         (to duplicate the view int)
+//  System string;               (to execute a system call)