X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=ChangeLog;h=d7bcac56671c2918123589681880986f0b62b9ae;hb=244417cf0e67e55547c077f771513e67f362a8c3;hp=a075869f4328f0000700c1ac1bd57ab42f6c6f2f;hpb=3f68d4de19f676bd88600c0c6d281c6c0b6f10b0;p=freeglut diff --git a/ChangeLog b/ChangeLog index a075869..d7bcac5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -178,8 +178,47 @@ October 24, 2002: (81) Added 'freeglut.kdevelop' (Gideon [Kdevelop 3.0]) project file + ******************************************************************************************* * Changes on 24 June 2003 ******************************************************************************************* (82) Added 'freeglut_ext.c' to the project files 'freeglut.dsp' and 'freeglut_static.dsp' (New list #10) + + +******************************************************************************************* +* Changes on 27 June 2003 +******************************************************************************************* + +(83) Now installs freeglut_ext.h and glut.h to /usr/include/GL (was missing before) + + +******************************************************************************************* +* Changes on 01 July 2003 +******************************************************************************************* + +(84) Fixed the 'ptr + len' problem in freeglut_misc.c:90 + + +******************************************************************************************* +* Changes on 02 July 2003 +******************************************************************************************* + +(85) Removed genfonts/genstrokes code, updated configure.in and Makefile.in + +(86) Moved tests/one.c into progs/demos/One/one.c, updated configure.in and Makefile.in + +(87) Removed tests directory + + +******************************************************************************************* +* Changes on 03 July 2003 +******************************************************************************************* + +(88) Removed unused char *ptr from freeglut_misc.c + +******************************************************************************************* +* Changes on 17 July 2003 +******************************************************************************************* + +(89) Changed the overlay (freeglut_state.c:662) to return FALSE, as it's not implemented yet.