aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2003-04-20 13:04:58 +0000
committerGlenn Morris2003-04-20 13:04:58 +0000
commitd1389042e78ebd76c3bf24712bc8429c4e28b938 (patch)
tree3663620d5bee80c8a843e14078f8f6e71ce50ca2 /lisp/ChangeLog
parentbe35ca9f5ee2e215506f7a9c729ef59978c0036c (diff)
downloademacs-d1389042e78ebd76c3bf24712bc8429c4e28b938.tar.gz
emacs-d1389042e78ebd76c3bf24712bc8429c4e28b938.zip
(which-func-modes): Add f90-mode.
(which-function): Handle imenu submenus.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog15
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 @@
12003-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
12003-04-19 Richard M. Stallman <rms@gnu.org> 162003-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;