1 Tue Apr 25 11:08:17 2006 Ben Pfaff <blp@gnu.org>
3 Finish reforming error message support. In this phase, move
4 message.c into libpspp.
6 * automake.mk: Remove message.c from sources.
8 Tue Apr 25 10:58:19 2006 Ben Pfaff <blp@gnu.org>
10 Continue reforming error message support. In this phase, drop
11 actual message printing from core code, substituting a callback,
12 and add the callback to each UI. Also, move verbose_msg() into
15 * automake.mk (src_ui_terminal_libui_a_SOURCES): Add msg-ui.c,
18 * command-line.c: (parse_command_line) Call
19 verbose_increment_level() instead of increment err_verbosity
20 directly, now that we have a little abstraction.
26 * main.c: (main) Call msg_ui_init(). Use any_errors().
27 (terminate) Call msg_ui_done(). Make termination order more
30 * read-line.c: (readln_read) Use reset_msg_count() now we have a
33 Tue Apr 25 09:39:46 2006 Ben Pfaff <blp@gnu.org>
35 * main.c: (terminate) Mark static and NO_RETURN. If called
36 recursively, which can only happen via signal, just exit instead
37 of trying to gracefully shut down.
39 Fri Mar 31 10:33:37 2006 Ben Pfaff <blp@gnu.org>
41 * command-line.c: (var pre_syntax_message) -d and -u are no longer
44 Sat Mar 11 14:18:39 WST 2006 John Darrington <john@darrington.wattle.id.au>
46 * automake.mk: Moved the pspp binary here.
48 Thu Mar 2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
50 * Moved files from src directory