X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=ChangeLog;h=3fbb65321190ed537f363d93098a67c73c50a69f;hb=109729efbd7429be55cab0d73097e792447971a2;hp=efc7364028c034a14f31d66070d073ff154fa11c;hpb=2b76cbab75522ed10e039d017cd449c7532e668e;p=freeglut diff --git a/ChangeLog b/ChangeLog index efc7364..3fbb653 100644 --- a/ChangeLog +++ b/ChangeLog @@ -176,9 +176,90 @@ October 24, 2002: (80) Fixed autogen.sh and removed aclocal.m4 +(81) Added 'freeglut.kdevelop' (Gideon [Kdevelop 3.0]) project file + ******************************************************************************************* * Changes on 24 June 2003 ******************************************************************************************* -(90) Added 'freeglut_ext.c' to the project files 'freeglut.dsp' and 'freeglut_static.dsp' (New list #10) +(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. + +(90) Applied John F. Fay's fixes to freeglut.dsp and freeglut_static.dsp + + +******************************************************************************************* +* Changes on 21 July 2003 +******************************************************************************************* + +(91) src/Makefile.am:38 Changed versioning to 11:0:8 thanks to Bernhard Kaindl + + +******************************************************************************************* +* Changes on 22 July 2003 +******************************************************************************************* + +(92) freeglut.lsm:3 Removed 'beta' label for next release, thanks to Bernhard Kaindl. + + +******************************************************************************************* +* Changes on 23 July 2003 +******************************************************************************************* + +(93) doc/Makefile.am:4 Removed trailing backslash and added an empty last line + +(94) src/freeglut_window.c Windowing fixes from John F. + + +******************************************************************************************* +* Changes on 23 July 2003 +******************************************************************************************* + +(95) src/freeglut_initial.c:91 Added check for SOLARIS OS (Dave Reed) + +(96) src/freeglut_window.c:551 Removed extra carriage return for Windows users (John F. Fay) + + +******************************************************************************************* +* Changes on 05 August 2003 +******************************************************************************************* + +(97) src/freeglut_main.c:816 and :1571, set the current window (John F. Fay)