Cleanup in ChangeLog.

This commit is contained in:
Sergii Stoian 2019-04-08 12:59:43 +03:00
parent 7e2ce21a24
commit baf05aabf3

View file

@ -1,13 +1,7 @@
2019-04-08 Sergii Stoian <stoyan255@gmail.com>
* Source/NSApplication.m: (needsPanelToBecomeKey): removed superfluous
override - superclass (NSView) already returns `NO`.
2019-04-08 Sergii Stoian <stoyan255@ukr.net>
* Source/NSApplication.m (becomesKeyOnlyIfNeeded)
(needsPanelToBecomeKey): override NSWindow and NSView methods
in appicon to reduce number of order front calls. The source
* Source/NSApplication.m (becomesKeyOnlyIfNeeded): override NSWindow
methodin appicon to reduce number of order front calls. The source
of the call is NSWindow's sendEvent:.
2019-04-06 Sergii Stoian <stoyan255@ukr.net>