X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2FChangeLog;h=a32af121a96d2b5bb380ab04f8c22c357e2b2d5f;hb=3e3d825afe59ad43699664a74ca04e2e1b836786;hp=d25c2d0379b7210e1d71fcff6453ff465894161f;hpb=68f08c4bb53fcde16035b622bdb6e9529f9cf3ae;p=pspp-builds.git diff --git a/src/language/ChangeLog b/src/language/ChangeLog index d25c2d03..a32af121 100644 --- a/src/language/ChangeLog +++ b/src/language/ChangeLog @@ -1,10 +1,34 @@ +2008-03-04 Ben Pfaff + + Patch #6441. Reviewed by John Darrington. + + * command.def: Add DEBUG FORMAT GUESSER command. + +2007-12-04 Ben Pfaff + + * command.def: Add GET DATA command. + +2007-11-05 Ben Pfaff + + Patch #6258. Reviewed by John Darrington. + + * command.c (report_state_mismatch): Replace code to construct an + error message from bits and pieces by a switch statement that + hard-codes each possible error. Makes i18n easier. + Suggested by Chusslove Illich . + +2007-09-22 Ben Pfaff + + Bug #21128. Reviewed by John Darrington. + + * command.def: Add DEBUG PAPER SIZE command. + 2007-09-05 John Darrington * command.c (do_parse_command): Translate CMD_FAILURE into CMD_CASCADING_FAILURE, if the ERRMODE_STOP is set on the syntax source. - 2007-06-06 Ben Pfaff * command.def: Add DEBUG DATASHEET command. Remove DEBUG CASEFILE