X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=ChangeLog;h=5d5dffd353db5e1885a3a141cf306bb4032b7ee1;hb=e3acaaba9a521a397aac8fb433e1f790563fc5c8;hp=729a817d5fde234aa77e608b3356292380e4bdc4;hpb=594e633aada7577825541f70447451e0007f80f9;p=freeglut diff --git a/ChangeLog b/ChangeLog index 729a817..5d5dffd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -636,3 +636,13 @@ SourceForge "CVS message board"), summarzing changes for the sake of those who lack both web-browser and CVS access. Also fixed a numbering error in the log where there were two "(110)" events. (Plus added (174) from November 10th by memory.) + +(176) Style cleanup to the "one" demo. (Removal of CRs, TABs, mostly.) + +(177) Changed the "one" demo to do glutInit*() calls before glutInit(), +proper. This allows command-line parameters to override built-in +behavior. + +(178) Complete purge of all remaining TABs from freeglut's *.[ch] files. +Also verified that (as far as I can tell) all CRs are removed from all +files where they do not belong.