Force display width to 8, if sys file says zero. Closes bug #20844
[pspp-builds.git] / src / data / ChangeLog
index e32441d17836f212b3c7984250e12da558c3d08a..73cf8a1caa56450264f00faa09577db992914942 100644 (file)
@@ -1,3 +1,12 @@
+2007-08-27  John Darrinton <john@darrington.wattle.id.au>
+       
+       * sys-file-reader.c (read_display_parameters): Force display width 
+       to 8, if the sys file says 0 (like SPSS does).
+
+2007-08-12  Ben Pfaff  <blp@gnu.org>
+
+       * dictionary.c (dict_dump): New function.
+
 2007-08-12  Ben Pfaff  <blp@gnu.org>
 
        Drop dict_compactor in favor of using the new struct case_map.