X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=9635af92d615cba29c60a0216809987c4811aeb1;hb=8fa97cbb0299bddaa217bb23dcbac3e6f2503cd1;hp=fa19479df9f927778b85c1e6e7a6d85b6895f985;hpb=b06c888cf2e8c126b04d4678120439533a5086e5;p=pspp diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index fa19479df9..9635af92d6 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,48 @@ +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 + data-sheet.c to data-editor.c and made it work again. + +2007-06-06 Ben Pfaff + + Adapt case sources, sinks, and clients of procedure code to the + new infrastructure. + + * automake.mk: Removed files. + + * flexifile-factory.c: Removed, dead code. + * flexifile-factory.h: Ditto. + + * helper.c: Adapt to new procedure and datasheet code. + * missing-val-dialog.c: Ditto. + * psppire-case-file.c: Ditto. + * psppire-data-store.c: Ditto. + * psppire.c: Ditto. + +2007-06-03 Ben Pfaff + + * psppire-var-store.c (psppire_var_store_item_editable): Use + var_is_alpha. + +2007-05-07 John Darrington + + * psppire-dialog.c psppire-dialog.h: Added "orientation" property, + to allow dialogs to be either vertical or horizontal. + + * comments-dialog.c comments-dialog.h: New files, invoking + ADD DOCUMENT cmd. + 2007-04-30 John Darrington * var-display.c var-display.h variable-info-dialog.c