diff options
| author | Glenn Morris | 2002-05-24 22:06:08 +0000 |
|---|---|---|
| committer | Glenn Morris | 2002-05-24 22:06:08 +0000 |
| commit | e47b1d4912847cec325b838786a0af568e2beb85 (patch) | |
| tree | 6a81b50dbd06b7ad8bad1dd8a08b9a4901b15ad2 | |
| parent | f6de01c7fa0d21ae129d841892314da53e9bf98c (diff) | |
| download | emacs-e47b1d4912847cec325b838786a0af568e2beb85.tar.gz emacs-e47b1d4912847cec325b838786a0af568e2beb85.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 7 |
2 files changed, 11 insertions, 0 deletions
| @@ -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 |
| 608 | understand two new boolean pseudo-frame-parameters `same-frame' and | 612 | understand 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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-05-20 Simon Josefsson <jas@extundo.com> | 8 | 2002-05-20 Simon Josefsson <jas@extundo.com> |
| 2 | 9 | ||
| 3 | * fringe.el: New file. | 10 | * fringe.el: New file. |