Improve string library.
[pspp-builds.git] / src / output / ChangeLog
index 4a96aeb941a9479876c7386203e97d30fc102f8b..7af231d1b8b2ab06fb66fcec5dd8ae34adb28641 100644 (file)
@@ -1,3 +1,29 @@
+Thu Mar 30 16:26:56 2006  Ben Pfaff  <blp@gnu.org>
+
+       * output.c: (colon_tokenize) Removed.
+       (configure_driver_line) Rewrote to use ds_separate().  Fixed leak.
+
+Tue Mar 28 13:50:53 WST 2006 John Darrington <john@darrington.wattle.id.au>
+
+       * html.c, postscript.c, output.c:  Changed to fit the new signature 
+       of fn_interp_vars
+       
+Sun Mar  5 13:19:32 2006  Ben Pfaff  <blp@gnu.org>
+
+       * postscript.c: (postopen) Fix segfault when the active file has
+       no title.
+
+Sat Mar  4 13:48:16 2006  Ben Pfaff  <blp@gnu.org>
+
+       We didn't provide a way to define these macros, so obviously
+       there's little demand for them.
+
+       * html.c: Don't test for NO_HTML.
+
+       * postscript.c: Don't test for NO_POSTSCRIPT.
+
+       * output.c: Don't test for either of those.
+
 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
        
        * Moved files from src directory