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