Assume C99 or later.
[bpt/emacs.git] / etc / NEWS
index 4c79d49..f14fab3 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -25,6 +25,8 @@ otherwise leave it unmarked.
 * Installation Changes in Emacs 24.5
 
 +++
+** Building Emacs now requires C99 or later.
+
 ** Building Emacs now requires GNU make.
 
 ** By default, Emacs no longer works on IRIX.  We expect that Emacs
@@ -36,7 +38,7 @@ or by sticking with Emacs 24.4.
 
 ---
 ** The configure option `--with-pkg-config-prog' has been removed.
-Use the PKG_CONFIG environment variable instead if you need to.
+Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
 
 \f
 * Startup Changes in Emacs 24.5
@@ -122,6 +124,10 @@ active region handling.
 *** (side-effect-free VAL), if VAL is non-nil, indicates the function does not
 have side effects.
 
++++
+** New macro `with-file-modes', for evaluating expressions with default file
+permissions set to temporary values (e.g., for creating private files).
+
 ** You can access the slots of structures using `cl-struct-slot-value'.
 
 \f