X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=b2790bf1eafdd7aa465c2c67428899f77fba9751;hb=1d5a97ba2afec23855a8294ff2814ab052f6777a;hp=f208b59db73f35827fe1cdfe08ee8aa9b563538f;hpb=bd5bcd62b73df2eec17bc9a273bfb52f80b3f2fe;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index f208b59d..b2790bf1 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,34 @@ +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 + conflict with POSIX function of same name. + Tue Mar 13 17:20:05 CET 2007 John Darrington * 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 .