5782b9b5d312953d48b4900dae7698b0f50113b6
[pspp-builds.git] / src / ui / gui / ChangeLog
1 Thu May 25 18:01:17 WST 2006 John Darrington <john@darrington.wattle.id.au>
2
3    * psppire-var-store.c: Converted strings to utf8 and returned them on the
4    heap.
5
6 Sat May 20 21:08:18 WST 2006 John Darrington <john@darrington.wattle.id.au>
7
8    * data-sheet.c, menu-actions.c menu-actions: Fixed data sheet so that
9    active cell is never on a deleted variable.
10
11    * psppire-data-store.c psppire-data-store.h:  Added get_var_count and
12    get_case_count functions.
13
14    * psppire-dict.c: removed VARIABLE_DELETED (singular) signal.
15
16    * psppire.c: Allowed user to specify *.sav file on command line.
17
18 Mon May 15 20:01:25 WST 2006 John Darrington <john@darrington.wattle.id.au>
19         
20         * menu-actions.c psppire-case-array.c psppire-case-array.h
21           psppire-data-store.c  psppire-dict.c psppire-dict.h 
22           psppire-variable.c:
23
24           Initialised new cases to SYSMIS/blank when inserting in data sheet.
25
26 Sat May 13 08:00:50 WST 2006 John Darrington <john@darrington.wattle.id.au>
27
28         * data-sheet.c, helper.c, helper.h, psppire-data-store.c, 
29           psppire-var-store.c:
30           
31           Set free_strings flag so that the gtksheet frees the string data 
32           when it's done with them.
33
34 Thu May 11 22:25:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
35
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.
38
39         * psppire-dict.c: Changed buffer to more reasonable length
40
41         * var-sheet.c: Changed maximum string length to use macro from
42         data/values.h
43
44         
45 Sun May  7 10:07:28 WST 2006 John Darrington <john@darrington.wattle.id.au>
46
47         * psppire-data-store.c: Fixed buglet initialising string members.
48
49 Thu May  4 18:04:04 WST 2006 John Darrington <john@darrington.wattle.id.au>
50
51         * message-dialog.c message-dialog.h: Added simple queuing to messages
52         reported, and ensure that dialog boxes dont appear when pointer grab
53         is active.
54
55         * psppire-data-store.c: Fix overflow on very long string variables.
56
57         * automake.mk: Fix broken dependency.
58
59
60 Tue Apr 25 11:08:04 2006  Ben Pfaff  <blp@gnu.org>
61
62         Finish reforming error message support.  In this phase, move
63         message.c into libpspp.
64         
65         * automake.mk: (src_ui_gui_psppire_SOURCES) Remove src/message.c.
66
67 Tue Apr 25 10:56:53 2006  Ben Pfaff  <blp@gnu.org>
68
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
72         its own module.
73
74         * automake.mk: (src_ui_gui_psppire_SOURCES) Add src/message.c.
75
76         * message-dialog.c: (message_dialog_init) New function.
77         (vmsg) Rename handle_msg(), rewrite as callback function.
78         (msg) Removed.
79         (msg_emit) Removed.
80         (msg_assert_fail) Removed.
81         (verbose_msg) Removed.
82
83         * psppire.c: (main) Call message_dialog_init().
84
85 Sun Apr 23 22:07:49 2006  Ben Pfaff  <blp@gnu.org>
86
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.
90         
91         * message-dialog.c: (err_vmsg) Rename err_msg().  Updated
92         interface.
93
94 Sun Apr 16 20:45:35 2006  Ben Pfaff  <blp@gnu.org>
95
96         Continue reforming error message support.  In this phase, we
97         divide the classification of messages along "category" and
98         "severity" axes.
99
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().
103
104 Sun Apr 16 16:06:54 2006  Ben Pfaff  <blp@gnu.org>
105
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().
109
110         * message-dialog.c: (verbose_msg) New function.  
111         (err_cond_fail) Removed (dead code).
112         (err_failure) Removed (dead code).
113
114 Sun Apr 16 11:53:25 2006  Ben Pfaff  <blp@gnu.org>
115
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().
119
120         * message-dialog.c: (vmsg) Removed IE, IS support.
121
122 Mon Mar 13 16:42:44 WST 2006 John Darrington <john@darrington.wattle.id.au>
123
124     * psppire.c: Supported (sort of) the --help and --version options.
125
126     * Rename error-dialog.[ch] -> message-dialog.[ch]
127
128     * Moved code from the psppire module.
129         
130 Sat Jan 28 16:22:23 WST 2006 John Darrington <john@darrington.wattle.id.au>
131
132     * Separated the data out of the GtkSheet.
133
134 Tue Nov  2 19:00:28 WST 2004 John Darrington <john@darrington.wattle.id.au>
135
136     * Very first incarnation.