*** empty log message ***
This commit is contained in:
parent
799dee7ac4
commit
2c37583719
2 changed files with 10 additions and 0 deletions
4
etc/NEWS
4
etc/NEWS
|
@ -1650,6 +1650,10 @@ Lines that match are never indented, and are given distinctive font-locking.
|
|||
** F90 mode has new navigation commands `f90-end-of-block',
|
||||
`f90-beginning-of-block', `f90-next-block', `f90-previous-block'.
|
||||
|
||||
** F90 mode now has support for hs-minor-mode (hideshow).
|
||||
It cannot deal with every code format, but ought to handle a sizeable
|
||||
majority.
|
||||
|
||||
---
|
||||
** Prolog mode has a new variable `prolog-font-lock-keywords'
|
||||
to support use of font-lock.
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
|
||||
|
||||
* progmodes/f90.el (f90-end-block-re, f90-start-block-re): New
|
||||
constants.
|
||||
(hs-special-modes-alist): Add an f90-mode entry.
|
||||
|
||||
2004-05-17 Sam Steingold <sds@gnu.org>
|
||||
|
||||
* emacs-lisp/cl-indent.el (common-lisp-indent-function-1): Indent
|
||||
|
|
Loading…
Add table
Reference in a new issue