1 Thu May 25 18:01:17 WST 2006 John Darrington <john@darrington.wattle.id.au>
3 * psppire-var-store.c: Converted strings to utf8 and returned them on the
6 Sat May 20 21:08:18 WST 2006 John Darrington <john@darrington.wattle.id.au>
8 * data-sheet.c, menu-actions.c menu-actions: Fixed data sheet so that
9 active cell is never on a deleted variable.
11 * psppire-data-store.c psppire-data-store.h: Added get_var_count and
12 get_case_count functions.
14 * psppire-dict.c: removed VARIABLE_DELETED (singular) signal.
16 * psppire.c: Allowed user to specify *.sav file on command line.
18 Mon May 15 20:01:25 WST 2006 John Darrington <john@darrington.wattle.id.au>
20 * menu-actions.c psppire-case-array.c psppire-case-array.h
21 psppire-data-store.c psppire-dict.c psppire-dict.h
24 Initialised new cases to SYSMIS/blank when inserting in data sheet.
26 Sat May 13 08:00:50 WST 2006 John Darrington <john@darrington.wattle.id.au>
28 * data-sheet.c, helper.c, helper.h, psppire-data-store.c,
31 Set free_strings flag so that the gtksheet frees the string data
32 when it's done with them.
34 Thu May 11 22:25:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
36 * data-sheet.c helper.c helper.h psppire-data-store.c psppire-var-store.c
37 psppire.c: Converted strings to utf8 before passing to gtksheet.
39 * psppire-dict.c: Changed buffer to more reasonable length
41 * var-sheet.c: Changed maximum string length to use macro from
45 Sun May 7 10:07:28 WST 2006 John Darrington <john@darrington.wattle.id.au>
47 * psppire-data-store.c: Fixed buglet initialising string members.
49 Thu May 4 18:04:04 WST 2006 John Darrington <john@darrington.wattle.id.au>
51 * message-dialog.c message-dialog.h: Added simple queuing to messages
52 reported, and ensure that dialog boxes dont appear when pointer grab
55 * psppire-data-store.c: Fix overflow on very long string variables.
57 * automake.mk: Fix broken dependency.
60 Tue Apr 25 11:08:04 2006 Ben Pfaff <blp@gnu.org>
62 Finish reforming error message support. In this phase, move
63 message.c into libpspp.
65 * automake.mk: (src_ui_gui_psppire_SOURCES) Remove src/message.c.
67 Tue Apr 25 10:56:53 2006 Ben Pfaff <blp@gnu.org>
69 Continue reforming error message support. In this phase, drop
70 actual message printing from core code, substituting a callback,
71 and add the callback to each UI. Also, move verbose_msg() into
74 * automake.mk: (src_ui_gui_psppire_SOURCES) Add src/message.c.
76 * message-dialog.c: (message_dialog_init) New function.
77 (vmsg) Rename handle_msg(), rewrite as callback function.
80 (msg_assert_fail) Removed.
81 (verbose_msg) Removed.
83 * psppire.c: (main) Call message_dialog_init().
85 Sun Apr 23 22:07:49 2006 Ben Pfaff <blp@gnu.org>
87 Continue reforming error message support. In this phase, get rid
88 of message "titles" and put the message text in `struct error'.
89 Now `struct error' encapsulates a message more properly.
91 * message-dialog.c: (err_vmsg) Rename err_msg(). Updated
94 Sun Apr 16 20:45:35 2006 Ben Pfaff <blp@gnu.org>
96 Continue reforming error message support. In this phase, we
97 divide the classification of messages along "category" and
100 * message-dialog.c: (vmsg) Use severity and category in
101 straightforward fashion instead of the less obvious "class".
102 (err_vmsg) Construct class before passing along to vmsg().
104 Sun Apr 16 16:06:54 2006 Ben Pfaff <blp@gnu.org>
106 Continue reforming error message support. In this phase, we get
107 rid of VM() and the other msg() support for "verbosity", replacing
108 it by a new function verbose_msg().
110 * message-dialog.c: (verbose_msg) New function.
111 (err_cond_fail) Removed (dead code).
112 (err_failure) Removed (dead code).
114 Sun Apr 16 11:53:25 2006 Ben Pfaff <blp@gnu.org>
116 Start reforming error message support. In this phase, we get rid
117 of "installation errors" and change all uses of msg() in the
118 output drivers to uses of error() or error_at_line().
120 * message-dialog.c: (vmsg) Removed IE, IS support.
122 Mon Mar 13 16:42:44 WST 2006 John Darrington <john@darrington.wattle.id.au>
124 * psppire.c: Supported (sort of) the --help and --version options.
126 * Rename error-dialog.[ch] -> message-dialog.[ch]
128 * Moved code from the psppire module.
130 Sat Jan 28 16:22:23 WST 2006 John Darrington <john@darrington.wattle.id.au>
132 * Separated the data out of the GtkSheet.
134 Tue Nov 2 19:00:28 WST 2004 John Darrington <john@darrington.wattle.id.au>
136 * Very first incarnation.