Add changelog

This commit is contained in:
Gregory John Casamento 2020-08-21 15:31:28 -04:00
parent 31958bf6e5
commit 25d186af6b

View file

@ -1,3 +1,25 @@
2020-07-28 Gregory John Casamento <greg.casamento@gmail.com>
* Headers/AppKit/AppKit.h: Add all new headers
* Headers/AppKit/NSTextCheckingClient.h: Protocol for
NSTextCheckingController.m
* Headers/AppKit/NSTextCheckingController.h: New controller
for text checking - spelling/grammar
* Headers/AppKit/NSTextFinder.h: Text finder, currently delegates
all functionality to GSTextFinder.
* Headers/AppKit/NSTextInputClient.h: Protocol
* Headers/AppKit/NSTextInputContext.h: Protocol
* Headers/AppKit/NSTextView.h: Implementation of methods needed
for NSTextFinder.
* Headers/AppKit/NSUserInterfaceValidation.h: Minor changes
* MISSING: Removed these from MISSING list
* Source/GNUmakefile: Add files to be compiled or copied to list.
* Source/NSTextCheckingController.m: Implementation using
NSSpellChecker
* Source/NSTextFinder.m: Implementation using GSTextFinder
* Source/NSTextInputContext.m: Skeleton implementation.
* Source/NSTextView.m: Implementation of methods
2020-08-06 Fred Kiefer <FredKiefer@gmx.de>
* Source/GSStoryboardTransform.h,