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