From 4c4112fe929de254061f06efb9b57a8a4634e1a6 Mon Sep 17 00:00:00 2001 From: rkrolib Date: Tue, 11 Nov 2003 11:55:19 +0000 Subject: [PATCH] Updated ChangeLog for the day. git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@340 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/freeglut/freeglut/ChangeLog b/freeglut/freeglut/ChangeLog index 729a817..5d5dffd 100644 --- a/freeglut/freeglut/ChangeLog +++ b/freeglut/freeglut/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.