Start reforming error message support. In this phase, we get rid of
[pspp-builds.git] / src / ui / gui / ChangeLog
1 Sun Apr 16 11:53:25 2006  Ben Pfaff  <blp@gnu.org>
2
3         Start reforming error message support.  In this phase, we get rid
4         of "installation errors" and change all uses of msg() in the
5         output drivers to uses of error() or error_at_line().
6
7         * message-dialog.c: (vmsg) Removed IE, IS support.
8
9 Mon Mar 13 16:42:44 WST 2006 John Darrington <john@darrington.wattle.id.au>
10
11     * psppire.c: Supported (sort of) the --help and --version options.
12
13     * Rename error-dialog.[ch] -> message-dialog.[ch]
14
15     * Moved code from the psppire module.
16         
17 Sat Jan 28 16:22:23 WST 2006 John Darrington <john@darrington.wattle.id.au>
18
19     * Separated the data out of the GtkSheet.
20
21 Tue Nov  2 19:00:28 WST 2004 John Darrington <john@darrington.wattle.id.au>
22
23     * Very first incarnation.