Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
61108:6ce7613a2c0e | 61109:2a3dcfbeb0e6 |
---|---|
2250 ** Lisp mode now uses font-lock-doc-face for the docstrings. | 2250 ** Lisp mode now uses font-lock-doc-face for the docstrings. |
2251 | 2251 |
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', |
2263 | 2267 `f90-previous-block', `fortran-end-of-block', |
2264 --- | 2268 `fortran-beginning-of-block'. |
2265 ** F90 mode now has support for hs-minor-mode (hideshow). | 2269 |
2270 --- | |
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 |
2269 --- | 2275 --- |
2270 ** The new function `f90-backslash-not-special' can be used to change | 2276 ** The new function `f90-backslash-not-special' can be used to change |