aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2005-03-29 19:11:30 +0000
committerGlenn Morris2005-03-29 19:11:30 +0000
commitb976213b21c91f4d50cfc7aaca443e6900578b98 (patch)
tree0d55b2069b86fae1ee058394832902cc3f4cb901 /etc
parent3718bcde46e57b6ab6571875da25da5d47797749 (diff)
downloademacs-b976213b21c91f4d50cfc7aaca443e6900578b98.tar.gz
emacs-b976213b21c91f4d50cfc7aaca443e6900578b98.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 9 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f634e65e847..c3134d08880 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2252,17 +2252,23 @@ from the file name or buffer contents.
2252--- 2252---
2253** Perl mode has a new variable `perl-indent-continued-arguments'. 2253** Perl mode has a new variable `perl-indent-continued-arguments'.
2254 2254
2255---
2256** Fortran mode does more font-locking by default. Use level 3
2257highlighting for the old default.
2258
2255+++ 2259+++
2256** Fortran mode has a new variable `fortran-directive-re'. 2260** Fortran mode has a new variable `fortran-directive-re'.
2257Adapt this to match the format of any compiler directives you use. 2261Adapt this to match the format of any compiler directives you use.
2258Lines that match are never indented, and are given distinctive font-locking. 2262Lines that match are never indented, and are given distinctive font-locking.
2259 2263
2260+++ 2264+++
2261** F90 mode has new navigation commands `f90-end-of-block', 2265** F90 mode and Fortran mode have new navigation commands
2262`f90-beginning-of-block', `f90-next-block', `f90-previous-block'. 2266`f90-end-of-block', `f90-beginning-of-block', `f90-next-block',
2267`f90-previous-block', `fortran-end-of-block',
2268`fortran-beginning-of-block'.
2263 2269
2264--- 2270---
2265** F90 mode now has support for hs-minor-mode (hideshow). 2271** F90 mode and Fortran mode have support for hs-minor-mode (hideshow).
2266It cannot deal with every code format, but ought to handle a sizeable 2272It cannot deal with every code format, but ought to handle a sizeable
2267majority. 2273majority.
2268 2274