X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=ChangeLog;h=7f3f7061a3b48af4bc8a1c6547839632def2d8de;hb=90a9927d3b46439645e1c1d1aa9709bc106451be;hp=d4eab77243b056a0edefaeab74f51f8019738adb;hpb=9807c5fdb2f20f098c7046786908a7f3ce1dc2d4;p=freeglut diff --git a/ChangeLog b/ChangeLog index d4eab77..7f3f706 100644 --- a/ChangeLog +++ b/ChangeLog @@ -987,6 +987,20 @@ mouse pointers don't work) on the way: (257) Added a comment to "glutCreateWindow" about why "freeglut" does not match GLUT when "glutInit" is not called. +(258) Removed an unused "Pixmap" variable +(259) Changed the "shapes" demo to the OpenGLUT "shapes" demo, which is much + niftier. +(260) Necessary compilation fixes for newer GCCs (e.g. 3.3.5, 4.0). + Side effect: The shapes demo has a new 'i' key now. +(261) Fixed a cuboctahedron vertex, implemented wire mode for that shape. + +************************************************************************** +* 8 May 2004 -- 2.4.0 Release Candidate 1 Released +************************************************************************** +(262) Fixed the "vfprintf" for Windows so that error messages get printed + out again + +(263) Implemented Takeshi Nishimura's menu fixes. Menus should work now.