# Emacs will be in -*- Mode: text -*-
#
# $Id: NEWS,v 1.3 1997/02/08 16:21:25 prudhomm Exp $
#
# SUMMARY:      
#
# AUTHOR:       Christophe Prud'homme
# ORG:           
# EMAIL:	Christophe.Prudhomme@asci.fr
#
# ORIG-DATE:     2-Nov-96 at 03:52:18
# LAST-MOD:      5-Feb-96 at 21:30:00 by Christophe Prud'homme
#
# DESCRIPTION:  
#
# $Log: NEWS,v $
# Revision 1.3  1997/02/08 16:21:25  prudhomm
# many changes
# support for EMACS
# added new directories: contrib ...
#
# Revision 1.2  1996/11/02 03:31:51  prudhomm
# Transfered informations from README to INSTALL
# updated NEWS
#
# DESCRIP-END.


Version 3.4
-----------
 * Added an Emacs major mode for gfem: supports syntax highlighting and indentation
   it is derived from the c-mode.
 * Added a contrib directory: related stuff with gfem
 * corrected bugs in mesh adaptation: problems with boundary references
 * Now you can do domain decomposition :-)) see documentation (from the mesh
   point of view) 
 * added operations for complex numbers: cos, sin and pow
 * minor changes and bug fixes as always

Version 3.3
-----------
 * New directory structure and new way to compile the code
   Now we use:
    autoconf and automake

 * New flags for configure:
   --with-adapt: to compile the adaptation library and link it with freefem
   --with-gfem: to compile freefem with gfem support (note that in this case
--with-adapt in enabled)


