X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=bed8f31fb940255bf4e34df79ec6e77c0e474ead;hb=077c3c1774fd75627783b407169d6884adcbe663;hp=cb2cae257eb96ed0fb1e8bac33a51299af8e33e9;hpb=3e2bf013a731344daed7ab206d4a3c2460688208;p=pspp diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index cb2cae257e..bed8f31fb9 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,39 @@ +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 + psppire-data-store.h: Enabled cell reference entry and datum + entry widgets. + 2007-06-29 John Darrington * data-editor.c data-sheet.c: Moved update_cell_ref_entry from