X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=098878a661a2cfa060d9434681b441b75d4fb224;hb=c427e8ca6b4c5d3d365b4ff3bb58a81e34efd217;hp=c3b28138eaba2faab054abd14e99f010ff14ab8f;hpb=4c938ca6e42d409551da41486906ec70ef6fb6c0;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index c3b28138..098878a6 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,40 @@ +2007-07-12 John Darrington + + * 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 + + * 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 + + * data-editor.c data-editor.glade data-editor.h: Implemented + the "Insert Case" button/dialog. + +2007-07-08 John Darrington + + * 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 + + * 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 + + * data-editor.c data-sheet.c: Turned off autoscrolling, and + manually move to cell on column click instead. + 2007-06-29 John Darrington * data-editor.c data-editor.glade psppire-data-store.c