July 18, 2002. Minor bug fix. Version 1.0 failed, in Windows, when a Tk script argument contained spaces, like it might if it were a pathname, because the arguments were not quoted. Now, all the strings in the command line are quoted. A string is assumed to be already quoted, and no additional quotes are added, if the first character is a double quote. See gluttk/glut-3.7/lib/glut/glut_win.c, lines 873 through 880.
August 7, 2002. Documentation bug fix. The GLUT 3.7 source distribution was omitted from the software requirements for buinding GLUT/Tk from the source in installation.html.
September 18, 2002. Minor bug fixes. Corrected handling of using_sb parameter in the example program platonics.tk. It had been incorrectly using an argv index of 2 instead of 1, and the spaceball controll frame had been packed regardless of the value. Corrected source file locations in Windows distribution, where the top level resources directory was created correctly, but then the files were actually placed in demos/resources.
October 9, 2002. Fixed typographic errors in documentation, i.e., changed "Progamming" to "Programming". (A single typing error was propagated into several files by the TreeDec progam.)
November 21, 2002. Added an example of retrieving a command line argument in the tcl script to the documentation of glutCreateWindow4Tcl in API.html.