Annotation of capa/capa51/GUITools/Changes.grader.c, revision 1.1

1.1     ! albertel    1: --
        !             2: Changes from 4.6.2 to 4.6.3 (distributed to capa2)
        !             3: 
        !             4: sourcing new common.tcl and utils.tcl in .c
        !             5: 
        !             6: Changed main to call Quizzer_Init, and compile in quizzer.init.c,
        !             7: along with adding compile date info to global var gCompileDate
        !             8: 
        !             9: changed version Defs to be prepended with GRADER
        !            10: 
        !            11: --
        !            12: Changes from 4.6.1 to 4.6.2
        !            13: 
        !            14: capaCreateSummary now checks how many sets there are before
        !            15: proceeding, to prevent it from bombing on non-existant sets.
        !            16: 
        !            17: fixed small memmory leak, forgot to free student list if an error
        !            18: occurs while entering students into the listbox.
        !            19: 
        !            20: updates listbox only every 5th student
        !            21: 
        !            22: created grader.init.c from grader.c and added target grader.2 to the
        !            23: makefile, can now compile standalone grader apps.
        !            24: 
        !            25: --
        !            26: Changes from 4.5.1 to 4.6.1
        !            27: 
        !            28: deleted any functionality having to do with login counts. This
        !            29: information is now being generated in capatools (Grading is much
        !            30: faster now.)
        !            31: 
        !            32: no longer calculates login counts when loading a section for each person
        !            33: 
        !            34: looks for ./grader.tcl first
        !            35: 
        !            36: --
        !            37: Changes from 1.1 to 4.5.1
        !            38: 
        !            39: Fixed problem in code with going to new decimal MAJORVER number.
        !            40: 
        !            41: Updated version number

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>