aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2002-05-24 22:06:08 +0000
committerGlenn Morris2002-05-24 22:06:08 +0000
commite47b1d4912847cec325b838786a0af568e2beb85 (patch)
tree6a81b50dbd06b7ad8bad1dd8a08b9a4901b15ad2
parentf6de01c7fa0d21ae129d841892314da53e9bf98c (diff)
downloademacs-e47b1d4912847cec325b838786a0af568e2beb85.tar.gz
emacs-e47b1d4912847cec325b838786a0af568e2beb85.zip
*** empty log message ***
-rw-r--r--etc/NEWS4
-rw-r--r--lisp/ChangeLog7
2 files changed, 11 insertions, 0 deletions
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.
604 604
605** fortran-mode has a new variable `fortran-directive-re'. 605** fortran-mode has a new variable `fortran-directive-re'.
606 606
607** f90-mode has new navigation commands `f90-end-of-block',
608`f90-beginning-of-block', `f90-next-block-end',
609`f90-previous-block-start'.
610
607** `special-display-buffer-names' and `special-display-regexps' now 611** `special-display-buffer-names' and `special-display-regexps' now
608understand two new boolean pseudo-frame-parameters `same-frame' and 612understand two new boolean pseudo-frame-parameters `same-frame' and
609`same-window'. 613`same-window'.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ec70fba6e12..08bf3cfcea4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12002-05-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2
3 * progmodes/f90.el: (f90-end-of-subprogram): Remove the final
4 `forward-line'.
5 (f90-end-of-block, f90-beginning-of-block, f90-next-block-end)
6 (f90-previous-block-start): New navigation commands.
7
12002-05-20 Simon Josefsson <jas@extundo.com> 82002-05-20 Simon Josefsson <jas@extundo.com>
2 9
3 * fringe.el: New file. 10 * fringe.el: New file.