]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fortran): F90 mode handles F2003.
authorGlenn Morris <rgm@gnu.org>
Thu, 25 Oct 2007 04:04:54 +0000 (04:04 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 25 Oct 2007 04:04:54 +0000 (04:04 +0000)
doc/emacs/ChangeLog
doc/emacs/fortran-xtra.texi
etc/TODO

index 35f6d299c97c823309c1dc202df8a8f92b1511e8..3b92f150f59ec323ac055d6b9f6d4ece1cea062a 100644 (file)
@@ -1,3 +1,7 @@
+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
@@ -5,7 +9,7 @@
 
 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>
index 9249f5f006c2126bc884bbcad0092209a424fc68..ccea6bc46b07480239011c1bf2baae7d8e02b07d 100644 (file)
@@ -32,8 +32,8 @@ command runs the hook @code{fortran-mode-hook}.
 @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.
index bf7ce9ab5b54e016bc72e09188816a44665c2c2e..981992bc1c6ac1ff3c3ea4d38881827bcf7567f3 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -329,9 +329,6 @@ typically due to pilot errors and should thus be in debug-ignored-errors.
   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 ?