Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated build script to require Mac OS 10.9+ #120

Merged
merged 5 commits into from
Dec 4, 2016
Merged

Updated build script to require Mac OS 10.9+ #120

merged 5 commits into from
Dec 4, 2016

Conversation

HayoBaan
Copy link
Contributor

@HayoBaan HayoBaan commented Dec 4, 2016

The build script has been updated to reflect the fact that the build is only for Mac OS 10.9+

Removed/replaced deprecated methods and unnecessary version checks.

Also fixed a wrongfully placed #endif in src/nsfns.m.

Also added a note on the use of deprecated and non-working functions
inside this experimental code block.
Since we’re on 10.9+, the method
scrollerWidthForControlSize:scrollerStyle: is always available so the
code that checks this is unnecessary. This also gets rid of the
deprecated (and unused) call to scrollerWidth.
Since we’re on 10.9+, the checks for version and AppKit>=10.9 are
unnecessary. This also gets rid of the deprecated (and unused) call to
convertBaseToScreen.

Additionally, a wrongfully placed #endif (introduced in c8a61d8) has
been fixed.
@davidswelt davidswelt merged commit 7c1802a into aquamacs-emacs:aquamacs3 Dec 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants