From: Glenn Morris Date: Thu, 25 Oct 2007 04:04:54 +0000 (+0000) Subject: (Fortran): F90 mode handles F2003. X-Git-Tag: emacs-pretest-23.0.90~10083 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ca8c5b8ca412379c1c03c8d989439385e0e9ce0a;p=emacs.git (Fortran): F90 mode handles F2003. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 35f6d299c97..3b92f150f59 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2007-10-25 Glenn Morris + + * fortran-xtra.texi (Fortran): F90 mode handles F2003. + 2007-10-22 Juri Linkov * mini.texi (Minibuffer History): Add text about a list of minibuffer @@ -5,7 +9,7 @@ 2007-10-20 Eric S. Raymond - * 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 diff --git a/doc/emacs/fortran-xtra.texi b/doc/emacs/fortran-xtra.texi index 9249f5f006c..ccea6bc46b0 100644 --- a/doc/emacs/fortran-xtra.texi +++ b/doc/emacs/fortran-xtra.texi @@ -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. diff --git a/etc/TODO b/etc/TODO index bf7ce9ab5b5..981992bc1c6 100644 --- 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 ?