Tidied last ChangeLog entry; fixed trivial typo in Source to make it

compile again


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7805 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-10-13 10:05:11 +00:00
parent 50f657f4c9
commit f63aebd7de

View file

@ -1,24 +1,24 @@
Fri Oct 13 10:48:05 2000 Nicola Pero <n.pero@mi.flashnet.it>
* Source/GSSimpleLayoutManager.m: Prefixed ivar
lineLayoutInformation with underscore to keep the gui to compile.
2000-10-12 Fred Kiefer <FredKiefer@gmx.de>
* Headers/gnustep/gui/NSLayoutManager.h:
Added some missing methods and move comments to .m file.
Other clean ups.
* Headers/gnustep/gui/NSDocumentFrameworkPrivate.h:
Removed unneeded method _removeDocument
* Source/NSDocument.m:
In [close] use removeDocument instead of _removeDocument.
[initWithContentsOfFile:ofType:] call [self init] instead of
[super init].
* Source/NSDocumentController.m:
Use explicit Private interface.
* Source/NSLayoutManager.m:
Added comments from .h file.
Return a GSSimpleLayoutManager from [allocWithZone].
Removed all compiler warnings.
* Source/NSText.m:
Use NSLayoutManager instead of GSSimpleLayoutManager.
* Source/NSStringDrawing.m:
Started reorganising the code.
* Headers/gnustep/gui/NSLayoutManager.h: Added some missing
methods and move comments to .m file. Other clean ups.
* Headers/gnustep/gui/NSDocumentFrameworkPrivate.h: Removed
unneeded method _removeDocument.
* Source/NSDocument.m: In [close] use removeDocument instead of
_removeDocument. [initWithContentsOfFile:ofType:] call [self
init] instead of [super init].
* Source/NSDocumentController.m: Use explicit Private interface.
* Source/NSLayoutManager.m: Added comments from .h file. Return a
GSSimpleLayoutManager from [allocWithZone]. Removed all compiler
warnings.
* Source/NSText.m: Use NSLayoutManager instead of
GSSimpleLayoutManager.
* Source/NSStringDrawing.m: Started reorganising the code.
Wed Oct 11 10:51:56 2000 Nicola Pero <n.pero@mi.flashnet.it>