From e4a4e0393ecfa5b98bc360f532bfcb72e2741f1a Mon Sep 17 00:00:00 2001 From: mcmartin Date: Fri, 19 Jan 2007 03:47:04 +0000 Subject: [PATCH] Fix a missed line of credit. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2674 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sc2/ChangeLog b/sc2/ChangeLog index 2c0670b23..dc99dba81 100644 --- a/sc2/ChangeLog +++ b/sc2/ChangeLog @@ -25,7 +25,7 @@ Changes towards version 0.7: 0.6.1 (maintenance release): - The Unicode Private Use Area is no longer considered printable. This is a stopgap to handle unusual behavior with text entry under OS X. - See bug #942 for more details - Michael + From Nic; see bug #942 for more details - Michael - Do not rely on GL_UNPACK_SKIP_* arguments, which some OpenGL drivers mishandle (Bug #914) - Michael - Do not overwrite GLOBAL_SIS (CrewEnlisted) when leaving Hyperspace