aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2002-05-12 13:40:26 +0000
committerGlenn Morris2002-05-12 13:40:26 +0000
commita68c540047dfe22663355bc7e65d55b58c01a49c (patch)
treebfa79e7df909ccd7a82ee22772cccedf987007f4
parent8edfcc7dddddc07cfc64ccd7c3950fc1e29a304d (diff)
downloademacs-a68c540047dfe22663355bc7e65d55b58c01a49c.tar.gz
emacs-a68c540047dfe22663355bc7e65d55b58c01a49c.zip
*** empty log message ***
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog8
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6b9c46a5a8e..9ac54c53fbf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -585,6 +585,8 @@ in line with the output of other GNU tools.
585 585
586** perl-mode has a new variable `perl-indent-continued-arguments'. 586** perl-mode has a new variable `perl-indent-continued-arguments'.
587 587
588** fortran-mode has a new variable `fortran-preprocessor-re'.
589
588** `special-display-buffer-names' and `special-display-regexps' now 590** `special-display-buffer-names' and `special-display-regexps' now
589understand two new boolean pseudo-frame-parameters `same-frame' and 591understand two new boolean pseudo-frame-parameters `same-frame' and
590`same-window'. 592`same-window'.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cf3f845648c..2424d75a37e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12002-05-12 Glenn Morris <gmorris@ast.cam.ac.uk>
2
3 * progmodes/fortran.el (fortran-preprocessor-re): New variable.
4 Use it for font-locking and indentation.
5 (fortran-previous-statement, fortran-next-statement): Make them
6 skip over preprocessor lines.
7 (fortran-calculate-indent): Use fortran-preprocessor-re.
8
12002-05-10 Kim F. Storm <storm@cua.dk> 92002-05-10 Kim F. Storm <storm@cua.dk>
2 10
3 * emulation/cua-base.el (cua-enable-cua-keys) 11 * emulation/cua-base.el (cua-enable-cua-keys)