summaryrefslogtreecommitdiff
path: root/nextstep/INSTALL
Commit message (Collapse)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
| | | | Run "TZ=UTC0 admin/update-copyright".
* Update copyright year to 2020Paul Eggert2020-01-01
| | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
* Update copyright year to 2019Paul Eggert2019-01-01
| | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
* ; Add notes about cross-compiling macOS versionsAlan Third2018-12-01
|
* Update copyright year to 2018Paul Eggert2018-01-01
| | | | Run admin/update-copyright.
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
| | | | | | | | | | | | | Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now.
* Enable GUI Emacs without 'make install' on macOS (Bug #27645)Charles A. Roelli2017-07-23
| | | | | | | | | | | * nextstep/INSTALL: Correct it, and mention that Emacs can be run from 'src/emacs'. * src/nsterm.m (applicationDidFinishLaunching:): When Emacs is launched outside of a macOS application bundle, change its activation policy from the default 'prohibited' to 'regular'. ; * etc/NEWS: Mention the change on macOS.
* Update copyright year to 2017Paul Eggert2016-12-31
| | | | Run admin/update-copyright.
* Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-06
| | | | | | | | Apple changed the spelling of its operating system again, to "macOS", effective with macOS 10.12 Sierra (2016-09-20). Change Emacs documentation and comments to match this. Stick with older OS spellings ("OS X", "Mac OS X") when talking about older releases where the older names are more correct.
* Update copyright year to 2016Paul Eggert2016-01-01
| | | | Run admin/update-copyright.
* * configure.ac (--with-ns): Enable by default on OS X.Glenn Morris2015-06-22
| | | | ; * etc/NEWS, nextstep/INSTALL: Mention this.
* Update copyright year to 2015Paul Eggert2015-01-01
| | | | Run admin/update-copyright.
* * INSTALL: Remove univeral binary section.Jan Djärv2014-11-03
|
* * nextstep/README: Move most contents into INSTALL.Glenn Morris2014-10-15
| | | | Remove license notice from file, since it is now trivial.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
|
* Update copyright notices for 2013.Paul Eggert2013-01-01
|
* State that --prefix has no effect for a default --with-ns build.Glenn Morris2012-05-09
|
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
|
* * INSTALL: Remove XCode part.Jan Djärv2011-10-19
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
|
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
|
* Add 2010 to copyright years.Glenn Morris2010-01-13
|
* * Cocoa/Emacs.xcodeproj/project.pbxproj: Update and redo targets to utilize ↵Adrian Robert2009-05-18
| | | | Makefiles for assembly portions of the build. * INSTALL: Describe the Xcode project.
* Remove platform-independent -j comments.Glenn Morris2009-02-10
| | | | Remove deleted --enable-cocoa-experimental-ctrl-g option.
* Add 2009 to copyright years.Glenn Morris2009-01-08
|
* make more parallel to other platformsAdrian Robert2008-07-17