diff --git a/ChangeLog b/ChangeLog index 03f4945af..9360d6942 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2001-08-20 Pierre-Yves Rivaille + + * Source/NSStepper.m + * Headers/gnustep/gui/NSStepper.h + new NSStepper class, basic implementation + * Source/NSStepperCell.m + * Headers/gnustep/gui/NSStepperCell.h + new NSStepperCell class, basic implementation + * Source/GNUmakefile : NSStepper and NSStepperCell addition + * Headers/gnustep/gui/AppKit.h : + NSStepper.h and NSStepperCell.h addition + +2001-08-20 Pierre-Yves Rivaille + + * Source/NSBrowser.m ([NSBrowser -_performLoadOfColumn:]): + improved performance when loading previously unloaded column + with a passive delegate + * Source/NSMatrix.m ([NSMatrix -sizeToFit]): + This method now assumes that all cells have the same size (this + is what specification says). If it is not the case, weird behaviour + can happen ... Performance is better when loading large matrices. + 2001-08-19 Adam Fedor * Source/NSTextView.m (-setSelectedRange:affinity:stillSelecting:): @@ -69,7 +91,7 @@ * Source/GSServicesManager.m Implemented missing NSUpdateDynamicServices(). -2001-08-13 Pierre-Yves +2001-08-13 Pierre-Yves Rivaille * Source/NSTableView.m * Source/NSTableHeaderView.m @@ -77,7 +99,7 @@ New implementation of column resizing. Implementation of column reordering. -2001-08-13 Pierre-Yves +2001-08-13 Pierre-Yves Rivaille * Source/NSSavePanel.m ([-runModalForDirectory:file:]) * Source/NSOpenPanel.m ([-runModalForDirectory:file:types:]) @@ -377,7 +399,7 @@ Tue Aug 7 05:08:01 2001 Nicola Pero Implemented coding protocol. Cache the class and use it for standard cursor and in [pop]. -2001-07-23 Pierre-Yves +2001-07-23 Pierre-Yves Rivaille * Source/NSPopUpItemCell.m (-drawInteriorWithFrame:inView:): updates to have a cuter displaying of NSPopUpButton @@ -385,12 +407,12 @@ Tue Aug 7 05:08:01 2001 Nicola Pero (-drawBorderAndBackgroundWithFrame:inView:): idem (-drawInteriorWithFrame:inView:): idem -2001-07-23 Pierre-Yves +2001-07-23 Pierre-Yves Rivaille * Source/NSFontPanel.m (_initWithoutGModel): call setMinColumnWidth on familyBrowser and on faceBrowser (they were not displayed) -2001-07-23 Pierre-Yves +2001-07-23 Pierre-Yves Rivaille * Source/NSBrowser.h: Add instance variables to support alphanumerical keys. Add GNUstepExtensions category with alpahnumerical-key-related