changeset 85625:14a6011e3384

*** empty log message ***
author Glenn Morris <rgm@gnu.org>
date Thu, 25 Oct 2007 04:02:50 +0000
parents 745db457503b
children dbbfbd858983
files etc/NEWS
diffstat 1 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Thu Oct 25 04:01:33 2007 +0000
+++ b/etc/NEWS	Thu Oct 25 04:02:50 2007 +0000
@@ -195,13 +195,17 @@
 ** compilation-auto-jump-to-first-error tells `compile' to jump to
 the first error encountered during compilations.
 
-** In the `copyright' package, you can specify your copyright holders's names.
+** In the `copyright' package, you can specify your copyright holders' names.
 Only copyright lines with holders matching copyright-names-regexp will be
 considered for update.
 
 ** eldoc highlights the function argument under point
 with the face `eldoc-highlight-function-argument'.
 
++++
+** defcustom accepts new keyword arguments, `:safe' and `risky:', which
+set a variable's `safe-local-variable' and `risky-local-variable' property.
+
 ** VC
 *** Clicking on the VC mode-line entry now pops the VC menu.
 
@@ -267,8 +271,8 @@
 
 *** The variable `fortran-line-length' can change the fixed-form line-length.
 
-*** (The increasingly misnamed) F90 mode has some support for Fortran 2003.
-At present, there are some problems with derived types.
++++
+*** (The increasingly misnamed) F90 mode supports Fortran 2003 syntax.
 
 ** Miscellaneous