Add tty and listing devices that use VT100 (and xterm) line-drawing
[pspp] / src / output / ChangeLog
index 5b0318f7f106b211246b7867030d01abd74c30e8..12f93d641f7f5a0652c655cbd60494eb822a9d6d 100644 (file)
@@ -1,3 +1,14 @@
+2007-07-25  Ben Pfaff  <blp@gnu.org>
+
+       Allow the user to specify an initialization string to write at the
+       beginning of an ASCII output file.
+       * ascii.c (struct ascii_driver_ext): New member `init'.
+       (ascii_open_driver): Initialize `init'.
+       (ascii_close_driver): Parse `init'.
+       (ascii_open_page): Write `init' to output file.
+
+       * output.c (get_option_token): Fix parsing of octal constants.
+
 2007-07-25  Ben Pfaff  <blp@gnu.org>
 
        Make interactive output go to the terminal (bug #17213), by