Updated GNUmakefile for change in cvs-* targets in gnustep-make;

indented last couple of ChangeLog entries to fit into 80 columns ...
ChangeLog entries must be indented at 80 columns.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11465 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2001-11-22 01:01:32 +00:00
parent f5687ac41d
commit 3080f70880

View file

@ -1,10 +1,16 @@
Thu Nov 22 00:58:12 2001 Nicola Pero <n.pero@mi.flashnet.it>
* GNUmakefile (CVS_MODULE_NAME): Define.
2001-11-21 Laurent Julliard <laurent@julliard-online.org>
* Source/NSBrowser.m (-initWithCoder:): colCount and _firstVisible Column must always be decoded. Bug fixed (thanks to Adam Fedor)
* Source/NSBrowser.m (-initWithCoder:): colCount and _firstVisible
Column must always be decoded. Bug fixed (thanks to Adam Fedor)
2001-11-20 Laurent Julliard <laurent@julliard-online.org>
* Source/NSComboBoxCell.m (-setNumberOfVisibleItems): max number of items tested on wrong variable. Corrected
* Source/NSComboBoxCell.m (-setNumberOfVisibleItems): max number
of items tested on wrong variable. Corrected
2001-11-19 Adam Fedor <fedor@gnu.org>