4f0a0949f140e3c4e37b21bc4dd7487e69fdea07
[pspp-builds.git] / src / ui / gui / ChangeLog
1 2007-07-26  John Darrington <john@darrington.wattle.id.au>
2
3         * helper.c helper.h (execute_syntax): removed implicit EXECUTE at end 
4         of commands.
5
6         * data-editor.c data-editor.glade: Added "Run Pending Transformations" 
7         menuitem.
8
9 2007-07-25  John Darrington <john@darrington.wattle.id.au>
10
11         * customentry.c: Redraw button in insensitive state, if the widget's 
12          "editable" style is FALSE.  Don't emit the "clicked" signal if 
13          "editable" is FALSE.
14         
15         * var-sheet.c: If variables are long-string variables, then set the 
16         "editable" properties of the entry widgets for the values and missing
17         cells to FALSE,
18
19 2007-07-18  John Darrington <john@darrington.wattle.id.au>
20
21         * psppire-case-file.c psppire-case-file.h psppire-data-store.c 
22         psppire-dict.c psppire-dict.h psppire-var-store.c : Added the
23         ability to resize string variables.  Fixed associated problems
24         inserting/deleting variables.   
25         
26         * helper.c helper.h (marshaller_VOID__INT_INT_INT): New marshaller
27         function.
28         
29 2007-07-16  John Darrington <john@darrington.wattle.id.au>
30
31         * data-editor.c: File Open dialog remembers directory.  Thanks to 
32         Ben Pfaff for this suggestion.
33         
34 2007-07-15  John Darrington <john@darrington.wattle.id.au>
35
36         * compute-dialog.c: Only generate NUMERIC/STRING command if the 
37         type-and-label dialog was used.
38
39 2007-07-12  John Darrington <john@darrington.wattle.id.au>
40
41         * psppire-data-store.c: Added call to g_sheet_model_range_changed to 
42         ensure that datasheet displays the current store.
43
44         * psppire-data-store.h: Formatting tidy up.
45
46 2007-07-11  John Darrington <john@darrington.wattle.id.au>
47
48         * compute-dialog.c : Set type-and-label dialog to sensible state,               and made syntax generation depend upon existence of target variable.
49
50 2007-07-08  John Darrington <john@darrington.wattle.id.au>
51
52         * data-editor.c data-editor.glade data-editor.h: Implemented 
53         the "Insert Case" button/dialog.
54
55 2007-07-08  John Darrington <john@darrington.wattle.id.au>
56
57         * goto-case-dialog.c goto-case-dialog.h (new files)
58         * automake.mk data-editor.c data-editor.glade data-editor.h 
59         psppire-case-file.c psppire-case-file.h psppire-data-store.c 
60         psppire-data-store.h psppire.glade :  Implemented the goto-case dialog
61         
62
63 2007-07-07  John Darrington <john@darrington.wattle.id.au>
64         
65         * psppire-data-store.c psppire-data-store.h: Made cases number from 
66         1 instead of 0. 
67
68         * psppire-data-store.c: Added a tooltip like feature to display
69         the label of variables. 
70         
71 2007-07-03  John Darrington <john@darrington.wattle.id.au>
72         
73         * data-editor.c data-sheet.c: Turned off autoscrolling, and 
74         manually move to cell on column click instead.
75
76 2007-06-29  John Darrington <john@darrington.wattle.id.au>
77
78         * data-editor.c data-editor.glade psppire-data-store.c 
79         psppire-data-store.h: Enabled cell reference entry and datum 
80         entry widgets.
81
82 2007-06-29  John Darrington <john@darrington.wattle.id.au>
83
84         * data-editor.c data-sheet.c: Moved update_cell_ref_entry from 
85         data-sheet.c to data-editor.c and made it work again.
86
87 2007-06-06  Ben Pfaff  <blp@gnu.org>
88
89         Adapt case sources, sinks, and clients of procedure code to the
90         new infrastructure.
91         
92         * automake.mk: Removed files.
93
94         * flexifile-factory.c: Removed, dead code.
95         * flexifile-factory.h: Ditto.
96
97         * helper.c: Adapt to new procedure and datasheet code.
98         * missing-val-dialog.c: Ditto.
99         * psppire-case-file.c: Ditto.
100         * psppire-data-store.c: Ditto.
101         * psppire.c: Ditto.
102
103 2007-06-03  Ben Pfaff  <blp@gnu.org>
104
105         * psppire-var-store.c (psppire_var_store_item_editable): Use
106         var_is_alpha.
107         
108 2007-05-07 John Darrington <john@darrington.wattle.id.au>
109
110         * psppire-dialog.c psppire-dialog.h: Added "orientation" property,
111         to allow dialogs to be either vertical or horizontal.
112
113         * comments-dialog.c comments-dialog.h: New files, invoking 
114         ADD DOCUMENT cmd.
115
116 2007-04-30 John Darrington <john@darrington.wattle.id.au>
117
118         * var-display.c var-display.h variable-info-dialog.c
119         variable-info-dialog.h : New files. 
120
121         * data-editor.c : 
122
123         * psppire-buttonbox.c psppire-buttonbox.h : Added the "buttons"
124         property, and optional  GOTO and CONTINUE buttons.
125
126         * psppire-dialog.h: Added response codes for the new buttons.
127
128         * psppire-var-store.c : Moved some code to var-display.[ch]
129
130 2007-04-25 John Darrington <john@darrington.wattle.id.au>
131
132         * icons/scalable/splash.c icons/splash.png : More eye candy.
133         
134         * main.c psppire.h : new files.
135
136         * psppire.c : Seperated the command line parsing and other 
137         environment startup from the core psppire code.
138
139 2007-04-25 John Darrington <john@darrington.wattle.id.au>
140
141         * icons/scalable icons/16x16: new directories.
142         * psppire.c : Add new icons to factory.
143
144         * dict-display.c: Refactor code get model from modelfilter. 
145         Added cellrenderer to display icon indicating variables' types.
146         Displayed the label of variables, if there is one.
147
148
149 2007-04-15  Ben Pfaff  <blp@gnu.org>
150
151         * compute-dialog.c (function_list_populate): Use new accessor
152         functions exported by language/expressions/public.h.
153
154 2007-04-15  Ben Pfaff  <blp@gnu.org>
155
156         * compute-dialog.c: Make #include for parse.inc work with VPATH
157         builds.
158
159 2007-04-13   John Darrington <john@darrington.wattle.id.au>
160         
161         * var-type-dialog.c: Added a FMT_DATETIME20 template.
162         
163 2007-04-04   John Darrington <john@darrington.wattle.id.au>
164
165         * compute-dialog.c compute-dialog.h: New files
166
167         * data-editor.c data-editor.h data-editor.glade : Added Transform 
168         menu, and support for Compute dialog
169
170         * glade-register.c psppire-buttonbox.c psppire-buttonbox.h 
171           psppire-vbottonbox.c psppire-vbuttonbox.h psppire-hbuttonbox.c 
172           psppire-vbuttonbox.h : Made buttonbox an abstract base class 
173          and separated it into vbuttonbox and hbuttonbox.
174
175         * psppire-selector.c : Allowed GtkTextView to be the destination 
176         widget.
177
178         * psppire-keypad.c: Added an "erase" signal.  Fixed other 
179         minor problems.
180
181 2007-04-03  Ben Pfaff  <blp@gnu.org>
182             John McCabe-Dansted <gmatht@gmail.com>
183
184         * psppire-selector.c (psppire_selector_set_subjects): Add an
185         assert that may or may not trap some Windows-related bugs.
186
187 2007-04-03   John Darrington <john@darrington.wattle.id.au>
188         
189         * data-editor.c data-editor.glade helper.h syntax-editor.c
190         syntax-editor.h : Implemented the File->Recently_Used_ menus.
191
192
193 2007-03-31   John Darrington <john@darrington.wattle.id.au>
194         
195         * data-editor.c data-editor.glade data-editor.h dialog-common.c
196         psppire-buttonbox.c psppire-dialog.c psppire-dialog.h
197         psppire-selector.c psppire-selector.h psppire.c psppire.glade
198         sort-cases-dialog.c sort-cases-dialog.h split-file-dialog.c
199         transpose-dialog.c weight-cases-dialog.c : Fixed the Refresh
200         button on all the dialogs. 
201         
202 2007-03-31   John Darrington <john@darrington.wattle.id.au>
203         
204         * data-editor.c: Added hooks for the split-file-dialog
205
206         * psppire.glade: Added the split file dialog box.
207         
208         * split-file-dialog.c split-file-dialog.h: New files.
209         
210         * dialog-common.c dialog-common.h: New files containing functions 
211         which seem to be used a lot in dialog box implementations. 
212
213         * psppire-keypad.c psppire-keypad.h: New files.  Implements keypad
214         thingumy widget.  
215
216         * psppire-selector.c: Made the orientation of the arrow a property
217         of the widget, so that it can be selected from glade.
218
219 2007-03-18  Ben Pfaff  <blp@gnu.org>
220
221         * syntax-editor-source.c (close): Rename do_close to avoid naming
222         conflict with POSIX function of same name.
223
224 Tue Mar 13 17:20:05 CET 2007 John Darrington <john@darrington.wattle.id.au>
225         * psppire.c:  Changed gtk_init to gtk_parse_args, followed by a delayed         call to gdk_init, so that psppire --version will succeed, even if it 
226         cannot connect to a display .
227         
228 Wed Mar  7 19:05:12 CET 2007 John Darrington <john@darrington.wattle.id.au>
229
230         * var-sheet.c: Replaced call to nl_langinfo with locale_charset 
231         from gnulib.
232
233 Thu Feb 22 12:27:41 CET 2007 John Darrington <john@darrington.wattle.id.au>
234
235         * data-editor.c : called new gen_quoted_string function to properly 
236           quote filenames in generated syntax.
237
238         * window-manager.c : Converted name from filename encoding to UTF8 
239           before displaying in title bar.
240
241 Tue Jan 30 20:13:46 WST 2007 John Darrington <john@darrington.wattle.id.au>
242
243         * psppire-dict.c: Call all the callbacks when a new dictionary becomes current.
244
245         * data-editor.c: Clear existing file name on FILE NEW.
246
247 Sat Jan 27 09:48:21 WST 2007 John Darrington <john@darrington.wattle.id.au>
248
249         * var-type-dialog.c: Fixed bugs closing window, apparent when compiled
250         against gtk.2.10
251
252 Fri Jan 26 15:51:34 WST 2007 John Darrington <john@darrington.wattle.id.au>
253
254         * psppire-var-select.c psppire-var-select.h : Deleted.
255
256         * psppire-selector.c psppire-selector.h : New files.
257
258         * transpose-dialog.c transpose-dialog.h : New files.
259
260         * psppire-dict.c psppire-dict.h : Added missing GtkTreeModel 
261         interface functions.
262
263         * weight-cases-dialog.c weight-cases-dialog.h : Re-implemented, 
264         using new PsppireSelector widget.
265
266         * dict-display.c dict-display.h : New files.
267
268         * psppire-object.c psppire-object.h : Deleted.  Seemed like a good idea at the time.
269
270 Tue Jan 23 21:10:01 WST 2007 John Darrington <john@darrington.wattle.id.au>
271
272         * helper.c helper.h: New function execute_syntax.
273
274         * syntax-editor.c syntax-editor.glade: Disabled data open/save menu 
275         items.
276
277         * data-editor.c data-editor.glade data-editor.h: Enabled data 
278         open/save/save_as  menu-items.
279         
280         * window-manager.h window-manager.c (default_window_name) : New 
281         function.
282
283 Sat Jan 13 07:47:26 WST 2007 John Darrington <john@darrington.wattle.id.au>
284
285         * psppire-case-file.c psppire-data-store.c psppire-dialog.c
286         psppire-dict.c psppire-var-select.c : Replaced identifier 'signal' 
287         with 'signals' to avoid conflict with sysv based systems which use
288         this identifer for something else.  
289         Thanks to Daniel E WILLIAMS for reporting this problem.
290
291 Wed Jan 10 07:20:39 WST 2007 John Darrington <john@darrington.wattle.id.au>
292
293         * psppire-case-file.c : Make sure there is always a valid flexifile
294
295         * psppire-data-store.c : assertions.
296
297         * psppire.c: Ignore replace source callbacks if the new source is 
298           not of storiage_source_class
299
300         * syntax-editor.c: Close/Abort source after parsing is complete.
301
302 Sun Jan  7 08:38:29 WST 2007 John Darrington <john@darrington.wattle.id.au>
303
304         * psppire-dict.c: Add FILTER_CHANGED and SPLIT_CHANGED signals 
305         corresponding to the callbacks in src/data/dictionary.c
306
307         * data-editor.c : Connect functions to the FILTER_CHANGED and 
308         SPLIT_CHANGED signals to update the status bar accordingly.
309
310 Mon Jan  1 10:37:07 WST 2007 John Darrington <john@darrington.wattle.id.au>
311
312         * psppire-case-file.c psppire-case-file.h: Changed the backend 
313         semantics. An object is now created without any backend.  A new function        ( psppire_case_file_replace_flexifile ) sets the backend to use.
314
315         * psppire-data-store.c : Updated callers accordingly.
316
317         * psppire-dict.c psppire-dict.h : New function 
318         (psppire_dict_replace_dictionary) .
319
320         * psppire.c : Updated to use new dataset replace_{source, dictionary} 
321         callbacks.
322
323         * syntax-editor.c : parses in state CMD_STATE_DATA unless there are 
324         no variables in the dictionary.
325
326 Mon Dec 25 12:38:24 WST 2006 John Darrington <john@darrington.wattle.id.au>
327
328         * data-editor.c data-editor.glade: Enabled deleting of variables from
329         the variable sheet.
330
331 Mon Dec 25 11:28:29 WST 2006 John Darrington <john@darrington.wattle.id.au>
332
333         * psppire-dict.c psppire-dict.h: Removed explicit signal emit calls.
334         These are not required, now that src/data/dictionary.c has callbacks
335
336 Mon Dec 25 08:49:57 WST 2006 John Darrington <john@darrington.wattle.id.au>
337
338         * var-sheet.c val-labs-dialog.c val-labs-dialog.h: Fixed bug in value
339         labels dialog box.
340
341 Sun Dec 17 08:26:10 WST 2006 John Darrington <john@darrington.wattle.id.au>
342
343         * syntax-editor-source.c syntax-editor-source.h syntax-editor.h: 
344         New files. 
345
346         * message-dialog.c :  Now reports the filename and line number in 
347         error messages.
348         
349         * psppire.c psppire.glade syntax-editor.c: Added the ability to run 
350         syntax from the syntax editor.
351
352         
353 Sat Dec 16 14:13:07 2006  Ben Pfaff  <blp@gnu.org>
354
355         * psppire-data-store.c (geometry_get_justification): Don't assume
356         that ALIGN_* and GTK_JUSTIFY_* values coincide.
357
358 Sat Dec 16 14:10:43 2006  Ben Pfaff  <blp@gnu.org>
359
360         * psppire-var-store.c (text_for_column): Adjust to account for new
361         values of the MEASURE_* enums.
362
363         * var-sheet.c (change_measure): Ditto.
364
365 Sat Dec 16 12:24:35 WST 2006 John Darrington <john@darrington.wattle.id.au>
366
367         * psppire-variable.c psppire-variable.h: Deleted.
368
369         * psppire-dict.c psppire-dict.h: Removed the caching of the variable 
370             data, which is now unecessary because src/data/vardict.h maintains 
371             an association between variables and their dictionary.
372         
373         * data-sheet.c menu-actions.c missing-val-dialog.c 
374           missing-val-dialog.h psppire-data-store.c 
375           psppire-var-store.c psppire-var-store.h 
376           sort-cases-dialog.c val-labs-dialog.c val-labs-dialog.h 
377           var-sheet.c var-type-dialog.c var-type-dialog.h: Dealt with the 
378             consequences of deleting psppire-variable.[ch]. 
379
380
381 Sat Dec  9 20:03:04 2006  Ben Pfaff  <blp@gnu.org>
382
383         * var-type-dialog.c (var_type_dialog_create): Use
384         fmt_dollar_template from data/format.c.
385         (dollar_format_template) Removed.
386
387 Sat Dec  9 07:19:53 WST 2006 John Darrington <john@darrington.wattle.id.au>
388
389         * syntax-editor.c : New file.
390
391 Tue Oct 31 19:25:31 2006  Ben Pfaff  <blp@gnu.org>
392
393         * var-type-dialog.c: Add missing "#include <config.h>".
394
395         * psppire.c: Ditto.
396
397 Mon Jul 17 18:21:29 WST 2006 John Darrington <john@darrington.wattle.id.au>
398
399     * automake.mk menu-actions.c psppire-case-file.c psppire-case-file.h
400     psppire-data-store.c psppire-dict.c psppire-dict.h psppire-variable.c
401     psppire.c psppire.glade: Adjusted code to use the new flexifile object.
402
403 Sat Jul 15 11:27:15 WST 2006 John Darrington <john@darrington.wattle.id.au>
404
405    * psppire.c psppire.glade automake.mk icons/* : Added toolbar icons where 
406         there's no suitable gtk stock icon.
407
408 Tue Jul  4 09:08:38 WST 2006 John Darrington <john@darrington.wattle.id.au>
409         
410    * psppire.c: Fixed --help and --version options.
411         
412 Sat Jun 24 16:56:22 WST 2006 John Darrington <john@darrington.wattle.id.au>
413
414    * menu-actions.c: Added goto case and sort cases dialogs.
415
416    * psppire-case-file.c psppire-case-file.h: Added sort function.
417
418    * psppire-data-store.c psppire-variable.c psppire-variable.h: 
419      Renamed  psppire_variable_get_index to psppire_variable_get_fv and
420      dealt with the consequences.  Added a psppire_variable_get_index
421      function which actually does what the name suggests.
422
423    * psppire-dict.c psppire-dict.h: Implemented GtkTreeModel interface,
424      which allows a dictionary to be displayed in a GtkTreeView.        
425
426    * psppire.glade: Added dialog boxes for Goto Case and Sort Case.     
427
428    * sort-cases-dialog.c sort-cases-dialog.h (new files).
429
430 Mon Jun 19 18:10:53 WST 2006 John Darrington <john@darrington.wattle.id.au>
431
432    * psppire-case-file.c psppire-case-file.h (new files)
433    
434    * automake.mk data-sheet.c data-sheet.h menu-actions.c
435    psppire-data-store.c psppire-data-store.h psppire-dict.c
436    psppire-dict.h psppire-var-store.c psppire.c
437    
438      Replaced psppire-case-array.c  with psppire-case-file.c, so as to
439      allow an arbitrary number of cases to be represented.
440    
441 Sun Jun  4 15:50:28 WST 2006 John Darrington <john@darrington.wattle.id.au>
442
443    * psppire-var-store.c, psppire.c, var-sheet.c :  Unlimited the number of 
444    variables that can be displayed. Minor i18n issues.
445
446 Tue May 30 19:53:35 WST 2006 John Darrington <john@darrington.wattle.id.au>
447
448    * menu-actions.c menu-actions.h psppire.c: Fixed up load/new 
449    interactions with startup.
450
451    * psppire-data-store.c: Fixed bad i18n call.
452
453    * pspppire-var-store.c, psppire-var-store.h: constness.
454
455    * helper.c: Implemented proper way to convert from PSPP to UTF8 encoding.
456
457
458 Sat May 27 16:25:38 WST 2006 John Darrington <john@darrington.wattle.id.au>
459
460    * customentry.c data-sheet.c menu-actions.c message-dialog.c 
461      missing-val-dialog.c psppire-data-store.c psppire-var-store.c 
462      psppire.c psppire.glade var-sheet.c: Fixed internationalisation.
463
464 Thu May 25 18:01:17 WST 2006 John Darrington <john@darrington.wattle.id.au>
465
466    * psppire-var-store.c: Converted strings to utf8 and returned them on the
467    heap.
468
469 Sat May 20 21:08:18 WST 2006 John Darrington <john@darrington.wattle.id.au>
470
471    * data-sheet.c, menu-actions.c menu-actions: Fixed data sheet so that
472    active cell is never on a deleted variable.
473
474    * psppire-data-store.c psppire-data-store.h:  Added get_var_count and
475    get_case_count functions.
476
477    * psppire-dict.c: removed VARIABLE_DELETED (singular) signal.
478
479    * psppire.c: Allowed user to specify *.sav file on command line.
480
481 Mon May 15 20:01:25 WST 2006 John Darrington <john@darrington.wattle.id.au>
482         
483         * menu-actions.c psppire-case-array.c psppire-case-array.h
484           psppire-data-store.c  psppire-dict.c psppire-dict.h 
485           psppire-variable.c:
486
487           Initialised new cases to SYSMIS/blank when inserting in data sheet.
488
489 Sat May 13 08:00:50 WST 2006 John Darrington <john@darrington.wattle.id.au>
490
491         * data-sheet.c, helper.c, helper.h, psppire-data-store.c, 
492           psppire-var-store.c:
493           
494           Set free_strings flag so that the gtksheet frees the string data 
495           when it's done with them.
496
497 Thu May 11 22:25:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
498
499         * data-sheet.c helper.c helper.h psppire-data-store.c psppire-var-store.c 
500         psppire.c: Converted strings to utf8 before passing to gtksheet.
501
502         * psppire-dict.c: Changed buffer to more reasonable length
503
504         * var-sheet.c: Changed maximum string length to use macro from
505         data/values.h
506
507         
508 Sun May  7 10:07:28 WST 2006 John Darrington <john@darrington.wattle.id.au>
509
510         * psppire-data-store.c: Fixed buglet initialising string members.
511
512 Thu May  4 18:04:04 WST 2006 John Darrington <john@darrington.wattle.id.au>
513
514         * message-dialog.c message-dialog.h: Added simple queuing to messages
515         reported, and ensure that dialog boxes dont appear when pointer grab
516         is active.
517
518         * psppire-data-store.c: Fix overflow on very long string variables.
519
520         * automake.mk: Fix broken dependency.
521
522
523 Tue Apr 25 11:08:04 2006  Ben Pfaff  <blp@gnu.org>
524
525         Finish reforming error message support.  In this phase, move
526         message.c into libpspp.
527         
528         * automake.mk: (src_ui_gui_psppire_SOURCES) Remove src/message.c.
529
530 Tue Apr 25 10:56:53 2006  Ben Pfaff  <blp@gnu.org>
531
532         Continue reforming error message support.  In this phase, drop
533         actual message printing from core code, substituting a callback,
534         and add the callback to each UI.  Also, move verbose_msg() into
535         its own module.
536
537         * automake.mk: (src_ui_gui_psppire_SOURCES) Add src/message.c.
538
539         * message-dialog.c: (message_dialog_init) New function.
540         (vmsg) Rename handle_msg(), rewrite as callback function.
541         (msg) Removed.
542         (msg_emit) Removed.
543         (msg_assert_fail) Removed.
544         (verbose_msg) Removed.
545
546         * psppire.c: (main) Call message_dialog_init().
547
548 Sun Apr 23 22:07:49 2006  Ben Pfaff  <blp@gnu.org>
549
550         Continue reforming error message support.  In this phase, get rid
551         of message "titles" and put the message text in `struct error'.
552         Now `struct error' encapsulates a message more properly.
553         
554         * message-dialog.c: (err_vmsg) Rename err_msg().  Updated
555         interface.
556
557 Sun Apr 16 20:45:35 2006  Ben Pfaff  <blp@gnu.org>
558
559         Continue reforming error message support.  In this phase, we
560         divide the classification of messages along "category" and
561         "severity" axes.
562
563         * message-dialog.c: (vmsg) Use severity and category in
564         straightforward fashion instead of the less obvious "class".
565         (err_vmsg) Construct class before passing along to vmsg().
566
567 Sun Apr 16 16:06:54 2006  Ben Pfaff  <blp@gnu.org>
568
569         Continue reforming error message support.  In this phase, we get
570         rid of VM() and the other msg() support for "verbosity", replacing
571         it by a new function verbose_msg().
572
573         * message-dialog.c: (verbose_msg) New function.  
574         (err_cond_fail) Removed (dead code).
575         (err_failure) Removed (dead code).
576
577 Sun Apr 16 11:53:25 2006  Ben Pfaff  <blp@gnu.org>
578
579         Start reforming error message support.  In this phase, we get rid
580         of "installation errors" and change all uses of msg() in the
581         output drivers to uses of error() or error_at_line().
582
583         * message-dialog.c: (vmsg) Removed IE, IS support.
584
585 Mon Mar 13 16:42:44 WST 2006 John Darrington <john@darrington.wattle.id.au>
586
587     * psppire.c: Supported (sort of) the --help and --version options.
588
589     * Rename error-dialog.[ch] -> message-dialog.[ch]
590
591     * Moved code from the psppire module.
592         
593 Sat Jan 28 16:22:23 WST 2006 John Darrington <john@darrington.wattle.id.au>
594
595     * Separated the data out of the GtkSheet.
596
597 Tue Nov  2 19:00:28 WST 2004 John Darrington <john@darrington.wattle.id.au>
598
599     * Very first incarnation.