diff --git a/Makefile b/Makefile
index 6551f2acb6f6200876e3cd655e5e13a6d3c3479d..c103d99716aa1cdd832ad1a76ab5a4d698f74e54 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.78 2001-03-06 16:47:49 geuzaine Exp $
+# $Id: Makefile,v 1.79 2001-03-06 21:31:17 geuzaine Exp $
 # ----------------------------------------------------------------------
 #  Makefile for Gmsh  
 # ----------------------------------------------------------------------
@@ -452,6 +452,8 @@ fltk_sun: tag fltk_compile_big_endian fltk_link_sun strip_bin compress_bin
 
 fltk_hp: tag fltk_compile_big_endian fltk_link_hp strip_bin compress_bin
 
+fltk_ibm: tag fltk_compile_big_endian fltk_link_mesa strip_bin compress_bin
+
 fltk_solaris_scorec : tag fltk_compile_solaris_scorec fltk_link_solaris_scorec strip_bin 
 
 fltk_linux_scorec : fltk_compile_linux_scorec fltk_link_linux_scorec strip_bin 
diff --git a/doc/FAQ b/doc/FAQ
index 9a5988928888b1a915a307d497c26ed90cb2c681..21186bcc228a5a6cfe4a4189b3d2181191f9e869 100644
--- a/doc/FAQ
+++ b/doc/FAQ
@@ -1,11 +1,12 @@
+$Id: FAQ,v 1.2 2001-03-06 21:31:17 geuzaine Exp $
 
 Q. Gmsh complains about missing libraries.
-A. Try 'ldd gmsh' to check if all required shared are installed on
-your system.
+A. Try 'ldd gmsh' to check if all required shared libraries are
+installed on your system.
 
 Q. Gmsh does not work under HP-UX.
 A. the HP version is reported not to work with native OpenGL. You
-should install install Mesa instead.
+should install Mesa instead.
 
 Q. When moving the mouse over the graphic window, everything that is
 drawn on it disappears, and each item is visible only when the cursor
diff --git a/www/gmsh.html b/www/gmsh.html
index 1ed97508c339f4d3fbc57771d91440da444f2f0a..30b743759224eae4f8ef64890043d5862b3801fc 100644
--- a/www/gmsh.html
+++ b/www/gmsh.html
@@ -50,7 +50,7 @@ ENDSCRIPT--->
 This page is a mirror of <a href="/gmsh/">/gmsh/</a><p>
 ENDMIRROR--->
 
-<!---BEGINDATE$Date: 2001-03-04 16:27:07 $ENDDATE--->
+<!---BEGINDATE$Date: 2001-03-06 21:31:17 $ENDDATE--->
 
 Copyright &copy; 1998-2001<br>
 Jean-Fran�ois Remacle and
@@ -232,12 +232,14 @@ files.
 
     <ul>
       <li><A target="_top" href="/gmsh/doc/tutorial.html">Online tutorial</A>
-      <li><A target="_top" href="/gmsh/doc/FORMATS">File formats</A> description
+      <li><A target="_top" href="/gmsh/doc/FORMATS">Mesh and post-processing file formats</A>
       <li><A target="_top" href="/gmsh/doc/VERSIONS">Version history</A>
-      <li><a target="_top" href="/gmsh/doc/BUGS">List of open bugs</a>
       <li><a target="_top" href="/gmsh/doc/FAQ">Frequently asked questions</a>
-      <li><a target="_top" href="/gmsh/doc/CONTRIBUTORS">List of contributors</a>
       <li><a target="_top" href="/gmsh/doc/README.txt">For Windows versions only</a>
+<!------------
+      <li><a target="_top" href="/gmsh/doc/BUGS">List of open bugs</a>
+      <li><a target="_top" href="/gmsh/doc/CONTRIBUTORS">List of contributors</a>
+----------->
     </ul>
 
   </td>
@@ -258,50 +260,21 @@ files.
 
 <b>Latest Release: 1.16 (February 26, 2001)</b>
 <p>
-The development release of Gmsh is available for Windows, Linux,
-Compaq Tru64 Unix and SGI IRIX. All executables are dynamically linked
-with OpenGL. The tutorial and demo files are included in the archives. 
+The development release of Gmsh is available for Windows and most of
+the classical UNIX platforms. All executables (no source distribution
+is available for the moment) are dynamically linked with OpenGL<a
+href="#opengl-footnote" name="opengl-footmark"><sup>1</sup></a>. The
+tutorial and demo files are included in the archives.
 <ul>
 <li><A href="/gmsh/bin/gmsh-1.16-Windows.zip">Windows zip archive (95/98/NT)</A>
 <li><A href="/gmsh/bin/gmsh-1.16-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A> 
 <li><A href="/gmsh/bin/gmsh-1.16-Linux.tgz">Linux tarball (i386, glibc 2.1)</A> 
-<li><A href="/gmsh/bin/gmsh-1.16-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</A> 
 <li><A href="/gmsh/bin/gmsh-1.16-OSF1.tgz">Compaq Tru64 tarball (OSF 4.0)</A> 
-</ul>
-
-<p><br>
+<li><A href="/gmsh/bin/gmsh-1.16-SunOS.tgz">Sun tarball (SunOS 5.5)</A> 
+<li><A href="/gmsh/bin/gmsh-1.16-AIX.tgz">IBM tarball (AIX)</A> 
+<li><A href="/gmsh/bin/gmsh-1.16-IRIX.tgz">SGI IRIX tarball (IRIX 6.5)</A> 
+<li><A href="/gmsh/bin/gmsh-1.16-HP-UX.tgz">HP tarball (HPUX 10.20)</A>
 
-<b>Stable Release: Version 1.00 (January 1, 2001)</b>
-<p>
-The stable release of Gmsh is available for most classical UNIX
-platforms. All executables (no source distribution is available
-for the moment) are dynamically linked with OpenGL and Motif. You
-should have these libraries installed on your system, and in the
-path of the library loader. Free replacements for OpenGL and Motif
-can be found at <A target="_top"
-href="http://mesa3d.sourceforge.net">http://mesa3d.sourceforge.net</A>
-and <A target="_top"
-href="http://www.lesstif.org">http://www.lesstif.org</A>.  (Linux
-RPMs are directly available here: <A
-href="/gmsh/thirdparty/Mesa-3.2-2.i386.rpm">Mesa-3.2-2.i386.rpm</A>,
-<A
-href="/gmsh/thirdparty/lesstif-0.91.4-1.i386.rpm">lesstif-0.91.4-1.i386.rpm</A>.)
-Remember that you may have to reconfigure the loader (ldconfig
-under Linux) or modify the LD_LIBRARY_PATH (or SHLIB_PATH on HP)
-in order for Gmsh to find these libraries.
-<ul>
-  <li><A href="/gmsh/1.00/gmsh-1.00-1.i386.rpm">Linux RPM (Red Hat 6.2 and compatible, i386, glibc 2.1)</A> 
-  <li><A href="/gmsh/1.00/gmsh-Linux.tgz">Linux binary (i386, glibc 2.1)</A>
-  <li><A href="/gmsh/1.00/gmsh-OSF1.tgz">Digital OSF 4.0/Compaq Tru64 binary</A>
-  <li><A href="/gmsh/1.00/gmsh-SunOS.tgz">Sun OS 5.5.1 binary</A>
-  <li><A href="/gmsh/1.00/gmsh-AIX.tgz">IBM AIX binary</A>
-  <li><A href="/gmsh/1.00/gmsh-HP-UX.tgz">HP-UX 10.20 binary</A>
-  <li><A href="/gmsh/1.00/gmsh-IRIX.tgz">SGI IRIX 6.5 binary</A>
-</ul>
-Tutorial and demos for version 1.00
-<ul>
-  <li><A href="/gmsh/1.00/gmsh-tutorial.tgz">Tutorial</A>
-  <li><A href="/gmsh/1.00/gmsh-demos.tgz">Demo files</A>
 </ul>
 
   </td>
@@ -396,6 +369,22 @@ computation software for the numerical solution of
 integro-differential equations, using finite element and integral type
 methods.
 
+<p>
+<br>
+<p>
+<a name="opengl-footnote"></a><a
+href="#opengl-footmark"><sup>1</sup></a>For Unix versions only: you
+should have the OpenGL libraries installed on your system, and in the
+path of the library loader. A free replacement for OpenGL can be found
+at <A target="_top"
+href="http://mesa3d.sourceforge.net">http://mesa3d.sourceforge.net</A>
+(a Linux RPM is directly available <A
+href="/gmsh/thirdparty/Mesa-3.2-2.i386.rpm">here</A>).  Remember that
+you may have to reconfigure the loader (ldconfig under Linux) or
+modify the LD_LIBRARY_PATH (or SHLIB_PATH on HP) in order for Gmsh to
+find the libraries.
+
+
   </font></td>
 
 </tr>