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