X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=ChangeLog;h=937980c914f00347a56911aa4719475ff593d0c6;hb=6f691544cb64c4cdf22440b4cc4cf0ce19302763;hp=3f6451350a01ebc24765a9e3fb09990adf4f78af;hpb=b61e40d1d6bcc04eb50f2e9cf8b9e6c26aa41374;p=freeglut diff --git a/ChangeLog b/ChangeLog index 3f64513..937980c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1060,3 +1060,7 @@ box. (273) Fixed a bug in the Sierpinski sponge code that caused the application to crash if it called the code with a negative number of levels +(274) Added --enable-debug configure flag. Currently it only turns on X11 +event tracing, but in the future we could add more. + +(275) Cleaned up CreateNotify/ConfigureNotify handling.