From: Glenn Morris Date: Mon, 27 May 2002 21:13:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.2.91~250 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ac99dd7cc27c99a5e7bcf9cc0b371fbba6c1f08;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cc34d5c410f..a3c9bb3db4a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,33 @@ +2002-05-27 Glenn Morris + + * scroll-al.el (minor-mode-alist): `scroll-all-mode', not + `scroll-all-mode-mode'. + (scroll-all-page-down-all, scroll-all-page-up-all) + (scroll-all-check-to-scroll): Remove `fkey-' prefix from scroll + commands. + + * progmodes/f90.el: Update maintainer. + (f90-startup-message): Obsolete variable removed. + (f90-font-lock-keywords-1): Move "module procedure" to front, remove + override. Fix highlighting of various "type" forms. + (f90-font-lock-keywords-2): Add override flag. + (f90-font-lock-keywords-3): Use 'keep rather than 'override. + (f90-line-continued): Recognize blank/comment lines embedded in + continuation lines. + (f90-looking-at-program-block-start): No extra indentation after + function or subroutine keyword appears in single quotes. + (f90-indent-new-line): Make it indent the current line, as it should. + (f90-indent-region): Correctly indent comments embedded in + continued lines. + + * progmodes/fortran.el: Update maintainer. + (fortran-previous-statement, fortran-next-statement): Make them + skip over preprocessor lines as they do with comment lines. + (fortran-beginning-do): Make regexp match a DO statement + irrespective of numeric label. + (fortran-strip-sequence-nos): Rename from typo + `fortran-strip-sqeuence-nos'. + 2002-05-21 Eli Zaretskii * indent.el (indent-rigidly): Mention how to remove all indentation.