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