From 9f678528d81f0fcb1cab11753d2ad16b313583c9 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 25 Jun 2011 18:25:53 -0700 Subject: [PATCH] * doc/emacs/fortran-xtra.texi (Fortran): F90 mode is also for F2008. * etc/NEWS: Mention this. --- doc/emacs/ChangeLog | 4 ++++ doc/emacs/fortran-xtra.texi | 4 ++-- etc/NEWS | 3 +++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index ab0abcd43d..26cce9b2ac 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2011-06-26 Glenn Morris + + * fortran-xtra.texi (Fortran): F90 mode is also for F2008. + 2011-06-25 Andreas Rottmann * misc.texi (emacsclient Options): Mention --frame-parameters. diff --git a/doc/emacs/fortran-xtra.texi b/doc/emacs/fortran-xtra.texi index 8f92df3f3a..b7a4ef973e 100644 --- a/doc/emacs/fortran-xtra.texi +++ b/doc/emacs/fortran-xtra.texi @@ -10,12 +10,12 @@ @cindex mode, Fortran @cindex Fortran fixed form and free form -@cindex Fortran 77 and Fortran 90, 95, 2003 +@cindex Fortran 77 and Fortran 90, 95, 2003, 2008 @findex f90-mode @findex fortran-mode Fortran mode is meant for editing ``fixed form'' (and also ``tab format'') source code (normally Fortran 77). For editing more modern -``free form'' source code (Fortran 90, 95, 2003), use F90 mode +``free form'' source code (Fortran 90, 95, 2003, 2008), 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 extensions @samp{.f90} and @samp{.f95}. Customize diff --git a/etc/NEWS b/etc/NEWS index 32e4a0dc11..ac9a49af86 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -802,6 +802,9 @@ of a file similar to `vc-diff', but using ediff backend. ** Miscellaneous ++++ +*** f90.el has some support for Fortran 2008 syntax. + --- *** `copyright-fix-years' can optionally convert consecutive years to ranges. -- 2.20.1