X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=31453f01c17913f0a1a0760b43b329d14c07c713;hb=ddf093b6f8428a45a14a24aaf17417d30777d9a3;hp=a58adacef91324b3e0c6c4d0908d7d925de86232;hpb=62a20a4e509f7df85cc65c831e50a8873ab1f9e7;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index a58adace..31453f01 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,14 @@ +2007-09-27 John Darrington + + Addressing bug #20821: + + * psppire-dict.c: Added a BACKEND_CHANGED signal to indicate when + a PsppireDict's struct dictionary has been replaced. + + * psppire-var-store.c: Added the appropriate method for + get_column_count. Added a signal handler for dict:BACKEND_CHANGED, + which calls the g_sheet_model_range_changed for the entire sheet. + 2007-09-18 Ben Pfaff * helper.c (create_casereader_from_data_store): New function.