Fixed the refresh button on the dialogs.
[pspp-builds.git] / src / ui / gui / ChangeLog
index f208b59db73f35827fe1cdfe08ee8aa9b563538f..b2790bf1eafdd7aa465c2c67428899f77fba9751 100644 (file)
@@ -1,3 +1,34 @@
+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
+       button on all the dialogs. 
+       
+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.
+       
+       * 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. 
+
+       * psppire-keypad.c psppire-keypad.h: New files.  Implements keypad
+       thingumy widget.  
+
+       * psppire-selector.c: Made the orientation of the arrow a property
+       of the widget, so that it can be selected from glade.
+
+2007-03-18  Ben Pfaff  <blp@gnu.org>
+
+       * syntax-editor-source.c (close): Rename do_close to avoid naming
+       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 
        cannot connect to a display .