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