X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Futilities%2FChangeLog;h=5701c38fc460aa2403c6fc97b69e591819dee445;hb=70cbb925c6d8f705faa48c9167640e9fd1416ea8;hp=35e636878a68069cfbdc859e86dcb75ce0c4ff91;hpb=2e8281a36595aa17aee4249c96b4359addb5308e;p=pspp diff --git a/src/language/utilities/ChangeLog b/src/language/utilities/ChangeLog index 35e636878a..5701c38fc4 100644 --- a/src/language/utilities/ChangeLog +++ b/src/language/utilities/ChangeLog @@ -1,3 +1,12 @@ +2007-09-16 Ben Pfaff + + * set.q (show_warranty): Use fputs to print lack-of-warranty + statement, instead of msg. This is because msg now outputs the + message to output devices, and the output subsystem is not + prepared to deal with table cells that exceed one page in length. + Thanks to John Darrington for bug report and review. Bug #21093. + (show_copying) Ditto. + 2007-08-16 Ben Pfaff Implement journaling. Bug #17240.