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