diff --git a/ChangeLog b/ChangeLog index a0dfde834..90b38539a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2003-09-14 Fred Kiefer + + * Source/NSPopUpButtonCell.m + According to Gregory John Casamento the + popup button does not change its enable state when the selected item + does. To adopt this behaviour all setEnable: calls have been + removed and one in [initWithCoder:] added that enables the popup + for all old encodings. + 2003-09-13 Gregory John Casamento * Source/NSPopUpButtonCell.m: Corrected minor problem which