comparison etc/NEWS @ 85538:7e34e5e8658e

F90 mode has some support for Fortran 2003 syntax.
author Glenn Morris <rgm@gnu.org>
date Mon, 22 Oct 2007 08:18:36 +0000
parents 2ba6b972a7ef
children a7f1e7956925
comparison
equal deleted inserted replaced
85537:41326501802f 85538:7e34e5e8658e
254 *** The file etc/emacs.py now supports both Python 2 and 3, meaning 254 *** The file etc/emacs.py now supports both Python 2 and 3, meaning
255 that either version can be used as inferior Python by python.el. 255 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.
260 At 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).
262 If `default-directory' is a remote file name, subprocesses are started 265 If `default-directory' is a remote file name, subprocesses are started
263 on the corresponding remote system. 266 on the corresponding remote system.