Removed reference to regression-export.h
[pspp-builds.git] / src / data / ChangeLog
index 50d68042e8069a990647bbbcc67b3af3dbed2fe7..75313fee5526edc8e5c799f23a6ee17208a5d031 100644 (file)
@@ -1,3 +1,16 @@
+2008-03-06  Ben Pfaff  <blp@gnu.org>
+
+       * dictionary.c (var_name_is_insertable): New function.
+       (make_hinted_name): Don't accept variable names that match PSPP
+       keywords.  Thanks to Jason Stover for reporting the problem.
+
+2008-03-06  Ben Pfaff  <blp@gnu.org>
+
+       * format-guesser.c (syntax): Require month names to be spelled out
+       as English words, so that single characters that happen to be
+       Roman numerals don't get detected as months.  Thanks to John
+       Darrington for reporting this bug.
+
 2008-03-04  Ben Pfaff  <blp@gnu.org>
 
        Patch #6441.  Reviewed by John Darrington.
@@ -9,6 +22,12 @@
        * format.def: Correct minimum width for DATETIME format.  It was
        7, should have been 17.
 
+       * automake.mk: Add new files.
+
+       * format-guesser.c: New file.
+
+       * format-guesser.h: New file.
+
 2008-02-18  Ben Pfaff  <blp@gnu.org>
 
        Patch #6426.  Reviewed by John Darrington.