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