diff options
| author | Glenn Morris | 2005-03-29 19:11:30 +0000 |
|---|---|---|
| committer | Glenn Morris | 2005-03-29 19:11:30 +0000 |
| commit | b976213b21c91f4d50cfc7aaca443e6900578b98 (patch) | |
| tree | 0d55b2069b86fae1ee058394832902cc3f4cb901 /etc | |
| parent | 3718bcde46e57b6ab6571875da25da5d47797749 (diff) | |
| download | emacs-b976213b21c91f4d50cfc7aaca443e6900578b98.tar.gz emacs-b976213b21c91f4d50cfc7aaca443e6900578b98.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 9 insertions, 3 deletions
| @@ -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 | ||
| 2257 | highlighting 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'. |
| 2257 | Adapt this to match the format of any compiler directives you use. | 2261 | Adapt this to match the format of any compiler directives you use. |
| 2258 | Lines that match are never indented, and are given distinctive font-locking. | 2262 | Lines 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). |
| 2266 | It cannot deal with every code format, but ought to handle a sizeable | 2272 | It cannot deal with every code format, but ought to handle a sizeable |
| 2267 | majority. | 2273 | majority. |
| 2268 | 2274 | ||