diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c6db178fe8f..b1b6694d069 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2003-04-20 Glenn Morris <gmorris@ast.cam.ac.uk> | ||
| 2 | |||
| 3 | * which-func.el (which-func-modes): Add f90-mode. | ||
| 4 | (which-function): Handle imenu submenus. | ||
| 5 | |||
| 6 | * progmodes/fortran.el (fortran-abbrev-start): Make XEmacs | ||
| 7 | compatible. | ||
| 8 | |||
| 9 | * progmodes/f90.el (f90-font-lock-keywords-2): Use override for | ||
| 10 | font-lock-variable-name-face in declarations. Highlight | ||
| 11 | continuation characters. | ||
| 12 | (f90-indent-new-line): Remove direct call to f90-indent-line-no, | ||
| 13 | f90-update-line. | ||
| 14 | (f90-abbrev-start): Fix XEmacs compatibility. | ||
| 15 | |||
| 1 | 2003-04-19 Richard M. Stallman <rms@gnu.org> | 16 | 2003-04-19 Richard M. Stallman <rms@gnu.org> |
| 2 | 17 | ||
| 3 | * desktop.el (desktop-buffer-mh): Don't require mh-e; | 18 | * desktop.el (desktop-buffer-mh): Don't require mh-e; |