070f19bc1836b244d8f325779459438eacac8b53
[pspp-builds.git] / src / ui / terminal / ChangeLog
1 Tue Apr 25 11:08:17 2006  Ben Pfaff  <blp@gnu.org>
2
3         Finish reforming error message support.  In this phase, move
4         message.c into libpspp.
5         
6         * automake.mk: Remove message.c from sources.
7
8 Tue Apr 25 10:58:19 2006  Ben Pfaff  <blp@gnu.org>
9
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
13         its own module.
14
15         * automake.mk (src_ui_terminal_libui_a_SOURCES): Add msg-ui.c,
16         msg-ui.h.
17
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.
21
22         * msg-ui.c: New file.
23
24         * msg-ui.h: New file.
25
26         * main.c: (main) Call msg_ui_init().  Use any_errors().
27         (terminate) Call msg_ui_done().  Make termination order more
28         rational.
29
30         * read-line.c: (readln_read) Use reset_msg_count() now we have a
31         little abstraction.
32
33 Tue Apr 25 09:39:46 2006  Ben Pfaff  <blp@gnu.org>
34
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.      
38
39 Fri Mar 31 10:33:37 2006  Ben Pfaff  <blp@gnu.org>
40
41         * command-line.c: (var pre_syntax_message) -d and -u are no longer
42         supported.
43
44 Sat Mar 11 14:18:39 WST 2006 John Darrington <john@darrington.wattle.id.au>
45
46         * automake.mk: Moved the pspp binary here.
47
48 Thu Mar  2 08:40:33 WST 2006 John Darrington <john@darrington.wattle.id.au>
49         
50         * Moved files from src directory