aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2002-05-14 23:15:41 +0000
committerGlenn Morris2002-05-14 23:15:41 +0000
commit3ec0a248626b478ea2678a88b32e425eb5c6eed2 (patch)
tree3cda41e10096292f4e23b7ff413ff3ca26523f58
parent5a73972b0ebe6da30b01acc402d98246ce620305 (diff)
downloademacs-3ec0a248626b478ea2678a88b32e425eb5c6eed2.tar.gz
emacs-3ec0a248626b478ea2678a88b32e425eb5c6eed2.zip
*** empty log message ***
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog6
2 files changed, 7 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9ac54c53fbf..ef11123bc6e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -585,7 +585,7 @@ 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'. 588** fortran-mode has a new variable `fortran-directive-re'.
589 589
590** `special-display-buffer-names' and `special-display-regexps' now 590** `special-display-buffer-names' and `special-display-regexps' now
591understand two new boolean pseudo-frame-parameters `same-frame' and 591understand two new boolean pseudo-frame-parameters `same-frame' and
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1b03522e9df..3ce9a5f7fa9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12002-05-14 Glenn Morris <gmorris@ast.cam.ac.uk>
2
3 * progmodes/fortran.el (fortran-directive-re): New name for
4 fortran-preprocessor-re. All usage updated.
5 (fortran-calculate-indent): Give directives zero indentation.
6
12002-05-14 Jason Rumney <jasonr@gnu.org> 72002-05-14 Jason Rumney <jasonr@gnu.org>
2 8
3 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both 9 * emacs-lisp/easymenu.el (easy-menu-name-match): Match both