summaryrefslogtreecommitdiff
path: root/nextstep/README
AgeCommit message (Collapse)Author
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-23; Fix typosStefan Kangas
2025-01-02Update copyright year to 2025Stefan Kangas
Run "TZ=UTC0 admin/update-copyright".
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
Run "TZ=UTC0 admin/update-copyright".
2020-01-01Update copyright year to 2020Paul Eggert
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
2019-01-01Update copyright year to 2019Paul Eggert
Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
2018-01-01Update copyright year to 2018Paul Eggert
Run admin/update-copyright.
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
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.
2016-12-31Update copyright year to 2017Paul Eggert
Run admin/update-copyright.
2016-11-06Modernize usage of 'macOS' in doc and commentsPaul Eggert
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.
2016-03-14ASCII-only etc/NEWS etc.Paul Eggert
* etc/NEWS, nextstep/README: Revert the recently-added curved quotes, and stick to ASCII. This typically involves replacing curved with straight quotes. Since etc/NEWS is viewed so often by UTF-8-ignorant tools, rewrite its non-ASCII text to spell out Unicode, e.g., replace ‘‒’ with ‘U+2012 (FIGURE DASH)’.
2016-03-14Curved quotes in etc/NEWS etc.Paul Eggert
* etc/NEWS, nextstep/README: Prefer curved quotes in the recently-changed text documentation. See: http://lists.gnu.org/archive/html/emacs-devel/2016-03/msg00860.html
2016-03-14Fix some single quotes in documentationPaul Eggert
* doc/emacs/anti.texi (Antinews): Avoid confusion in info and PDF when documenting quoting styles. * etc/NEWS, nextstep/README: In these plain text files, quote 'like this' consistently, rather than also (sometimes) ‘like this’ or (more often) `like this'.
2016-02-27* nextstep/WISHLIST: Merge into etc/TODO and remove.Glenn Morris
* etc/TODO: Merge in items from nextstep/WISHLIST. * nextstep/README: Update for this change.
2016-02-24Update HISTORY section in readme for the NextStep interface.Anders Lindgren
* nextstep/README: Update HISTORY after suggestion from former maintainer Adrian Robert.
2016-02-20Update NextStep readme and add wish list.Anders Lindgren
* nextstep/README: Rewritten from scratch. New sections on "History", "Overview of Cocoa and Objective-C", "Guidelines", "Tracing Support", and "GNUStep". Expanded the "See Also" section. * nextstep/WISHLIST: New file containing list of issues and ideas associated with the NS port of Emacs.
2014-10-15* nextstep/README: Move most contents into INSTALL.Glenn Morris
Remove license notice from file, since it is now trivial.
2014-10-12Update doc to say Mac OS X 10.6 or later now required.Paul Eggert
* doc/emacs/macos.texi (Mac OS / GNUstep, Mac / GNUstep Basics) (Mac / GNUstep Customization): * nextstep/README: Mac OS X 10.6 or later now required.
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-10-12Tidy some nextstep README etc files.Glenn Morris
* nextstep/README: Move historical information to new file ../etc/NEXTSTEP. * nextstep/AUTHORS: Merge into ./etc/NEXTSTEP and remove file. * etc/NEXTSTEP: New file, extracted from ../nextstep/{AUTHORS,README}. * make-dist: No more nextstep/AUTHORS.
2010-10-12* nextstep/README: Remove information duplicated in AUTHORS.Glenn Morris
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-09-23* README: Note GNUstep support is now Startup 0.23 or later.Adrian Robert
2009-09-18* README: Note OS X support is now 10.4 or later.Adrian Robert
2009-05-18* Cocoa/Emacs.xcodeproj/project.pbxproj: Update and redo targets to utilize ↵Adrian Robert
Makefiles for assembly portions of the build. * INSTALL: Describe the Xcode project.
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-10-04Fix case of "GNUstep".Glenn Morris
2008-07-21Consolidate credits. Copyedits.Chong Yidong
2008-07-17make more parallel to other platformsAdrian Robert