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