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