diff --git a/Common/GetOptions.cpp b/Common/GetOptions.cpp index 11b16c598c4ded7f7568c085ff79b8721b27af2b..0df79de8648ea317b31873899e2fa556fb39e35d 100644 --- a/Common/GetOptions.cpp +++ b/Common/GetOptions.cpp @@ -1,4 +1,4 @@ -// $Id: GetOptions.cpp,v 1.16 2001-03-08 16:11:03 geuzaine Exp $ +// $Id: GetOptions.cpp,v 1.17 2001-03-08 21:06:35 geuzaine Exp $ #include "Gmsh.h" #include "GmshUI.h" @@ -17,15 +17,15 @@ char *TheFileNameTab[MAX_OPEN_FILES]; char *TheBgmFileName=NULL; char gmsh_progname[] = "This is Gmsh" ; -char gmsh_copyright[] = "Copyright (C) 1997-2001 J.-F. Remacle, C. Geuzaine"; +char gmsh_copyright[] = "Copyright (C) 1997-2001 Jean-Francois Remacle and Christophe Geuzaine"; char gmsh_version[] = "Version : " ; -char gmsh_os[] = "Operating System : " GMSH_OS ; +char gmsh_os[] = "Operating system : " GMSH_OS ; char gmsh_gui[] = "GUI toolkit : " ; -char gmsh_date[] = "Build Date : " GMSH_DATE ; -char gmsh_host[] = "Build Host : " GMSH_HOST ; +char gmsh_date[] = "Build date : " GMSH_DATE ; +char gmsh_host[] = "Build host : " GMSH_HOST ; char gmsh_packager[] = "Packager : " GMSH_PACKAGER ; -char gmsh_url[] = "Web Site : http://www.geuz.org/gmsh/" ; -char gmsh_email[] = "Mailing List : gmsh@geuz.org" ; +char gmsh_url[] = "Web site : http://www.geuz.org/gmsh/" ; +char gmsh_email[] = "Mailing list : gmsh@geuz.org" ; void Print_Usage(char *name){ Msg(DIRECT, "Usage: %s [options] [files]", name); diff --git a/doc/VERSIONS b/doc/VERSIONS index 8cd56974c9596af5bd532ac0ee1a302f9548d5c7..7b59619af0cbb0a5fe1d3a40601cb708406e1410 100644 --- a/doc/VERSIONS +++ b/doc/VERSIONS @@ -1,7 +1,7 @@ -$Id: VERSIONS,v 1.2 2001-03-08 14:38:51 geuzaine Exp $ +$Id: VERSIONS,v 1.3 2001-03-08 21:06:35 geuzaine Exp $ -New in 1.17: Corrected physical points saving; corrected bug with -parsing of DOS files (skipping ^M characters); +New in 1.17: Corrected physical points saving; fixed parsing of DOS +files (skipping ^M characters); New in 1.16: Added single/double buffer selection (only useful for Unix versions of Gmsh run from remote hosts without GLX); fixed a bug