+2007-10-25 Glenn Morris <rgm@gnu.org>
+
+ * fortran-xtra.texi (Fortran): F90 mode handles F2003.
+
2007-10-22 Juri Linkov <juri@jurta.org>
* mini.texi (Minibuffer History): Add text about a list of minibuffer
2007-10-20 Eric S. Raymond <esr@snark.thyrsus.com>
- * files.texi: Disambiguate two slightly different uses of the term
+ * files.texi: Disambiguate two slightly different uses of the term
'filesets'.
2007-10-18 Martin Rudalics <rudalics@gmx.at>
@findex f90-mode
@findex fortran-mode
Fortran mode is meant for editing Fortran77 ``fixed format'' (and also
-``tab format'') source code. For editing the modern Fortran90 or
-Fortran95 ``free format'' source code, use F90 mode (@code{f90-mode}).
+``tab format'') source code. For editing the modern Fortran90/95/2003
+``free format'' source code, use F90 mode (@code{f90-mode}).
Emacs normally uses Fortran mode for files with extension @samp{.f},
@samp{.F} or @samp{.for}, and F90 mode for the extension @samp{.f90} and
@samp{.f95}. GNU Fortran supports both kinds of format.
Check the assignments file for other packages which might go in and
have been missed.
-** Install ruby-mode (needs assignment)?
- http://lists.gnu.org/archive/html/emacs-devel/2007-06/msg00051.html
-
** Make keymaps a first-class Lisp object (this means a rewrite of
keymap.c). What should it do apart from being opaque ?
multiple inheritance ? faster where-is ? no more fix_submap_inheritance ?