Patch #6441. Reviewed by John Darrington.
[pspp-builds.git] / src / data / ChangeLog
index 4f67dceb831c50eea1fcfe2219533bbbc5c94f46..bde3036092fb2a4a4307d55bd748fbf5f7b42bfa 100644 (file)
@@ -1,3 +1,20 @@
+2008-03-04  Ben Pfaff  <blp@gnu.org>
+
+       Patch #6441.  Reviewed by John Darrington.
+
+       * format.c (fmt_fix): New function.
+       (fmt_fix_input): New function.
+       (fmt_fix_output): New function.
+
+       * 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.
@@ -8,6 +25,11 @@
        references.
        (max_decimals): Renamed fmt_max_decimals and made public.  Updated
        all references.
+       (var_create): Use the new functions for default variable
+       attributes below.
+       (var_default_formats): New function.
+       (var_default_measure): New function.
+       (var_default_alignment): New function.
 
        * format.h (macro FMT_MAX_NUMERIC_WIDTH): New macro.