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 /lisp | |
| parent | 3718bcde46e57b6ab6571875da25da5d47797749 (diff) | |
| download | emacs-b976213b21c91f4d50cfc7aaca443e6900578b98.tar.gz emacs-b976213b21c91f4d50cfc7aaca443e6900578b98.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce58cde5d3f..6b623469eea 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk> | 1 | 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 2 | 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. | ||
| 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. |