Patch #6426. Reviewed by John Darrington.
[pspp-builds.git] / src / data / ChangeLog
index a154bd098c35dbc5c1dbc004f18fc0700522972b..4d8c7933937c889a9c6672697f96460c1f14834b 100644 (file)
@@ -1,3 +1,14 @@
+2008-02-18  Ben Pfaff  <blp@gnu.org>
+
+       Patch #6426.  Reviewed by John Darrington.
+       
+       * format.c (min_width): Renamed fmt_min_width and made public.
+       Updated all references.
+       (max_width): Renamed fmt_max_width and made public.  Updated all
+       references.
+       (max_decimals): Renamed fmt_max_decimals and made public.  Updated
+       all references.
+
 2008-02-09  Ben Pfaff  <blp@gnu.org>
 
        Add a couple of extensions to GET DATA TYPE=TXT.  Patch #6412.