From e47b1d4912847cec325b838786a0af568e2beb85 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 24 May 2002 22:06:08 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 4 ++++ lisp/ChangeLog | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 30abab72bb7..cc9e462de74 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -604,6 +604,10 @@ in line with the output of other GNU tools. ** fortran-mode has a new variable `fortran-directive-re'. +** f90-mode has new navigation commands `f90-end-of-block', +`f90-beginning-of-block', `f90-next-block-end', +`f90-previous-block-start'. + ** `special-display-buffer-names' and `special-display-regexps' now understand two new boolean pseudo-frame-parameters `same-frame' and `same-window'. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ec70fba6e12..08bf3cfcea4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2002-05-24 Glenn Morris + + * progmodes/f90.el: (f90-end-of-subprogram): Remove the final + `forward-line'. + (f90-end-of-block, f90-beginning-of-block, f90-next-block-end) + (f90-previous-block-start): New navigation commands. + 2002-05-20 Simon Josefsson * fringe.el: New file. -- 2.39.5