Updationg the ChangeLog ...
authorJohn F. Fay <johnffay@nettally.com>
Fri, 29 Apr 2005 13:22:18 +0000 (13:22 +0000)
committerJohn F. Fay <johnffay@nettally.com>
Fri, 29 Apr 2005 13:22:18 +0000 (13:22 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@589 7f0cb862-5218-0410-a997-914c9d46530a

ChangeLog

index f6165cf..a31554f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -934,7 +934,8 @@ mouse pointers don't work) on the way:
 
 (241) Implemented the "GLUT_AUXn" color buffers for X11 and Windows
 
-(242) Improved the cursor handling marginally
+(242) Improved the cursor handling marginally; also removed some duplicate
+      cursor code
 
 **************************************************************************
 * Changes on April 15, 2005.
@@ -947,3 +948,27 @@ mouse pointers don't work) on the way:
 
 (245) Tried implementing Yuri D'Elia's game mode changes.
 
+**************************************************************************
+* Changes in late April 2005
+**************************************************************************
+(246) Added French version of README (called LISEZ-MOI") and a Windows-specific
+      version of README describing how to operate under MSVC
+
+(247) Changed definitions of "FETCH_WCB" and "INVOKE_WCB" to allow compilation
+      with GCC 4.0
+
+(248) Changed the Makefile path to the "include" directory to allow for
+      off-directory compilation
+
+(249) Added some initializations and changed a hard-coded number of mouse
+      buttons to a defined constant
+
+(250) Added code to the Windows timing to allow for millisecond granularity
+      in the execution time
+
+(251) Fixed a reported bug in the fullscreen mode
+
+(252) Added window exit event handling to the Windows code; also put in a note
+      about adding window entry event handling
+
+