X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Foutput%2FChangeLog;h=2b88fec4d2564645546ee62b50d3e30055d562eb;hb=b021d5d4e83d3ac52ae1eb0490a75a561b0d7228;hp=5a8cdc77a745c67e332367c0f71b5ef767bf8710;hpb=52b9fca3a729eaef7d13469029e4391aa033a659;p=pspp diff --git a/src/output/ChangeLog b/src/output/ChangeLog index 5a8cdc77a7..2b88fec4d2 100644 --- a/src/output/ChangeLog +++ b/src/output/ChangeLog @@ -1,3 +1,40 @@ +Fri Jun 9 14:42:35 2006 Ben Pfaff + + Reform string library. + + * output.c (init_default_drivers): Update call to + configure_driver() to new interface. + (get_option_token) Use a modifiable substring in interface instead + of a separate position parameter. Use ss_get_*() functions. + (configure_driver) Take and work with substrings. + (configure_driver_line) Update call to configure_driver() to new + interface. + (outp_get_paper_size) Use substrings. + + * output.h (struct outp_class): Change open_driver interface to + use substring. Update all implementations. + + * table.c (text_format): Change to return substring. + (tab_title) Use xvasprintf(). + + * table.h (struct tab_table): Change title member to char *. + +Thu May 25 18:02:53 WST 2006 John Darrington + + * table.c: Removed redundant extern declaration. + +Sun May 14 14:03:56 2006 Ben Pfaff + + * output.c (outp_eject_page): Always make sure that a page is open + upon return. + +Sun May 14 13:54:58 2006 Ben Pfaff + + * postscript.c: (ps_chart_finalise) Fix format of %%EndDocument + comment, which screwed up gv's idea of where one page ended and + the next one began. Thanks to John Darrington for pointing out + the bug. + Sun Apr 16 11:48:25 2006 Ben Pfaff Start reforming error message support. In this phase, we get rid