1 Sun May 7 10:07:28 WST 2006 John Darrington <john@darrington.wattle.id.au>
3 * psppire-data-store.c: Fixed buglet initialising string members.
5 Thu May 4 18:04:04 WST 2006 John Darrington <john@darrington.wattle.id.au>
7 * message-dialog.c message-dialog.h: Added simple queuing to messages
8 reported, and ensure that dialog boxes dont appear when pointer grab
11 * psppire-data-store.c: Fix overflow on very long string variables.
13 * automake.mk: Fix broken dependency.
16 Tue Apr 25 11:08:04 2006 Ben Pfaff <blp@gnu.org>
18 Finish reforming error message support. In this phase, move
19 message.c into libpspp.
21 * automake.mk: (src_ui_gui_psppire_SOURCES) Remove src/message.c.
23 Tue Apr 25 10:56:53 2006 Ben Pfaff <blp@gnu.org>
25 Continue reforming error message support. In this phase, drop
26 actual message printing from core code, substituting a callback,
27 and add the callback to each UI. Also, move verbose_msg() into
30 * automake.mk: (src_ui_gui_psppire_SOURCES) Add src/message.c.
32 * message-dialog.c: (message_dialog_init) New function.
33 (vmsg) Rename handle_msg(), rewrite as callback function.
36 (msg_assert_fail) Removed.
37 (verbose_msg) Removed.
39 * psppire.c: (main) Call message_dialog_init().
41 Sun Apr 23 22:07:49 2006 Ben Pfaff <blp@gnu.org>
43 Continue reforming error message support. In this phase, get rid
44 of message "titles" and put the message text in `struct error'.
45 Now `struct error' encapsulates a message more properly.
47 * message-dialog.c: (err_vmsg) Rename err_msg(). Updated
50 Sun Apr 16 20:45:35 2006 Ben Pfaff <blp@gnu.org>
52 Continue reforming error message support. In this phase, we
53 divide the classification of messages along "category" and
56 * message-dialog.c: (vmsg) Use severity and category in
57 straightforward fashion instead of the less obvious "class".
58 (err_vmsg) Construct class before passing along to vmsg().
60 Sun Apr 16 16:06:54 2006 Ben Pfaff <blp@gnu.org>
62 Continue reforming error message support. In this phase, we get
63 rid of VM() and the other msg() support for "verbosity", replacing
64 it by a new function verbose_msg().
66 * message-dialog.c: (verbose_msg) New function.
67 (err_cond_fail) Removed (dead code).
68 (err_failure) Removed (dead code).
70 Sun Apr 16 11:53:25 2006 Ben Pfaff <blp@gnu.org>
72 Start reforming error message support. In this phase, we get rid
73 of "installation errors" and change all uses of msg() in the
74 output drivers to uses of error() or error_at_line().
76 * message-dialog.c: (vmsg) Removed IE, IS support.
78 Mon Mar 13 16:42:44 WST 2006 John Darrington <john@darrington.wattle.id.au>
80 * psppire.c: Supported (sort of) the --help and --version options.
82 * Rename error-dialog.[ch] -> message-dialog.[ch]
84 * Moved code from the psppire module.
86 Sat Jan 28 16:22:23 WST 2006 John Darrington <john@darrington.wattle.id.au>
88 * Separated the data out of the GtkSheet.
90 Tue Nov 2 19:00:28 WST 2004 John Darrington <john@darrington.wattle.id.au>
92 * Very first incarnation.