diff --git a/ChangeLog b/ChangeLog
index 3c98fe405..2e2a8d419 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-01-14 07:08-EST Gregory John Casamento
See Also: -applicationIconImage
*/ - (void) hide: (id)sender { +#ifdef __MINGW32__ + [self miniaturizeAll: sender]; +#else if (_app_is_hidden == NO) { NSArray *windows_list; @@ -2424,6 +2427,7 @@ image.See Also: -applicationIconImage
object: [NSWorkspace sharedWorkspace] userInfo: info]; } +#endif } /**Returns whether app is currently in hidden state.