Continue reforming error message support. In this phase, drop actual
[pspp-builds.git] / src / ui / gui / ChangeLog
1 Tue Apr 25 10:56:53 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_gui_psppire_SOURCES) Add src/message.c.
9
10         * message-dialog.c: (message_dialog_init) New function.
11         (vmsg) Rename handle_msg(), rewrite as callback function.
12         (msg) Removed.
13         (msg_emit) Removed.
14         (msg_assert_fail) Removed.
15         (verbose_msg) Removed.
16
17         * psppire.c: (main) Call message_dialog_init().
18
19 Sun Apr 23 22:07:49 2006  Ben Pfaff  <blp@gnu.org>
20
21         Continue reforming error message support.  In this phase, get rid
22         of message "titles" and put the message text in `struct error'.
23         Now `struct error' encapsulates a message more properly.
24         
25         * message-dialog.c: (err_vmsg) Rename err_msg().  Updated
26         interface.
27
28 Sun Apr 16 20:45:35 2006  Ben Pfaff  <blp@gnu.org>
29
30         Continue reforming error message support.  In this phase, we
31         divide the classification of messages along "category" and
32         "severity" axes.
33
34         * message-dialog.c: (vmsg) Use severity and category in
35         straightforward fashion instead of the less obvious "class".
36         (err_vmsg) Construct class before passing along to vmsg().
37
38 Sun Apr 16 16:06:54 2006  Ben Pfaff  <blp@gnu.org>
39
40         Continue reforming error message support.  In this phase, we get
41         rid of VM() and the other msg() support for "verbosity", replacing
42         it by a new function verbose_msg().
43
44         * message-dialog.c: (verbose_msg) New function.  
45         (err_cond_fail) Removed (dead code).
46         (err_failure) Removed (dead code).
47
48 Sun Apr 16 11:53:25 2006  Ben Pfaff  <blp@gnu.org>
49
50         Start reforming error message support.  In this phase, we get rid
51         of "installation errors" and change all uses of msg() in the
52         output drivers to uses of error() or error_at_line().
53
54         * message-dialog.c: (vmsg) Removed IE, IS support.
55
56 Mon Mar 13 16:42:44 WST 2006 John Darrington <john@darrington.wattle.id.au>
57
58     * psppire.c: Supported (sort of) the --help and --version options.
59
60     * Rename error-dialog.[ch] -> message-dialog.[ch]
61
62     * Moved code from the psppire module.
63         
64 Sat Jan 28 16:22:23 WST 2006 John Darrington <john@darrington.wattle.id.au>
65
66     * Separated the data out of the GtkSheet.
67
68 Tue Nov  2 19:00:28 WST 2004 John Darrington <john@darrington.wattle.id.au>
69
70     * Very first incarnation.