X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=f55f6eb0a35ab35c3037c8ab30edc56b0a73c186;hb=3f2ed1c5fe6dc692ca00bb18a15e41617fa2d37d;hp=8fc3478532ad8aad33988196d2a7af447a9a1856;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 8fc3478532..f55f6eb0a3 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,25 @@ +Sun Apr 16 16:06:54 2006 Ben Pfaff + + Continue reforming error message support. In this phase, we get + rid of VM() and the other msg() support for "verbosity", replacing + it by a new function verbose_msg(). + + * message-dialog.c: (verbose_msg) New function. + (err_cond_fail) Removed (dead code). + (err_failure) Removed (dead code). + +Sun Apr 16 11:53:25 2006 Ben Pfaff + + Start reforming error message support. In this phase, we get rid + of "installation errors" and change all uses of msg() in the + output drivers to uses of error() or error_at_line(). + + * message-dialog.c: (vmsg) Removed IE, IS support. + +Mon Mar 13 16:42:44 WST 2006 John Darrington + + * psppire.c: Supported (sort of) the --help and --version options. + * Rename error-dialog.[ch] -> message-dialog.[ch] * Moved code from the psppire module.