mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-06 13:50:40 +00:00
Added missing ChangeLog by Xavier Glattard <xavier.glattard@online.fr>.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@24840 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4d72ce207c
commit
a56f711e36
1 changed files with 18 additions and 0 deletions
18
ChangeLog
18
ChangeLog
|
@ -1,3 +1,21 @@
|
||||||
|
2007-03-07 Xavier Glattard <xavier.glattard@online.fr>
|
||||||
|
|
||||||
|
* 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 <rfm@gnu.org>
|
2007-03-06 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* configure.ac: Add check for syslog
|
* configure.ac: Add check for syslog
|
||||||
|
|
Loading…
Reference in a new issue