Regression dialog
[pspp-builds.git] / src / ui / gui / ChangeLog
index 9635af92d615cba29c60a0216809987c4811aeb1..933bcb626618e47f5008bef1f5af052ca1c86aa3 100644 (file)
-2007-07-03  John Darrington <john@darrington.wattle.id.au>
+2008-02-27  Jason Stover  <jhs@math.gcsu.edu>
+
+       * regression-dialog.c: New file.
+
+       * regression-dialog.h: New file.
+
+       * regression.glade: New file.
+
+2008-02-19  Ben Pfaff  <blp@gnu.org>
+
+       Patch #6426.  Reviewed by John Darrington.
        
        
-       * data-editor.c data-sheet.c: Turned off autoscrolling, and 
+       * psppire-var-store.c: Add "trailing-rows", "format-type"
+       properties to PsppireVarStore.
+
+2008-02-19  Ben Pfaff  <blp@gnu.org>
+
+       * message-dialog.c (popup_messages): Always destroy `msg' and
+       `lead' strings, avoiding a memory leak.  Thanks to John Darrington
+       for reporting the problem.
+
+2008-02-19  John Darrington <john@darrington.wattle.id.au>
+
+       * dict-display.c: Display names of variables in dialog box
+       dictionary treeviews, when the mouse hovers over the variable.
+
+2008-02-13  John Darrington <john@darrington.wattle.id.au>
+
+       * variable-info-dialog.c: Fix crash when clicking "Jump" when no 
+       variable selected.  Add a valid predicate so that this can't 
+       happen anyway.
+
+       * compute-dialog.c: Fix crash when trying to set label on non
+       existant variable.
+
+2008-02-09  Ben Pfaff  <blp@gnu.org>
+
+       Consolidate multiple messages into single message dialog.  Patch
+       #6405.  Thanks to John Darrington for review.
+
+       * automake.mk (dist_src_ui_gui_psppire_DATA): Add
+       message-dialog.glade.
+
+       * helper.c (give_help): Use GtkMessageDialog directly instead of
+       trying to reuse message-dialog code.
+
+       * message-dialog.c: Rewritten.
+
+       * message-dialog.glade: New file.
+
+2008-02-08  Jason Stover  <jhs@math.gcsu.edu>
+
+       * crosstabs-dialog.c: New file.
+
+       * crosstabs-dialog.h: New file.
+
+       * crosstabs.glade: New file.
+
+2008-02-08  John Darrington <john@darrington.wattle.id.au>
+
+       * psppire-data-store.c: Remove feature which automatically inserts
+       cases at end of data.
+
+       * datasheet.c: Make rows after the last + 1, not editable.
+
+2008-02-08  John Darrington <john@darrington.wattle.id.au>
+
+       * sort-cases-dialog.c transpose-dialog.c: Added dialog_valid
+       predicates.
+
+2008-02-04  John Darrington <john@darrington.wattle.id.au>
+
+       * checkbox-treeview.c: In toggle callback, use the treeview's 
+       current model, instead of relying on the one set at creation.
+       Use attributes instead of cell_renderer functions.
+
+2008-02-03  John Darrington <john@darrington.wattle.id.au>
+
+        * psppire-case-file.c psppire-case-file.h: Dont clone the casereader
+       before creating datasheet.  Add properties instead of direct code 
+        in _new function.
+
+        * psppire-data-store.c:  Implement proper dispose function.
+
+2008-01-29  John Darrington <john@darrington.wattle.id.au>
+
+       * psppire-var-ptr.c psppire-var-ptr.h: New files
+
+       * t-test-paired-samples.c t-test-paired-samples.h: New files
+
+        * dialog-common.c dialog-common.h (append_variable_names): Add extra 
+       argument to specify the column number containing the variables.
+
+       * psppire-selector.c psppire-selector.h:  Add auxilliary data variable
+       to SelectItemsFunc.  (is_item_in_dest) transform model value to G_TYPE_INT
+       before using.  Hence the model need not be of integer type.
+
+2008-01-22  John Darrington <john@darrington.wattle.id.au>
+
+       * psppire-dict.c (psppire_dict_rename_var): Fixed bug where
+       an assertion failure occured when renaming variables to an
+       existing name. Thanks to Ben for reporting this.
+
+2007-12-13  John Darrington <john@darrington.wattle.id.au>
+
+       * dialog-common.c dialog-common.h (numeric_only): New function.
+
+       * t-test-independent-samples-dialog.c:  Added the ability to specify 
+       groups by a threshold ("Cut Point").  Keep OK/Paste buttons insensitive,
+       until groups are properly defined.  Prevented variables treeview from
+       accepting string variables.
+
+2007-12-08  John Darrington <john@darrington.wattle.id.au>
+
+       * data-editor.h data-editor.c: Added hooks for one sample t-test
+
+       * t-test-one-sample.c t-test-one-sample.h (new files): Implemented
+       a dialog box for the One Sample T Test.
+
+       * t-test-independent-samples-dialog.c: Factored out the options sub
+       dialog (see following).
+
+       * t-test-options.c t-test-options.h (new files):  New module
+        implementing the options sub-dialog for T tests.
+
+2007-12-07  John Darrington <john@darrington.wattle.id.au>
+
+       * frequencies-dialog.c: Made the options subdialog transient
+       on the parent.
+
+2007-12-01  John Darrington <john@darrington.wattle.id.au>
+
+       * descriptives-dialog.c: Moved the code dealing with checkboxes 
+       inside treeview widgets into their own files.
+
+       * checkbox-treeview.c checkbox-treeview.h: New file (see above).
+
+       * frequencies-dialog.c frequencies-dialog.h frequencies.glade: New 
+       files. Implemented FREQUENCIES dialog box.
+
+       * data-editor.c data-editor.h data-editor.glade :  Added callback
+       for frequencies dialog.
+
+
+2007-11-23  John Darrington <john@darrington.wattle.id.au>
+
+       * psppire-acr.c psppire-acr.h: Generalised the external widget
+       somewhat. It can now be anything, not necessarily a GTK_ENTRY.
+
+       * helper.c helper.h (clone_list_store): New function.
+
+       * oneway-anova-dialog.c : Used the clone_list_store function
+       instead of writing it ourselves.
+       
+       * psppire-dialog.c psppire-dialog.h: Added a tabular orientation
+       in addition to the horizontal/vertical options.
+       
+       * recode-dialog.c recode-dialog.h recode.glade (new files).
+
+       * psppire-selector.c psppire-selector.h: Added a function to
+       allow the prohibition of items based on a predicate.
+
+       * dialog-common.h dialog-common.c (homogeneous_types): New function.
+
+       * data-editor.c data-editor.glade data-editor.h: Enabled the
+       recode dialog options.
+
+
+2007-11-23  John Darrington <john@darrington.wattle.id.au>
+
+       * compute-dialog.c (generate_syntax): Append "EXECUTE." to the 
+       generated syntax.
+
+2007-10-19  John Darrington <john@darrington.wattle.id.au>
+
+        * psppire-acr.c psppire-acr.h (new files): Added this new
+       composite widget.
+
+       * data-editor.c data-editor.h: Added entries for ONEWAY command
+       dialog box.
+
+       * oneway-anova-dialog.c oneway-anova-dialog.h oneway.glade (new files)
+       
+2007-10-06  John Darrington <john@darrington.wattle.id.au>
+       
+       * psppire-dialog.c psppire-dialog.h: Added a predicate function
+       member to indicate when a dialog's state is (not) valid. Added a
+       signal "validity-changed" which gets emitted whenever this
+       predicate changes. 
+
+       * psppire-buttonbox.c: Connect to the toplevel window's
+       "validity-changed" signal (assuming it happens to be a
+       PsppireDialog) and set the OK, PASTE, GOTO and CONTINUE buttons
+       according.y. 
+
+       * descriptives-dialog.c compute-dialog.c: Add a validity predicate.
+
+2007-10-05  Ben Pfaff  <blp@gnu.org>
+
+       Add DESCRIPTIVES dialog.
+       
+       * automake.mk (dist_src_ui_gui_psppire_DATA): Add
+       descriptives-dialog.data.
+       (src_ui_gui_psppire_SOURCES): Add descriptives-dialog.c,
+       descriptives-dialog.h.
+
+       * data-editor.c (new_data_editor): Connect descriptive dialog to
+       action.
+
+       * data-editor.glade: Change menu item to invoke DESCRIPTIVES.
+
+       * descriptives-dialog.c: New file.
+       
+       * descriptives-dialog.h: New file.
+       
+       * descriptives-dialog.glade: New file.
+
+2007-10-04  John Darrington <john@darrington.wattle.id.au>
+
+       * compute-dialog.c goto-case-dialog.c main.c psppire-keypad.c: Added 
+       #include <config.h>
+
+       * psppire.glade about.c: Read GPL text from src/libpspp/copyleft.c 
+       instead of makeing another copy in psppire.glade.
+
+       * psppirebuttonbox.c psppire.c: Create a new stock item for 
+       RESET buttons.
+       
+2007-09-26  John Darrington <john@darrington.wattle.id.au>     
+       
+       * output-viewer.c output-viewer.h psppire.c: (closes patch #6210) 
+       Changed width and length parameters of output driver to
+       "auto". Changed default width and length  to be something
+       acceptable to the ascii driver.  (reload_viewer) Dynamically
+       allocate the line buffer so that it matches the width of the output.
+       
+2007-09-24  Ben Pfaff  <blp@gnu.org>
+
+       * message-dialog.c (popup_message): Refer to files that contain
+       commands as "syntax" files, not "script" files, for better user
+       familiarity.
+       Patch #6210.  Reviewed by John Darrington.
+
+2007-09-19  John Darrington <john@darrington.wattle.id.au>
+       
+       * message-dialog.c: Changed the ouput message title to be 
+       appropriate for the severity of the message.
+
+       * output-viewer.c output-viewer.h : Added a callback for the resize 
+       signal of the output viewer, and set the viewport length and
+       width accordingly.
+
+       * psppire.c: Update to new init_settings interface.
+
+2007-09-27  John Darrington <john@darrington.wattle.id.au>
+
+       Addressing bug #20821:
+       
+       * psppire-dict.c: Added a BACKEND_CHANGED signal to indicate when 
+       a PsppireDict's struct dictionary has been replaced.
+
+       * psppire-var-store.c: Added the appropriate method for 
+       get_column_count. Added a signal handler for dict:BACKEND_CHANGED, 
+       which calls the g_sheet_model_range_changed for the entire sheet.
+       
+2007-09-18  Ben Pfaff  <blp@gnu.org>
+
+       * helper.c (create_casereader_from_data_store): New function.
+       (execute_syntax): Only replace the active file data by a new
+       casereader if syntax caused the active file to be read, to avoid
+       exponential slowdown as an increasing number of snippets that do
+       not read from the active file are consecutively executed.  Bug
+       #20910.  Reviewed by and heavily influenced by John Darrington.
+
+       * psppire-data-store.c (psppire_data_store_get_value_count): New
+       function.
+
+       * psppire-dict.c (psppire_dict_get_value_cnt): New function.
+
+2007-09-13  John Darrington <john@darrington.wattle.id.au>
+
+       * find-dialog.c find-dialog.h: New files.
+
+       * data-editor.c data-editor.h data-editor.glade: Added action for
+       the find dialog.
+
+       * psppire-selector.c: Emit the (de)selected signal when the 
+       destination entry widget's text changes.
+
+2007-09-10  Ben Pfaff  <blp@gnu.org>
+
+       * var-sheet.c (psppire_variable_sheet_create): Use xstrdup to save
+       string returned by bind_textdomain_codeset.  Otherwise it can get
+       freed by a subsequent call.  Patch #6193.  Reviewed by John
+       Darrington.
+
+2007-09-06  John Darrington <john@darrington.wattle.id.au>
+       
+       * helper.c helper.h (execute_syntax): changed return type to 
+       gboolean to indicated if all the syntax executed successfully or not.
+
+       * data-editor.c syntax-editor.c: Fixed update of recent file list
+       and window title,  on data_file_open.  They now only change, if
+       the file_open was  successfull. 
+
+
+2007-08-25  John Darrington <john@darrington.wattle.id.au>
+
+       * psppire.c : Enable journal.
+
+2007-08-18  John Darrington <john@darrington.wattle.id.au>
+
+       * clipboard.c clipboard.h data-editor.c: Added the ability to paste from 
+       the clipboard into the data sheet.
+
+2007-08-16  John Darrington <john@darrington.wattle.id.au>
+
+        * output-viewer.c output-viewer.h output-viewer.glade (new files)
+         helper.c psppire.c syntax-editor.glade window-manager.c 
+         window-manager.h : Added a basic output viewer window.
+
+2007-08-13  John Darrington <john@darrington.wattle.id.au>
+
+       * clipboard.c (clip_to_html clip_to_text): Fixed bug --- use the
+       variable count instead of the value count for the columns limit. 
+
+2007-08-12  John Darrington <john@darrington.wattle.id.au>
+           Ben Pfaff  <blp@gnu.org>
+
+       Implement Edit|Cut operation for datasheet.  Patch #6117.
+
+       * automake.mk: Add clipboard.c, clipboard.h.
+
+       * clipboard.c: New file.
+
+       * clipboard.h: New file.
+
+       * data-editor.c (new_data_editor): Connect Edit|Copy to
+       on_edit_copy function.
+       (data_var_select): Enable or disable Edit|Copy as appropriate.
+       (on_edit_copy): New function.
+
+       * data-editor.glade: Connect menu items to new operations.
+
+2007-08-12  Ben Pfaff  <blp@gnu.org>
+
+       * psppire-dict.c (psppire_dict_dump): Don't use
+       dict_get_compacted_dict_index_to_case_index, as that function has
+       been deleted.
+
+2007-08-13  John Darrington <john@darrington.wattle.id.au>
+
+        * psppire-case-file.c (psppire_case_file_append_case):
+       Deleted unused function.
+
+2007-08-07  John Darrington <john@darrington.wattle.id.au>
+
+       * helper.c (execute_syntax): Set the active file data to NULL at the
+       end of the procedure.  Thanks to Ben for suggesting this.
+
+       * psppire-case-file.c: Added assertions to the remaining functions
+       on inaccessible objects.
+
+       * psppire-data-store.c psppire-data-store.h: Disconnect or block
+       signals on dictionary and case_file, when make_reader has been called.
+       Reconnect or unblock them when a new datasheet has been set for the
+       data_store.
+
+2007-08-06  John Darrington <john@darrington.wattle.id.au>
+
+       * syntax-editor.glade: Changed some properties to be less annoying.
+
+2007-07-29  John Darrington <john@darrington.wattle.id.au>
+
+       * helper.c psppire.c: Enabled the output system so that the results
+       of analysis can be seen.
+
+2007-07-26  John Darrington <john@darrington.wattle.id.au>
+
+       * helper.c helper.h (execute_syntax): removed implicit EXECUTE at end
+       of commands.
+
+       * data-editor.c data-editor.glade: Added "Run Pending Transformations"
+       menuitem.
+
+2007-07-25  John Darrington <john@darrington.wattle.id.au>
+
+       * customentry.c: Redraw button in insensitive state, if the widget's
+        "editable" style is FALSE.  Don't emit the "clicked" signal if
+        "editable" is FALSE.
+
+       * var-sheet.c: If variables are long-string variables, then set the
+       "editable" properties of the entry widgets for the values and missing
+       cells to FALSE,
+
+2007-07-18  John Darrington <john@darrington.wattle.id.au>
+
+       * psppire-case-file.c psppire-case-file.h psppire-data-store.c
+       psppire-dict.c psppire-dict.h psppire-var-store.c : Added the
+       ability to resize string variables.  Fixed associated problems
+       inserting/deleting variables.
+
+       * helper.c helper.h (marshaller_VOID__INT_INT_INT): New marshaller
+       function.
+
+2007-07-16  John Darrington <john@darrington.wattle.id.au>
+
+       * data-editor.c: File Open dialog remembers directory.  Thanks to
+       Ben Pfaff for this suggestion.
+
+2007-07-15  John Darrington <john@darrington.wattle.id.au>
+
+       * compute-dialog.c: Only generate NUMERIC/STRING command if the
+       type-and-label dialog was used.
+
+2007-07-12  John Darrington <john@darrington.wattle.id.au>
+
+       * psppire-data-store.c: Added call to g_sheet_model_range_changed to
+       ensure that datasheet displays the current store.
+
+       * psppire-data-store.h: Formatting tidy up.
+
+2007-07-11  John Darrington <john@darrington.wattle.id.au>
+
+       * compute-dialog.c : Set type-and-label dialog to sensible state,               and made syntax generation depend upon existence of target variable.
+
+2007-07-08  John Darrington <john@darrington.wattle.id.au>
+
+       * data-editor.c data-editor.glade data-editor.h: Implemented
+       the "Insert Case" button/dialog.
+
+2007-07-08  John Darrington <john@darrington.wattle.id.au>
+
+       * goto-case-dialog.c goto-case-dialog.h (new files)
+       * automake.mk data-editor.c data-editor.glade data-editor.h
+       psppire-case-file.c psppire-case-file.h psppire-data-store.c
+       psppire-data-store.h psppire.glade :  Implemented the goto-case dialog
+
+
+2007-07-07  John Darrington <john@darrington.wattle.id.au>
+
+       * psppire-data-store.c psppire-data-store.h: Made cases number from
+       1 instead of 0.
+
+       * psppire-data-store.c: Added a tooltip like feature to display
+       the label of variables.
+
+2007-07-03  John Darrington <john@darrington.wattle.id.au>
+
+       * data-editor.c data-sheet.c: Turned off autoscrolling, and
        manually move to cell on column click instead.
 
 2007-06-29  John Darrington <john@darrington.wattle.id.au>
 
        manually move to cell on column click instead.
 
 2007-06-29  John Darrington <john@darrington.wattle.id.au>
 
-       * data-editor.c data-editor.glade psppire-data-store.c 
-       psppire-data-store.h: Enabled cell reference entry and datum 
+       * data-editor.c data-editor.glade psppire-data-store.c
+       psppire-data-store.h: Enabled cell reference entry and datum
        entry widgets.
 
 2007-06-29  John Darrington <john@darrington.wattle.id.au>
 
        entry widgets.
 
 2007-06-29  John Darrington <john@darrington.wattle.id.au>
 
-       * data-editor.c data-sheet.c: Moved update_cell_ref_entry from 
+       * data-editor.c data-sheet.c: Moved update_cell_ref_entry from
        data-sheet.c to data-editor.c and made it work again.
 
 2007-06-06  Ben Pfaff  <blp@gnu.org>
 
        Adapt case sources, sinks, and clients of procedure code to the
        new infrastructure.
        data-sheet.c to data-editor.c and made it work again.
 
 2007-06-06  Ben Pfaff  <blp@gnu.org>
 
        Adapt case sources, sinks, and clients of procedure code to the
        new infrastructure.
-       
+
        * automake.mk: Removed files.
 
        * flexifile-factory.c: Removed, dead code.
        * automake.mk: Removed files.
 
        * flexifile-factory.c: Removed, dead code.
 
        * psppire-var-store.c (psppire_var_store_item_editable): Use
        var_is_alpha.
 
        * psppire-var-store.c (psppire_var_store_item_editable): Use
        var_is_alpha.
-       
+
 2007-05-07 John Darrington <john@darrington.wattle.id.au>
 
        * psppire-dialog.c psppire-dialog.h: Added "orientation" property,
         to allow dialogs to be either vertical or horizontal.
 
 2007-05-07 John Darrington <john@darrington.wattle.id.au>
 
        * psppire-dialog.c psppire-dialog.h: Added "orientation" property,
         to allow dialogs to be either vertical or horizontal.
 
-       * comments-dialog.c comments-dialog.h: New files, invoking 
+       * comments-dialog.c comments-dialog.h: New files, invoking
        ADD DOCUMENT cmd.
 
 2007-04-30 John Darrington <john@darrington.wattle.id.au>
 
        * var-display.c var-display.h variable-info-dialog.c
        ADD DOCUMENT cmd.
 
 2007-04-30 John Darrington <john@darrington.wattle.id.au>
 
        * var-display.c var-display.h variable-info-dialog.c
-       variable-info-dialog.h : New files. 
+       variable-info-dialog.h : New files.
 
 
-       * data-editor.c : 
+       * data-editor.c :
 
        * psppire-buttonbox.c psppire-buttonbox.h : Added the "buttons"
        property, and optional  GOTO and CONTINUE buttons.
 
        * psppire-buttonbox.c psppire-buttonbox.h : Added the "buttons"
        property, and optional  GOTO and CONTINUE buttons.
 2007-04-25 John Darrington <john@darrington.wattle.id.au>
 
        * icons/scalable/splash.c icons/splash.png : More eye candy.
 2007-04-25 John Darrington <john@darrington.wattle.id.au>
 
        * icons/scalable/splash.c icons/splash.png : More eye candy.
-       
+
        * main.c psppire.h : new files.
 
        * main.c psppire.h : new files.
 
-       * psppire.c : Seperated the command line parsing and other 
+       * psppire.c : Seperated the command line parsing and other
        environment startup from the core psppire code.
 
 2007-04-25 John Darrington <john@darrington.wattle.id.au>
        environment startup from the core psppire code.
 
 2007-04-25 John Darrington <john@darrington.wattle.id.au>
        * icons/scalable icons/16x16: new directories.
        * psppire.c : Add new icons to factory.
 
        * icons/scalable icons/16x16: new directories.
        * psppire.c : Add new icons to factory.
 
-       * dict-display.c: Refactor code get model from modelfilter. 
+       * dict-display.c: Refactor code get model from modelfilter.
        Added cellrenderer to display icon indicating variables' types.
         Displayed the label of variables, if there is one.
 
        Added cellrenderer to display icon indicating variables' types.
         Displayed the label of variables, if there is one.
 
        builds.
 
 2007-04-13   John Darrington <john@darrington.wattle.id.au>
        builds.
 
 2007-04-13   John Darrington <john@darrington.wattle.id.au>
-       
+
        * var-type-dialog.c: Added a FMT_DATETIME20 template.
        * var-type-dialog.c: Added a FMT_DATETIME20 template.
-       
+
 2007-04-04   John Darrington <john@darrington.wattle.id.au>
 
        * compute-dialog.c compute-dialog.h: New files
 
 2007-04-04   John Darrington <john@darrington.wattle.id.au>
 
        * compute-dialog.c compute-dialog.h: New files
 
-       * data-editor.c data-editor.h data-editor.glade : Added Transform 
+       * data-editor.c data-editor.h data-editor.glade : Added Transform
        menu, and support for Compute dialog
 
        menu, and support for Compute dialog
 
-       * glade-register.c psppire-buttonbox.c psppire-buttonbox.h 
-         psppire-vbottonbox.c psppire-vbuttonbox.h psppire-hbuttonbox.c 
-         psppire-vbuttonbox.h : Made buttonbox an abstract base class 
+       * glade-register.c psppire-buttonbox.c psppire-buttonbox.h
+         psppire-vbottonbox.c psppire-vbuttonbox.h psppire-hbuttonbox.c
+         psppire-vbuttonbox.h : Made buttonbox an abstract base class
          and separated it into vbuttonbox and hbuttonbox.
 
          and separated it into vbuttonbox and hbuttonbox.
 
-       * psppire-selector.c : Allowed GtkTextView to be the destination 
+       * psppire-selector.c : Allowed GtkTextView to be the destination
        widget.
 
        widget.
 
-       * psppire-keypad.c: Added an "erase" signal.  Fixed other 
+       * psppire-keypad.c: Added an "erase" signal.  Fixed other
         minor problems.
 
 2007-04-03  Ben Pfaff  <blp@gnu.org>
         minor problems.
 
 2007-04-03  Ben Pfaff  <blp@gnu.org>
        assert that may or may not trap some Windows-related bugs.
 
 2007-04-03   John Darrington <john@darrington.wattle.id.au>
        assert that may or may not trap some Windows-related bugs.
 
 2007-04-03   John Darrington <john@darrington.wattle.id.au>
-       
+
        * data-editor.c data-editor.glade helper.h syntax-editor.c
        syntax-editor.h : Implemented the File->Recently_Used_ menus.
 
 
 2007-03-31   John Darrington <john@darrington.wattle.id.au>
        * data-editor.c data-editor.glade helper.h syntax-editor.c
        syntax-editor.h : Implemented the File->Recently_Used_ menus.
 
 
 2007-03-31   John Darrington <john@darrington.wattle.id.au>
-        
+
        * data-editor.c data-editor.glade data-editor.h dialog-common.c
        psppire-buttonbox.c psppire-dialog.c psppire-dialog.h
        psppire-selector.c psppire-selector.h psppire.c psppire.glade
        sort-cases-dialog.c sort-cases-dialog.h split-file-dialog.c
        transpose-dialog.c weight-cases-dialog.c : Fixed the Refresh
        * data-editor.c data-editor.glade data-editor.h dialog-common.c
        psppire-buttonbox.c psppire-dialog.c psppire-dialog.h
        psppire-selector.c psppire-selector.h psppire.c psppire.glade
        sort-cases-dialog.c sort-cases-dialog.h split-file-dialog.c
        transpose-dialog.c weight-cases-dialog.c : Fixed the Refresh
-       button on all the dialogs. 
-       
+       button on all the dialogs.
+
 2007-03-31   John Darrington <john@darrington.wattle.id.au>
 2007-03-31   John Darrington <john@darrington.wattle.id.au>
-       
+
        * data-editor.c: Added hooks for the split-file-dialog
 
        * psppire.glade: Added the split file dialog box.
        * data-editor.c: Added hooks for the split-file-dialog
 
        * psppire.glade: Added the split file dialog box.
-       
+
        * split-file-dialog.c split-file-dialog.h: New files.
        * split-file-dialog.c split-file-dialog.h: New files.
-       
-       * dialog-common.c dialog-common.h: New files containing functions 
-       which seem to be used a lot in dialog box implementations. 
+
+       * dialog-common.c dialog-common.h: New files containing functions
+       which seem to be used a lot in dialog box implementations.
 
        * psppire-keypad.c psppire-keypad.h: New files.  Implements keypad
 
        * psppire-keypad.c psppire-keypad.h: New files.  Implements keypad
-       thingumy widget.  
+       thingumy widget.
 
        * psppire-selector.c: Made the orientation of the arrow a property
        of the widget, so that it can be selected from glade.
 
        * psppire-selector.c: Made the orientation of the arrow a property
        of the widget, so that it can be selected from glade.
        conflict with POSIX function of same name.
 
 Tue Mar 13 17:20:05 CET 2007 John Darrington <john@darrington.wattle.id.au>
        conflict with POSIX function of same name.
 
 Tue Mar 13 17:20:05 CET 2007 John Darrington <john@darrington.wattle.id.au>
-       * 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 
+       * 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
        cannot connect to a display .
        cannot connect to a display .
-       
+
 Wed Mar  7 19:05:12 CET 2007 John Darrington <john@darrington.wattle.id.au>
 
 Wed Mar  7 19:05:12 CET 2007 John Darrington <john@darrington.wattle.id.au>
 
-       * var-sheet.c: Replaced call to nl_langinfo with locale_charset 
+       * var-sheet.c: Replaced call to nl_langinfo with locale_charset
        from gnulib.
 
 Thu Feb 22 12:27:41 CET 2007 John Darrington <john@darrington.wattle.id.au>
 
        from gnulib.
 
 Thu Feb 22 12:27:41 CET 2007 John Darrington <john@darrington.wattle.id.au>
 
-       * data-editor.c : called new gen_quoted_string function to properly 
+       * data-editor.c : called new gen_quoted_string function to properly
           quote filenames in generated syntax.
 
           quote filenames in generated syntax.
 
-       * window-manager.c : Converted name from filename encoding to UTF8 
+       * window-manager.c : Converted name from filename encoding to UTF8
           before displaying in title bar.
 
 Tue Jan 30 20:13:46 WST 2007 John Darrington <john@darrington.wattle.id.au>
           before displaying in title bar.
 
 Tue Jan 30 20:13:46 WST 2007 John Darrington <john@darrington.wattle.id.au>
@@ -187,10 +634,10 @@ Fri Jan 26 15:51:34 WST 2007 John Darrington <john@darrington.wattle.id.au>
 
        * transpose-dialog.c transpose-dialog.h : New files.
 
 
        * transpose-dialog.c transpose-dialog.h : New files.
 
-       * psppire-dict.c psppire-dict.h : Added missing GtkTreeModel 
+       * psppire-dict.c psppire-dict.h : Added missing GtkTreeModel
        interface functions.
 
        interface functions.
 
-       * weight-cases-dialog.c weight-cases-dialog.h : Re-implemented, 
+       * weight-cases-dialog.c weight-cases-dialog.h : Re-implemented,
        using new PsppireSelector widget.
 
        * dict-display.c dict-display.h : New files.
        using new PsppireSelector widget.
 
        * dict-display.c dict-display.h : New files.
@@ -201,21 +648,21 @@ Tue Jan 23 21:10:01 WST 2007 John Darrington <john@darrington.wattle.id.au>
 
        * helper.c helper.h: New function execute_syntax.
 
 
        * helper.c helper.h: New function execute_syntax.
 
-       * syntax-editor.c syntax-editor.glade: Disabled data open/save menu 
+       * syntax-editor.c syntax-editor.glade: Disabled data open/save menu
        items.
 
        items.
 
-       * data-editor.c data-editor.glade data-editor.h: Enabled data 
+       * data-editor.c data-editor.glade data-editor.h: Enabled data
        open/save/save_as  menu-items.
        open/save/save_as  menu-items.
-       
-       * window-manager.h window-manager.c (default_window_name) : New 
+
+       * window-manager.h window-manager.c (default_window_name) : New
        function.
 
 Sat Jan 13 07:47:26 WST 2007 John Darrington <john@darrington.wattle.id.au>
 
        * psppire-case-file.c psppire-data-store.c psppire-dialog.c
        function.
 
 Sat Jan 13 07:47:26 WST 2007 John Darrington <john@darrington.wattle.id.au>
 
        * psppire-case-file.c psppire-data-store.c psppire-dialog.c
-       psppire-dict.c psppire-var-select.c : Replaced identifier 'signal' 
+       psppire-dict.c psppire-var-select.c : Replaced identifier 'signal'
        with 'signals' to avoid conflict with sysv based systems which use
        with 'signals' to avoid conflict with sysv based systems which use
-       this identifer for something else.  
+       this identifer for something else.
        Thanks to Daniel E WILLIAMS for reporting this problem.
 
 Wed Jan 10 07:20:39 WST 2007 John Darrington <john@darrington.wattle.id.au>
        Thanks to Daniel E WILLIAMS for reporting this problem.
 
 Wed Jan 10 07:20:39 WST 2007 John Darrington <john@darrington.wattle.id.au>
@@ -224,33 +671,33 @@ Wed Jan 10 07:20:39 WST 2007 John Darrington <john@darrington.wattle.id.au>
 
        * psppire-data-store.c : assertions.
 
 
        * psppire-data-store.c : assertions.
 
-       * psppire.c: Ignore replace source callbacks if the new source is 
+       * psppire.c: Ignore replace source callbacks if the new source is
          not of storiage_source_class
 
        * syntax-editor.c: Close/Abort source after parsing is complete.
 
 Sun Jan  7 08:38:29 WST 2007 John Darrington <john@darrington.wattle.id.au>
 
          not of storiage_source_class
 
        * syntax-editor.c: Close/Abort source after parsing is complete.
 
 Sun Jan  7 08:38:29 WST 2007 John Darrington <john@darrington.wattle.id.au>
 
-       * psppire-dict.c: Add FILTER_CHANGED and SPLIT_CHANGED signals 
+       * psppire-dict.c: Add FILTER_CHANGED and SPLIT_CHANGED signals
        corresponding to the callbacks in src/data/dictionary.c
 
        corresponding to the callbacks in src/data/dictionary.c
 
-       * data-editor.c : Connect functions to the FILTER_CHANGED and 
+       * data-editor.c : Connect functions to the FILTER_CHANGED and
        SPLIT_CHANGED signals to update the status bar accordingly.
 
 Mon Jan  1 10:37:07 WST 2007 John Darrington <john@darrington.wattle.id.au>
 
        SPLIT_CHANGED signals to update the status bar accordingly.
 
 Mon Jan  1 10:37:07 WST 2007 John Darrington <john@darrington.wattle.id.au>
 
-       * psppire-case-file.c psppire-case-file.h: Changed the backend 
+       * psppire-case-file.c psppire-case-file.h: Changed the backend
        semantics. An object is now created without any backend.  A new function        ( psppire_case_file_replace_flexifile ) sets the backend to use.
 
        * psppire-data-store.c : Updated callers accordingly.
 
        semantics. An object is now created without any backend.  A new function        ( psppire_case_file_replace_flexifile ) sets the backend to use.
 
        * psppire-data-store.c : Updated callers accordingly.
 
-       * psppire-dict.c psppire-dict.h : New function 
+       * psppire-dict.c psppire-dict.h : New function
        (psppire_dict_replace_dictionary) .
 
        (psppire_dict_replace_dictionary) .
 
-       * psppire.c : Updated to use new dataset replace_{source, dictionary} 
+       * psppire.c : Updated to use new dataset replace_{source, dictionary}
        callbacks.
 
        callbacks.
 
-       * syntax-editor.c : parses in state CMD_STATE_DATA unless there are 
+       * syntax-editor.c : parses in state CMD_STATE_DATA unless there are
        no variables in the dictionary.
 
 Mon Dec 25 12:38:24 WST 2006 John Darrington <john@darrington.wattle.id.au>
        no variables in the dictionary.
 
 Mon Dec 25 12:38:24 WST 2006 John Darrington <john@darrington.wattle.id.au>
@@ -270,16 +717,16 @@ Mon Dec 25 08:49:57 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
 Sun Dec 17 08:26:10 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
 
 Sun Dec 17 08:26:10 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
-       * syntax-editor-source.c syntax-editor-source.h syntax-editor.h: 
-       New files. 
+       * syntax-editor-source.c syntax-editor-source.h syntax-editor.h:
+       New files.
 
 
-       * message-dialog.c :  Now reports the filename and line number in 
+       * message-dialog.c :  Now reports the filename and line number in
        error messages.
        error messages.
-       
-       * psppire.c psppire.glade syntax-editor.c: Added the ability to run 
+
+       * psppire.c psppire.glade syntax-editor.c: Added the ability to run
        syntax from the syntax editor.
 
        syntax from the syntax editor.
 
-       
+
 Sat Dec 16 14:13:07 2006  Ben Pfaff  <blp@gnu.org>
 
        * psppire-data-store.c (geometry_get_justification): Don't assume
 Sat Dec 16 14:13:07 2006  Ben Pfaff  <blp@gnu.org>
 
        * psppire-data-store.c (geometry_get_justification): Don't assume
@@ -296,16 +743,16 @@ Sat Dec 16 12:24:35 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
        * psppire-variable.c psppire-variable.h: Deleted.
 
 
        * psppire-variable.c psppire-variable.h: Deleted.
 
-       * psppire-dict.c psppire-dict.h: Removed the caching of the variable 
-           data, which is now unecessary because src/data/vardict.h maintains 
+       * psppire-dict.c psppire-dict.h: Removed the caching of the variable
+           data, which is now unecessary because src/data/vardict.h maintains
            an association between variables and their dictionary.
            an association between variables and their dictionary.
-       
-       * data-sheet.c menu-actions.c missing-val-dialog.c 
-         missing-val-dialog.h psppire-data-store.c 
-         psppire-var-store.c psppire-var-store.h 
-         sort-cases-dialog.c val-labs-dialog.c val-labs-dialog.h 
-         var-sheet.c var-type-dialog.c var-type-dialog.h: Dealt with the 
-           consequences of deleting psppire-variable.[ch]. 
+
+       * data-sheet.c menu-actions.c missing-val-dialog.c
+         missing-val-dialog.h psppire-data-store.c
+         psppire-var-store.c psppire-var-store.h
+         sort-cases-dialog.c val-labs-dialog.c val-labs-dialog.h
+         var-sheet.c var-type-dialog.c var-type-dialog.h: Dealt with the
+           consequences of deleting psppire-variable.[ch].
 
 
 Sat Dec  9 20:03:04 2006  Ben Pfaff  <blp@gnu.org>
 
 
 Sat Dec  9 20:03:04 2006  Ben Pfaff  <blp@gnu.org>
@@ -332,50 +779,50 @@ Mon Jul 17 18:21:29 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
 Sat Jul 15 11:27:15 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
 
 Sat Jul 15 11:27:15 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
-   * psppire.c psppire.glade automake.mk icons/* : Added toolbar icons where 
+   * psppire.c psppire.glade automake.mk icons/* : Added toolbar icons where
        there's no suitable gtk stock icon.
 
 Tue Jul  4 09:08:38 WST 2006 John Darrington <john@darrington.wattle.id.au>
        there's no suitable gtk stock icon.
 
 Tue Jul  4 09:08:38 WST 2006 John Darrington <john@darrington.wattle.id.au>
-       
+
    * psppire.c: Fixed --help and --version options.
    * psppire.c: Fixed --help and --version options.
-       
+
 Sat Jun 24 16:56:22 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
    * menu-actions.c: Added goto case and sort cases dialogs.
 
    * psppire-case-file.c psppire-case-file.h: Added sort function.
 
 Sat Jun 24 16:56:22 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
    * menu-actions.c: Added goto case and sort cases dialogs.
 
    * psppire-case-file.c psppire-case-file.h: Added sort function.
 
-   * psppire-data-store.c psppire-variable.c psppire-variable.h: 
+   * psppire-data-store.c psppire-variable.c psppire-variable.h:
      Renamed  psppire_variable_get_index to psppire_variable_get_fv and
      dealt with the consequences.  Added a psppire_variable_get_index
      function which actually does what the name suggests.
 
    * psppire-dict.c psppire-dict.h: Implemented GtkTreeModel interface,
      Renamed  psppire_variable_get_index to psppire_variable_get_fv and
      dealt with the consequences.  Added a psppire_variable_get_index
      function which actually does what the name suggests.
 
    * psppire-dict.c psppire-dict.h: Implemented GtkTreeModel interface,
-     which allows a dictionary to be displayed in a GtkTreeView.       
+     which allows a dictionary to be displayed in a GtkTreeView.
 
 
-   * psppire.glade: Added dialog boxes for Goto Case and Sort Case.    
+   * psppire.glade: Added dialog boxes for Goto Case and Sort Case.
 
    * sort-cases-dialog.c sort-cases-dialog.h (new files).
 
 Mon Jun 19 18:10:53 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
    * psppire-case-file.c psppire-case-file.h (new files)
 
    * sort-cases-dialog.c sort-cases-dialog.h (new files).
 
 Mon Jun 19 18:10:53 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
    * psppire-case-file.c psppire-case-file.h (new files)
-   
+
    * automake.mk data-sheet.c data-sheet.h menu-actions.c
    psppire-data-store.c psppire-data-store.h psppire-dict.c
    psppire-dict.h psppire-var-store.c psppire.c
    * automake.mk data-sheet.c data-sheet.h menu-actions.c
    psppire-data-store.c psppire-data-store.h psppire-dict.c
    psppire-dict.h psppire-var-store.c psppire.c
-   
+
      Replaced psppire-case-array.c  with psppire-case-file.c, so as to
      allow an arbitrary number of cases to be represented.
      Replaced psppire-case-array.c  with psppire-case-file.c, so as to
      allow an arbitrary number of cases to be represented.
-   
+
 Sun Jun  4 15:50:28 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
 Sun Jun  4 15:50:28 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
-   * psppire-var-store.c, psppire.c, var-sheet.c :  Unlimited the number of 
+   * psppire-var-store.c, psppire.c, var-sheet.c :  Unlimited the number of
    variables that can be displayed. Minor i18n issues.
 
 Tue May 30 19:53:35 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
    variables that can be displayed. Minor i18n issues.
 
 Tue May 30 19:53:35 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
-   * menu-actions.c menu-actions.h psppire.c: Fixed up load/new 
+   * menu-actions.c menu-actions.h psppire.c: Fixed up load/new
    interactions with startup.
 
    * psppire-data-store.c: Fixed bad i18n call.
    interactions with startup.
 
    * psppire-data-store.c: Fixed bad i18n call.
@@ -387,8 +834,8 @@ Tue May 30 19:53:35 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
 Sat May 27 16:25:38 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
 
 Sat May 27 16:25:38 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
-   * customentry.c data-sheet.c menu-actions.c message-dialog.c 
-     missing-val-dialog.c psppire-data-store.c psppire-var-store.c 
+   * customentry.c data-sheet.c menu-actions.c message-dialog.c
+     missing-val-dialog.c psppire-data-store.c psppire-var-store.c
      psppire.c psppire.glade var-sheet.c: Fixed internationalisation.
 
 Thu May 25 18:01:17 WST 2006 John Darrington <john@darrington.wattle.id.au>
      psppire.c psppire.glade var-sheet.c: Fixed internationalisation.
 
 Thu May 25 18:01:17 WST 2006 John Darrington <john@darrington.wattle.id.au>
@@ -409,24 +856,24 @@ Sat May 20 21:08:18 WST 2006 John Darrington <john@darrington.wattle.id.au>
    * psppire.c: Allowed user to specify *.sav file on command line.
 
 Mon May 15 20:01:25 WST 2006 John Darrington <john@darrington.wattle.id.au>
    * psppire.c: Allowed user to specify *.sav file on command line.
 
 Mon May 15 20:01:25 WST 2006 John Darrington <john@darrington.wattle.id.au>
-       
+
        * menu-actions.c psppire-case-array.c psppire-case-array.h
        * menu-actions.c psppire-case-array.c psppire-case-array.h
-         psppire-data-store.c  psppire-dict.c psppire-dict.h 
+         psppire-data-store.c  psppire-dict.c psppire-dict.h
          psppire-variable.c:
 
          Initialised new cases to SYSMIS/blank when inserting in data sheet.
 
 Sat May 13 08:00:50 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
          psppire-variable.c:
 
          Initialised new cases to SYSMIS/blank when inserting in data sheet.
 
 Sat May 13 08:00:50 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
-       * data-sheet.c, helper.c, helper.h, psppire-data-store.c, 
+       * data-sheet.c, helper.c, helper.h, psppire-data-store.c,
           psppire-var-store.c:
           psppire-var-store.c:
-         
-         Set free_strings flag so that the gtksheet frees the string data 
+
+         Set free_strings flag so that the gtksheet frees the string data
          when it's done with them.
 
 Thu May 11 22:25:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
          when it's done with them.
 
 Thu May 11 22:25:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
-       * data-sheet.c helper.c helper.h psppire-data-store.c psppire-var-store.c 
+       * data-sheet.c helper.c helper.h psppire-data-store.c psppire-var-store.c
        psppire.c: Converted strings to utf8 before passing to gtksheet.
 
        * psppire-dict.c: Changed buffer to more reasonable length
        psppire.c: Converted strings to utf8 before passing to gtksheet.
 
        * psppire-dict.c: Changed buffer to more reasonable length
@@ -434,7 +881,7 @@ Thu May 11 22:25:49 WST 2006 John Darrington <john@darrington.wattle.id.au>
        * var-sheet.c: Changed maximum string length to use macro from
        data/values.h
 
        * var-sheet.c: Changed maximum string length to use macro from
        data/values.h
 
-       
+
 Sun May  7 10:07:28 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
        * psppire-data-store.c: Fixed buglet initialising string members.
 Sun May  7 10:07:28 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
        * psppire-data-store.c: Fixed buglet initialising string members.
@@ -454,7 +901,7 @@ Tue Apr 25 11:08:04 2006  Ben Pfaff  <blp@gnu.org>
 
        Finish reforming error message support.  In this phase, move
        message.c into libpspp.
 
        Finish reforming error message support.  In this phase, move
        message.c into libpspp.
-       
+
        * automake.mk: (src_ui_gui_psppire_SOURCES) Remove src/message.c.
 
 Tue Apr 25 10:56:53 2006  Ben Pfaff  <blp@gnu.org>
        * automake.mk: (src_ui_gui_psppire_SOURCES) Remove src/message.c.
 
 Tue Apr 25 10:56:53 2006  Ben Pfaff  <blp@gnu.org>
@@ -480,7 +927,7 @@ Sun Apr 23 22:07:49 2006  Ben Pfaff  <blp@gnu.org>
        Continue reforming error message support.  In this phase, get rid
        of message "titles" and put the message text in `struct error'.
        Now `struct error' encapsulates a message more properly.
        Continue reforming error message support.  In this phase, get rid
        of message "titles" and put the message text in `struct error'.
        Now `struct error' encapsulates a message more properly.
-       
+
        * message-dialog.c: (err_vmsg) Rename err_msg().  Updated
        interface.
 
        * message-dialog.c: (err_vmsg) Rename err_msg().  Updated
        interface.
 
@@ -500,7 +947,7 @@ Sun Apr 16 16:06:54 2006  Ben Pfaff  <blp@gnu.org>
        rid of VM() and the other msg() support for "verbosity", replacing
        it by a new function verbose_msg().
 
        rid of VM() and the other msg() support for "verbosity", replacing
        it by a new function verbose_msg().
 
-       * message-dialog.c: (verbose_msg) New function.  
+       * message-dialog.c: (verbose_msg) New function.
        (err_cond_fail) Removed (dead code).
        (err_failure) Removed (dead code).
 
        (err_cond_fail) Removed (dead code).
        (err_failure) Removed (dead code).
 
@@ -519,7 +966,7 @@ Mon Mar 13 16:42:44 WST 2006 John Darrington <john@darrington.wattle.id.au>
     * Rename error-dialog.[ch] -> message-dialog.[ch]
 
     * Moved code from the psppire module.
     * Rename error-dialog.[ch] -> message-dialog.[ch]
 
     * Moved code from the psppire module.
-       
+
 Sat Jan 28 16:22:23 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
     * Separated the data out of the GtkSheet.
 Sat Jan 28 16:22:23 WST 2006 John Darrington <john@darrington.wattle.id.au>
 
     * Separated the data out of the GtkSheet.