X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2FChangeLog;h=18558a0affd255652afc66a51cc70a8feebf0f7a;hb=8f157150f5fe225224e407161fb7f899d34b8b18;hp=1d50123964be25f6c916b37debf8d2a1e3e9a53c;hpb=68af3306969829d17a05cfab5c9d46cb920b7607;p=pspp-builds.git diff --git a/src/ui/gui/ChangeLog b/src/ui/gui/ChangeLog index 1d501239..18558a0a 100644 --- a/src/ui/gui/ChangeLog +++ b/src/ui/gui/ChangeLog @@ -1,3 +1,22 @@ +Sat Jan 13 07:47:26 WST 2007 John Darrington + + * psppire-case-file.c psppire-data-store.c psppire-dialog.c + psppire-dict.c psppire-var-select.c : Replaced identifier 'signal' + with 'signals' to avoid conflict with sysv based systems which use + this identifer for something else. + Thanks to Daniel E WILLIAMS for reporting this problem. + +Wed Jan 10 07:20:39 WST 2007 John Darrington + + * psppire-case-file.c : Make sure there is always a valid flexifile + + * psppire-data-store.c : assertions. + + * psppire.c: Ignore replace source callbacks if the new source is + not of storiage_source_class + + * syntax-editor.c: Close/Abort source after parsing is complete. + Sun Jan 7 08:38:29 WST 2007 John Darrington * psppire-dict.c: Add FILTER_CHANGED and SPLIT_CHANGED signals