X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=b2790bf1eafdd7aa465c2c67428899f77fba9751;hb=1d5a97ba2afec23855a8294ff2814ab052f6777a;hp=9a4a95cea4e5f9ba96b5f1b746eba42e4fe58df9;hpb=2b6f9b8c607743ea7324b2b7e9a3b3fe7afa5f4e;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 9a4a95ce..b2790bf1 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,29 @@ +2007-03-31 John Darrington + + * 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 + + * 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 * syntax-editor-source.c (close): Rename do_close to avoid naming