gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
[pspp] / NEWS
diff --git a/NEWS b/NEWS
index 89ecd9fd877a34e35336f10ad7d5ce73c2ff6528..95ca64ac917270c952c48a3507fd8c871f819fa5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,20 @@ User visible incompatible changes
 
 Date        Modules         Changes
 
+2008-03-06  freadahead      The return value's computation has changed. It
+                            now increases by 1 after ungetc.
+
+2008-01-26  isnan-nolibm    The module name is changed from isnan-nolibm to
+                            isnand-nolibm. The include file is changed from
+                            "isnan.h" to "isnand.h". The function that it
+                            defines is changed from isnan() to isnand().
+
+2008-01-14  strcasestr      This module now replaces worst-case inefficient
+                            implementations; clients that use controlled
+                            needles and thus do not care about worst-case
+                            efficiency should use the new strcasestr-simple
+                            module instead for smaller code size.
+
 2008-01-09  alloca-opt      Now defines HAVE_ALLOCA_H only when the system
                             supplies an <alloca.h>.  Gnulib-using code is now
                             expected to include <alloca.h> unconditionally.