X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2FChangeLog;h=65b97e6bc800b6f71c87e342260860863076fe2e;hb=70cbb925c6d8f705faa48c9167640e9fd1416ea8;hp=0a8068834a064d6487f56367519bee90ddd2c423;hpb=661b9ee29cbb6b89c4ea53a05b8a4eb3a5028de0;p=pspp diff --git a/src/language/ChangeLog b/src/language/ChangeLog index 0a8068834a..65b97e6bc8 100644 --- a/src/language/ChangeLog +++ b/src/language/ChangeLog @@ -1,6 +1,28 @@ +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. + * command.def: Add DEBUG DATASHEET command. Remove DEBUG CASEFILE + command. 2007-03-18 Ben Pfaff