diff etc/NEWS @ 61109:2a3dcfbeb0e6

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Tue, 29 Mar 2005 19:11:30 +0000
parents 2e8d32a5f75a
children ff6aac2d0e0b
line wrap: on
line diff
--- a/etc/NEWS	Tue Mar 29 19:07:36 2005 +0000
+++ b/etc/NEWS	Tue Mar 29 19:11:30 2005 +0000
@@ -2252,17 +2252,23 @@
 ---
 ** Perl mode has a new variable `perl-indent-continued-arguments'.
 
+---
+** Fortran mode does more font-locking by default. Use level 3
+highlighting for the old default.
+
 +++
 ** Fortran mode has a new variable `fortran-directive-re'.
 Adapt this to match the format of any compiler directives you use.
 Lines that match are never indented, and are given distinctive font-locking.
 
 +++
-** F90 mode has new navigation commands `f90-end-of-block',
-`f90-beginning-of-block', `f90-next-block', `f90-previous-block'.
-
----
-** F90 mode now has support for hs-minor-mode (hideshow).
+** F90 mode and Fortran mode have new navigation commands
+`f90-end-of-block', `f90-beginning-of-block', `f90-next-block',
+`f90-previous-block', `fortran-end-of-block',
+`fortran-beginning-of-block'.
+
+---
+** F90 mode and Fortran mode have support for hs-minor-mode (hideshow).
 It cannot deal with every code format, but ought to handle a sizeable
 majority.