Estimate parameters. Moved some code to re-usable functions.
[pspp] / src / language / dictionary / ChangeLog
index 31c762f57976dfb5fec76393a834c97b1b648480..20778a242d5dab254fc37d4d289cb87f98a2cffa 100644 (file)
@@ -1,3 +1,16 @@
+2008-03-16  Ben Pfaff  <blp@gnu.org>
+
+       Patch #6452.  Reviewed by John Darrington.
+
+       * variable-display.c (cmd_variable_width): Fix parsing bug.  Also,
+       limit variable display widths to within range 1 thru 2 *
+       MAX_STRING.
+
+2007-11-11  Ben Pfaff  <blp@gnu.org>
+
+       * sys-file-info.c (display_variables): Fix DISPLAY LABELS.  Thanks
+       to Guido Gay <gay@irer.it> for reporting this bug.
+
 2007-11-03  Ben Pfaff  <blp@gnu.org>
 
        Allow output files to overwrite input files (bug #21280).