diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h
index 4a20362d5c61d8a0b1dfdf5952221c88efebe700..fadf827220b3b1cf4d1050c946b52d0e4c5e065d 100644
--- a/Common/DefaultOptions.h
+++ b/Common/DefaultOptions.h
@@ -77,7 +77,7 @@ StringXString SolverOptions_String[] = {
     "Name of solver 0" },
   { F|O, "Help0" , opt_solver_help0 , 
     "A General environment for the treatment of\nDiscrete Problems\n\n"
-    "Copyright (c) 1997-2002\nPatrick Dular and Christophe Geuzaine\n\n"
+    "Copyright (c) 1997-2003\nPatrick Dular and Christophe Geuzaine\n\n"
     "Visit http://www.geuz.org/getdp/ for more info",
     "Help string for solver 0" },
   { F|O, "Executable0" , opt_solver_executable0 , 
diff --git a/Fltk/Callbacks.cpp b/Fltk/Callbacks.cpp
index fda4abc69e41241f8145f59b66042d5945c0cb1e..74e004478103a3690d6a3438f61b84dab013fcff 100644
--- a/Fltk/Callbacks.cpp
+++ b/Fltk/Callbacks.cpp
@@ -1,4 +1,4 @@
-// $Id: Callbacks.cpp,v 1.162 2003-01-25 00:05:49 geuzaine Exp $
+// $Id: Callbacks.cpp,v 1.163 2003-01-25 20:31:54 geuzaine Exp $
 //
 // Copyright (C) 1997 - 2003 C. Geuzaine, J.-F. Remacle
 //
@@ -113,12 +113,10 @@ int file_chooser(int multi, const char* message, const char* pat, int patindex){
 }
 
 char* file_chooser_get_name(int num){
-  //we could use this the ease the pain on windows
-  //(/c/cygdrive/... absolute paths are not recognized by windows)
-
-  //static char retname[1024];
-  //fl_filename_relative(retname, sizeof(retname), fc->value(num));
-  //return retname;
+  // to get the relative path:
+  // static char retname[1024];
+  // fl_filename_relative(retname, sizeof(retname), fc->value(num));
+  // return retname;
 
   return (char*)fc->value(num);
 }
@@ -1995,7 +1993,6 @@ void solver_file_edit_cb(CALLBACK_ARGS){
   char cmd[1000];
   int num = (int)data;
   sprintf(cmd, CTX.editor, WID->solver[num].input[0]->value());
-  Msg(INFO, "Starting text editor '%s'", cmd);
   SystemCall(cmd);
 }
 void solver_choose_mesh_cb(CALLBACK_ARGS){
@@ -2253,7 +2250,7 @@ void view_plugin_cb(CALLBACK_ARGS){
 
   if(p->dialogBox){//Get the values from the GUI
     int n = p->getNbOptions();
-    if(n > 20)Msg(GERROR,"Plugin has too much parameters");
+    if(n > 20) Msg(GERROR,"Plugin has too many parameters");
     for(int i=0;i<n;i++){
       StringXNumber *sxn;
       sxn = p->GetOption(i);
diff --git a/Makefile b/Makefile
index 5b96e4179d00b1171648e30a10a77dc167db9c50..765ae11ed680d840d8db8b484bc505d7131649e5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.250 2003-01-25 01:04:57 geuzaine Exp $
+# $Id: Makefile,v 1.251 2003-01-25 20:31:54 geuzaine Exp $
 
 GMSH_MAJOR_VERSION = 1
 GMSH_MINOR_VERSION = 37
@@ -671,7 +671,7 @@ distrib-mac:
         "    <key>CFBundleIconFile</key><string>gmsh.icns</string>\n"\
         "    <key>CFBundleSignature</key><string>GMSH</string>\n"\
         "    <key>CFBundleGetInfoString</key><string>Gmsh $(GMSH_RELEASE),"\
-              "(c) C. Geuzaine and J.-F. Remacle, 1997-2002</string>\n"\
+              "(c) C. Geuzaine and J.-F. Remacle, 1997-2003</string>\n"\
         "    <key>CFBundleIdentifier</key><string>org.geuz.Gmsh</string>\n"\
         "    <key>NSHelpFile</key><string>tutorial.html</string>\n"\
         "  </dict>\n"\
diff --git a/doc/CONTRIBUTORS b/doc/CONTRIBUTORS
index c6813defc361eed11f2e89148b75c167ae6ef8c0..8c996914d31d207f8b4a17e47dbe2974dde55131 100644
--- a/doc/CONTRIBUTORS
+++ b/doc/CONTRIBUTORS
@@ -1,6 +1,6 @@
-$Id: CONTRIBUTORS,v 1.14 2002-12-04 19:29:25 geuzaine Exp $
+$Id: CONTRIBUTORS,v 1.15 2003-01-25 20:31:54 geuzaine Exp $
 
-Gmsh is copyright (c) 1997-2002 by
+Gmsh is copyright (c) 1997-2003 by
 
     Jean-Fran�ois Remacle <remacle@gce.ucl.ac.be> and
     Christophe Geuzaine <geuzaine@acm.caltech.edu>
diff --git a/doc/gmsh.1 b/doc/gmsh.1
index d3fd93405d0e229c18d8bc36092ee569db82755f..72a23aa45583de9f468f4be172b9a446820b8479 100644
--- a/doc/gmsh.1
+++ b/doc/gmsh.1
@@ -1,9 +1,4 @@
-.\" ======================================================================
-.\"
-.\" This is the manual page for Gmsh
-.\" 
-.\" Copyright (c) 2000-2002 J.-F. Remacle, C. Geuzaine
-.\" 
+.\" $Id: gmsh.1,v 1.44 2003-01-25 20:31:54 geuzaine Exp $
 .\" ======================================================================
 .TH Gmsh 1 "12 November 2001" "Gmsh > 1.30" "Gmsh Manual Pages"
 .UC 4