]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGlenn Morris <rgm@gnu.org>
Fri, 24 May 2002 22:06:08 +0000 (22:06 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 24 May 2002 22:06:08 +0000 (22:06 +0000)
etc/NEWS
lisp/ChangeLog

index 30abab72bb7029c94e897a8434a7de1dcbf7de06..cc9e462de746233ac3e6e7653ed032d8ded419be 100644 (file)
--- 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'.
index ec70fba6e124813d53cd5b4682651d1906413e75..08bf3cfcea4a316e3d551ecb0f8567f7d8dde373 100644 (file)
@@ -1,3 +1,10 @@
+2002-05-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * 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  <jas@extundo.com>
 
        * fringe.el: New file.