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