From 437bb127b44ebf3ffa5f4d16629663d89e617596 Mon Sep 17 00:00:00 2001 From: fayjf Date: Fri, 22 Apr 2005 15:15:52 +0000 Subject: [PATCH] Updating the ChangeLog to reflect activity over the past few months git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@575 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/ChangeLog | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/freeglut/freeglut/ChangeLog b/freeglut/freeglut/ChangeLog index a2dcb49..905d8ea 100644 --- a/freeglut/freeglut/ChangeLog +++ b/freeglut/freeglut/ChangeLog @@ -920,7 +920,24 @@ mouse pointers don't work) on the way: the case of GLUT_CURSOR_FULL_CROSSHAIR. ************************************************************************** -* Gap in log between January 3 and April 15, 2005. +* Changes between January 3 and April 15, 2005. +************************************************************************** +(237) Moved the "#include "config.h"" statement to the header file + +(238) Changed the "assert" checks to more dignified statements that print + useful error messages before exiting. Also added initialization + checking to all GLUT interface functions. + +(239) Changed some menu code around to remove duplicate code. + +(240) Implemented the ability to attach a menu to multiple windows. + +(241) Implemented the "GLUT_AUXn" color buffers for X11 and Windows + +(242) Improved the cursor handling marginally + +************************************************************************** +* Changes on April 15, 2005. ************************************************************************** (237) Changed some comments in "freeglut_internal.h" as a test for the new pCVSc project. \ No newline at end of file