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