Update ChangeLog

This commit is contained in:
Daniel Ferreira 2017-08-15 12:42:37 +10:00 committed by Ivan Vučica
parent 3a1bec5d1f
commit b2fa5c5de2

View file

@ -3,6 +3,82 @@
* Source/NSBitmapImageRep.m
Initialize density to 0, so that in case it is unset (72dpi) it is not a random value in case the struct is not zeroed.
2017-08-24 Daniel Ferreira <dtf@stanford.edu>
* Source/externs.m:
Define some private NSAttributedString attribute name definitions. Their
functionality is not yet implemented.
2017-08-24 Daniel Ferreira <dtf@stanford.edu>
* Headers/AppKit/NSWindow.h:
Define new values for the NSWindowCollectionBehavior enum for
compatibility purposes.
2017-08-24 Daniel Ferreira <dtf@stanford.edu>
* Headers/AppKit/NSGestureRecognizer.h
* Source/NSGestureRecognizer.m:
Implement stub for -[NSGestureRecognizer locationInView:] for
compatibility purposes.
* Headers/AppKit/NSWindow.h
* Source/NSWindow.m:
Add stub for +[NSWindow windowNumberAtPoint:belowWindowWithWindowNumber:]
for compatibility purposes.
* Headers/AppKit/NSSpellChecker.h
* Source/NSSpellChecker.m:
Add a stub for the -checkGrammarOfString:... method for compatibility
purposes.
* Headers/AppKit/NSSpellChecker.h
* Source/NSSpellChecker.m:
Add stubs for:
- +[NSSpellChecker isAutomaticTextReplacementEnabled],
- +[NSSpellChecker isAutomaticDashSubstitutionEnabled]
- +[NSSpellChecker isAutomaticQuoteSubstitutionEnabled]
for compatibility purposes.
2017-08-15 Daniel Ferreira <dtf@stanford.edu>
* Headers/AppKit/NSDragging.h:
Create NSDraggingSource protocol for increased compatibility with GUI.
* Headers/AppKit/NSSpellChecker.h:
Add definitions for the NSCorrectionResponse for increased
compatibility.
* Headers/AppKit/NSWindow.h
* Source/NSWindow.m:
Add stub for -[NSWindow backingScaleFactor] for compatibility purposes.
* Headers/AppKit/NSApplication.h
* Headers/AppKit/NSWindow.h
* Source/NSWindow.m:
Define constants and stubs related to modal sheets in GUI for increased
compatibility.
* Headers/AppKit/NSFont.h
* Source/externs.m:
Define font weight constants introduced in macOS 10.11.
* Source/externs.m:
Export the private _NXSmartPaste constant for compatibility purposes.
* Headers/AppKit/NSAttributedString.h
* Source/externs.m:
Add a stub for NSTextInsertionUndoableAttributeName, a private
NSAttributedString attribute.
* Headers/AppKit/NSButtonCell.h:
Define new button cell constants in the NSButtonCell header. These
buttons are not yet implemented, however.
* Headers/AppKit/NSText.h:
Define new-style NSTextAlignment* constants on GUI for compatibility
purposes with new macOS versions.
2017-08-09 Svetlana Tkachenko
* ColorPickers/Russian.lproj/StandardPicker.strings