Trivial change to make psppire properly deal with --version and --help
[pspp] / src / ui / gui / ChangeLog
index 3b32eda1dd468711037fff29be1c50c19b58acb6..f97d5651db33c8a32a5f6a677f03c5624a218e77 100644 (file)
@@ -1,3 +1,25 @@
+Tue Jul  4 09:08:38 WST 2006 John Darrington <john@darrington.wattle.id.au>
+       
+   * 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.
+
+   * 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,
+     which allows a dictionary to be displayed in a GtkTreeView.       
+
+   * 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)