From d371ebf396fbe79a724d29cd785f9044fa7f244a Mon Sep 17 00:00:00 2001 From: netcrep Date: Thu, 6 Mar 1997 01:29:43 +0000 Subject: [PATCH] Correct ChangeLog format. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2233 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 057e806b1..a21ba525d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,14 +1,14 @@ Tue Mar 4 18:05:24 1997 Ovidiu Predescu - * Source/NSFont.m: -minimumAdvancement : New method. - * Source/NSButton.m: -initWithFrame: : Use an autoreleased cell. - * Source/NSButtonCell.m: +prefersTrackingUntilMouseUp : New method. + * Source/NSFont.m (-minimumAdvancement): New method. + * Source/NSButton.m (-initWithFrame:): Use an autoreleased cell. + * Source/NSButtonCell.m (+prefersTrackingUntilMouseUp): New method. * Source/NSCell.m: Retain the objects we set in instance variables. - * Source/NSControl.m: -initWithFrame: : Use an autoreleased cell. - * Source/NSEvent.m: -description : New method. - * Source/NSSlider.m: -initWithFrame: : Use an autoreleased cell. - * Source/NSTextField.m: -initWithFrame: : Likewise. - * Source/NSTextFieldCell.m: -drawWithFrame:inView: : Call super's + * Source/NSControl.m (-initWithFrame:): Use an autoreleased cell. + * Source/NSEvent.m (-description): New method. + * Source/NSSlider.m (-initWithFrame:): Use an autoreleased cell. + * Source/NSTextField.m (-initWithFrame:): Likewise. + * Source/NSTextFieldCell.m (-drawWithFrame:inView:): Call super's implementation. Tue Mar 4 17:28:58 1997 GNUstep Development