Check for OSX >= 10.4 to match what the maunal says and what we actually support.
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 7 Oct 2012 10:07:23 +0000 (12:07 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 7 Oct 2012 10:07:23 +0000 (12:07 +0200)
commit335f5ae44485d32ac632bd8d27d5ac00acd63477
tree0d025e64c7afa71788dab08ddbd7bf055ad2f2aa
parent3bc0a2f7e99de90d469b55fcfc9f3f82a99eb0b9
Check for OSX >= 10.4 to match what the maunal says and what we actually support.

* configure.ac: Check that OSX is 10.4 or newer.

* etc/NEWS (NextStep/OSX port changes): OSX 10.4 or newer is required.

* src/nsfns.m (Fns_list_services): Remove comment and check for OSX < 10.4.
(ns_do_applescript): Remove check for >= MAC_OS_X_VERSION_10_4.

* src/nsimage.m (setPixmapData, getPixelAtX, setAlphaAtX): Remove onTiger.

* src/nsmenu.m (fillWithWidgetValue:): Remove code for < MAC_OS_X_VERSION_10_2.

* src/nsselect.m (ns_string_from_pasteboard): Remove check for >=
MAC_OS_X_VERSION_10_4.

* src/nsterm.h (MAC_OS_X_VERSION_10_3, onTiger): Remove.
(EmacsApp): Remove check for >= MAC_OS_X_VERSION_10_4.
(struct nsfont_info): Remove check for >= MAC_OS_X_VERSION_10_3.
ChangeLog
configure.ac
etc/ChangeLog
etc/NEWS
src/ChangeLog
src/nsfns.m
src/nsimage.m
src/nsmenu.m
src/nsselect.m
src/nsterm.h
src/nsterm.m