diff --git a/ChangeLog b/ChangeLog index 1baa4b95f..013751a26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -60,6 +60,20 @@ * Source/NSImageCell.m: subclass initImageCell, so that RefusesFirstResponder can be set, matching Mac. +2022-03-13 Gregory John Casamento + + * Headers/AppKit/AppKit.h: Include NSDictionaryController.h + * Headers/AppKit/NSDictionaryController.h: Add declaration + for NSDictionaryController. + * Headers/AppKit/NSKeyValueBinding.h: Add bindings for + dictionary controller. + * MISSING: NSDictionaryController removed + * Source/externs.m: Add definition for notification for + strings defined in controller definition. + * Source/GNUmakefile: Add NSDictionaryController.[hm] + * Source/NSDictionaryController.m: Implementation of + NSDictionaryController. + 2022-02-26 Wolfgang Lux * Source/NSPopUpButtonCell.m(setMenu:): Select the first item of