Mercurial > emacs
comparison lisp/ChangeLog @ 61109:2a3dcfbeb0e6
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Tue, 29 Mar 2005 19:11:30 +0000 |
parents | 77c8d33d2543 |
children | b05fcd53a916 |
comparison
equal
deleted
inserted
replaced
61108:6ce7613a2c0e | 61109:2a3dcfbeb0e6 |
---|---|
1 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk> | 1 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk> |
2 | |
3 * progmodes/fortran.el (fortran-if-indent): Doc fix. | |
4 (fortran-font-lock-keywords-2): Add "where", "elsewhere". | |
5 (fortran-font-lock-keywords-4): New variable. | |
6 (fortran-blocks-re, fortran-end-block-re) | |
7 (fortran-start-block-re): New constants, for hideshow. | |
8 (hs-special-modes-alist): Add a Fortran entry. | |
9 (fortran-mode-map): Bind fortran-end-of-block, | |
10 fortran-beginning-of-block to \M-\C-n, \M-\C-p. | |
11 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4. | |
12 (fortran-looking-at-if-then, fortran-end-of-block) | |
13 (fortran-beginning-of-block): New functions, for hideshow. | |
2 | 14 |
3 * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc | 15 * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc |
4 fix. Tweak regexp. | 16 fix. Tweak regexp. |
5 (f90-beginning-of-block): Push mark first. | 17 (f90-beginning-of-block): Push mark first. |
6 | 18 |