From 413f5c131e7467bb248a15d9e34355d957ea9112 Mon Sep 17 00:00:00 2001 From: fayjf Date: Thu, 12 May 2005 15:54:11 +0000 Subject: [PATCH] Updating the ChangeLog ... git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@607 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/freeglut/freeglut/ChangeLog b/freeglut/freeglut/ChangeLog index f24f824..7f3f706 100644 --- a/freeglut/freeglut/ChangeLog +++ b/freeglut/freeglut/ChangeLog @@ -1000,3 +1000,7 @@ mouse pointers don't work) on the way: ************************************************************************** * 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.