Tue Apr 25 11:08:17 2006 Ben Pfaff Finish reforming error message support. In this phase, move message.c into libpspp. * automake.mk: Remove message.c from sources. Tue Apr 25 10:58:19 2006 Ben Pfaff Continue reforming error message support. In this phase, drop actual message printing from core code, substituting a callback, and add the callback to each UI. Also, move verbose_msg() into its own module. * automake.mk (src_ui_terminal_libui_a_SOURCES): Add msg-ui.c. * command-line.c: (parse_command_line) Call verbose_increment_level() instead of increment err_verbosity directly, now that we have a little abstraction. * msg-ui.c: New file. * msg-ui.h: New file. * main.c: (main) Call msg_ui_init(). Use any_errors(). (terminate) Call msg_ui_done(). Make termination order more rational. * read-line.c: (readln_read) Use reset_msg_count() now we have a little abstraction. Tue Apr 25 09:39:46 2006 Ben Pfaff * main.c: (terminate) Mark static and NO_RETURN. If called recursively, which can only happen via signal, just exit instead of trying to gracefully shut down. Fri Mar 31 10:33:37 2006 Ben Pfaff * command-line.c: (var pre_syntax_message) -d and -u are no longer supported. Sat Mar 11 14:18:39 WST 2006 John Darrington * automake.mk: Moved the pspp binary here. Thu Mar 2 08:40:33 WST 2006 John Darrington * Moved files from src directory