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