changeset 45499:a35026845779

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Fri, 24 May 2002 22:06:08 +0000
parents 9eb17953a0f7
children b4398ab76404
files etc/NEWS lisp/ChangeLog
diffstat 2 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Fri May 24 22:01:56 2002 +0000
+++ b/etc/NEWS	Fri May 24 22:06:08 2002 +0000
@@ -604,6 +604,10 @@
 
 ** 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'.
--- a/lisp/ChangeLog	Fri May 24 22:01:56 2002 +0000
+++ b/lisp/ChangeLog	Fri May 24 22:06:08 2002 +0000
@@ -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.