diff --git a/Common/GmshMessage.cpp b/Common/GmshMessage.cpp
index 9e9952ecd89c8807b3c98b741285595b15cd6e64..97a999ea10d4af1b6d8a1167f0e9ddd35c0d2ad8 100644
--- a/Common/GmshMessage.cpp
+++ b/Common/GmshMessage.cpp
@@ -685,10 +685,9 @@ void Msg::ExchangeOnelabParameter(const std::string &key,
   if(fopt.count("Visible")) ps[0].setVisible(fopt["Visible"][0] ? true : false);
   if(fopt.count("ReadOnly")) {
     ps[0].setReadOnly(fopt["ReadOnly"][0] ? true : false);
-    // If the parameter is set "read-only" here,
-    // the local value is used instead of that from the server
-    if(ps[0].getReadOnly())
-      ps[0].setValue(val[0]); 
+    // If the parameter is set "read-only" here, the local value is used instead
+    // of that from the server
+    if(ps[0].getReadOnly()) ps[0].setValue(val[0]);
   }
   if(copt.count("Help")) ps[0].setHelp(copt["Help"][0]);
   if(copt.count("Label")) ps[0].setLabel(copt["Label"][0]);
diff --git a/doc/VERSIONS.txt b/doc/VERSIONS.txt
index c2d37603fe74171a7253dbcdc745b5a8bcba361c..87144e5050541c0e8646a6326b197fdc537e4fb9 100644
--- a/doc/VERSIONS.txt
+++ b/doc/VERSIONS.txt
@@ -7,7 +7,8 @@ field export; new experimental stereo+camera visualization mode; added
 experimental BAMG & MMG3D support for anisotropic mesh generation; new OCC cut &
 merge algorithm imported from Salome; new ability to connect extruded meshes to
 tetrahedral grids using pyramids; new homology solver; Abaqus (INP) mesh export;
-bug fixes and small improvements all over the place.
+new Python and Java wrappers; bug fixes and small improvements all over the
+place.
 
 2.5.0 (Oct 15, 2010): new compound geometrical entities (for remeshing and/or
 trans-patch meshing); improved mesh reclassification tool; new client/server