From 47f81237402c8fcb15275b165c7713d81513267b Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Fri, 9 Mar 2007 18:52:14 +0000 Subject: [PATCH] Added missing ChangeLog by Xavier Glattard . git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@24840 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1a4fb78..09f694c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2007-03-07 Xavier Glattard + + * Source/win32/WIN32Server.m (and other files): + Deletion of all non-GNUstep debug stuff (printf...) + Deletion of all Notification hooks (used for a debugging purpose) + Deletion of the Application preference Panel that pops up the 1st + time you run _any_ application. + Deletion of the check of GSWINHandlesWindowDecorations and + GSWIN32HandlesWindowDecorations options (none worked because of a + typo and are now deprecated). Use of GSBackHandlesWindowDecorations + option like X11 backend instead of GSUseWMStyles (marked as deprecated). + Use of GSBackUsesNativeTaskbar option instead of GSUseWMTaskbar + (marked as deprecated) + All these options are read in -initWithAttribute: (no more in + +inializeBackend) and set an instance (not class) variable. + Add methods -handlesWindowDecorations/-setHandlesWindowDecorations + Add methods -usesNativeTaskbar/-setUsesNativeTaskbar + 2007-03-06 Richard Frith-Macdonald * configure.ac: Add check for syslog