aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-10-22 08:18:36 +0000
committerGlenn Morris2007-10-22 08:18:36 +0000
commit2fb6c6be4665d7a075f515d1539dde0e55ef2af4 (patch)
tree54683a8cd91efb1e76f3700236565ac6aa029f93
parent5ab33946cc342c850fc769e600c8e00cfb024c9d (diff)
downloademacs-2fb6c6be4665d7a075f515d1539dde0e55ef2af4.tar.gz
emacs-2fb6c6be4665d7a075f515d1539dde0e55ef2af4.zip
F90 mode has some support for Fortran 2003 syntax.
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8b0e2cfac8b..b1f41be4575 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -256,6 +256,9 @@ that either version can be used as inferior Python by python.el.
256 256
257*** The variable `fortran-line-length' can change the fixed-form line-length. 257*** The variable `fortran-line-length' can change the fixed-form line-length.
258 258
259*** F90 mode has some support for Fortran 2003 syntax.
260At present, there are some problems with derived types.
261
259** Miscellaneous 262** Miscellaneous
260 263
261*** comint-mode uses `start-file-process' now (see Lisp Changes). 264*** comint-mode uses `start-file-process' now (see Lisp Changes).