Handle MAP_SYSMIS case in RECODE, which was carelessly overlooked
[pspp-builds.git] / src / output / ChangeLog
index 2757aa167c60ae67972fc78af36de7a53a50bfd1..60fd5761d31ea798590db62ef6af97c3a5cfd279 100644 (file)
@@ -1,3 +1,20 @@
+Sun Oct  8 07:09:34 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+       * table.c (tab_destroy): Freed title, since this is not allocated
+       from the pool.
+
+       * html.c (html_open_driver): Freed chart_file_name.
+
+Wed Jul 12 21:03:37 2006  Ben Pfaff  <blp@gnu.org>
+
+       * table.c (tab_natural_width): Get rid of warning on empty column,
+       which tended to just trigger false positives because we handle
+       joined cells so badly.  We need a real fix, and the warning is not
+       helpful.
+
+       * table.c (tab_offset): [DEBUGGING] Let row, col arguments be as
+       big as row or column count.
+       
 Wed Jul 12 20:58:19 2006  Ben Pfaff  <blp@gnu.org>
 
        * output.c (outp_drivers): [DEBUGGING] Delete unused declaration.