diff --git a/doc/VERSIONS.txt b/doc/VERSIONS.txt
index 8c5b5747081f51dee3553d55af1ada331442077e..9517c27282208db3cb958f35b94e12254c868dea 100644
--- a/doc/VERSIONS.txt
+++ b/doc/VERSIONS.txt
@@ -1,4 +1,7 @@
-$Id: VERSIONS.txt,v 1.6 2008-08-13 20:40:50 geuzaine Exp $
+$Id: VERSIONS.txt,v 1.7 2008-10-05 16:57:23 geuzaine Exp $
+
+2.2.5: lots of small bug fixes; upgrade Netgen; builing now requires
+FLTK >= 1.1.7; added Visual C++ support.
 
 2.2.4 (Aug 14, 2008): integrated Metis and Chaco mesh partitioners;
 variables can now be deleted in geo files; added support for point
diff --git a/doc/texinfo/opt_fields.texi b/doc/texinfo/opt_fields.texi
index df0680f675b959b202e772268d416092503d3dca..07d71ee02bebadf938b76c3df2e473da840923d5 100644
--- a/doc/texinfo/opt_fields.texi
+++ b/doc/texinfo/opt_fields.texi
@@ -13,6 +13,10 @@ Options:@*
 Indices of curves in the geometric model@*
 type: list@*
 default value: @code{@{@}}
+@item FacesList
+Indices of surfaces in the geometric model (Warning: might give strange results for complex surfaces)@*
+type: list@*
+default value: @code{@{@}}
 @item NNodesByEdge
 Number of nodes used to discetized each curve@*
 type: integer@*
@@ -211,6 +215,10 @@ default value: @code{1}
 Evaluate the post processing view IView.@*
 Options:@*
 @table @code
+@item CropNegativeValues
+return LC_MAX instead of a negative value (this option is needed for backward compatibility with the BackgroundMesh option@*
+type: boolean@*
+default value: @code{1}
 @item IView
 Post-processing view index@*
 type: integer@*
diff --git a/doc/texinfo/opt_general.texi b/doc/texinfo/opt_general.texi
index b9ab252e6b0d13d7e4c17b79270246ba247d77f3..2294b8c1c1433b8cd4934c8b61130cecea125985 100644
--- a/doc/texinfo/opt_general.texi
+++ b/doc/texinfo/opt_general.texi
@@ -76,7 +76,7 @@ Saved in: @code{-}
 
 @item General.TextEditor
 System command to launch a text editor@*
-Default value: @code{"emacs %s &"}@*
+Default value: @code{"open -t %s"}@*
 Saved in: @code{General.OptionsFileName}
 
 @item General.TmpFileName
@@ -86,7 +86,7 @@ Saved in: @code{General.SessionFileName}
 
 @item General.WebBrowser
 System command to launch a web browser@*
-Default value: @code{"firefox %s &"}@*
+Default value: @code{"open %s"}@*
 Saved in: @code{General.OptionsFileName}
 
 @item General.AlphaBlending
@@ -756,7 +756,7 @@ Saved in: @code{General.OptionsFileName}
 
 @item General.PolygonOffsetFactor
 Polygon offset factor (offset = factor * DZ + r * units)@*
-Default value: @code{1}@*
+Default value: @code{0.5}@*
 Saved in: @code{General.OptionsFileName}
 
 @item General.PolygonOffsetUnits