mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Add changelog
This commit is contained in:
parent
31958bf6e5
commit
25d186af6b
1 changed files with 22 additions and 0 deletions
22
ChangeLog
22
ChangeLog
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue