aboutsummaryrefslogtreecommitdiffstats
path: root/admin/nt (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-02Remove Emacs-27 referencePhillip Lord1-2/+2
* admin/nt/dist-build/README-windows-binaries:
2020-06-22Add Jansson dependency to Windows BuildPhillip Lord1-0/+1
* admin/nt/dist-build/build-dep-zips.py: Add dependency
2020-03-23Add Harfbuzz dependencyPhillip Lord1-0/+1
* admin/nt/dist-build/build-dep-zips.py: Add harfbuzz as a dependency.
2020-01-01Update distribution documentationPhillip Lord2-288/+77
* admin/nt/README-ftp-server: Remove as obsolete * admin/nt/dist-build/README-windows-binaries: Add information about installer
2020-01-01Update copyright year to 2020Paul Eggert4-4/+4
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
2019-12-26Fix installer buildPhillip Lord1-5/+9
* admin/nt/dist-build/build-zips.sh: Ensure that NSIS build always uses the actual build number to locate its files.
2019-12-26Update for Emacs-28Phillip Lord1-1/+1
* admin/nt/dist-build/build-dep-zips.py: Emacs major version number.
2019-12-26Update Windows build documentationPhillip Lord1-4/+49
* admin/nt/dist-build/README-scripts: Update with branch and snapshot information.
2019-12-10; Spelling fixesPaul Eggert1-1/+1
2019-09-18Improve logic for dependencies checkingPhillip Lord1-28/+75
* admin/nt/dist-build/build-dep-zips.py:
2019-06-05No longer add debug symbols to release buildPhillip Lord1-2/+8
* admin/nt/dist-build/build-zips.sh: Remove -g3 from release build and install with install-strip
2019-06-03Update dependenciesPhillip Lord1-2/+3
* admin/nt/dist-build/build-dep-zips.py: Add harfbuzz as dependency
2019-01-01Update copyright year to 2019Paul Eggert4-4/+4
Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'.
2018-05-03Fix windows snapshot buildingPhillip Lord1-1/+3
* admin/nt/dist-build/build-zips.sh: Fix broken if statement
2018-05-03* admin/nt/dist-build/build-zips.sh: Support building of branchesPhillip Lord1-1/+16
2018-03-28Reduce parallelism to Windows buildPhillip Lord1-1/+1
* admin/nt/dist-build/build-zips.sh: Reduce make parallelism to 2.
2018-03-26Remove architecture dependent source downloadsfeature/deps-downloadPhillip Lord1-3/+4
* admin/nt/dist-build/build-dep-zips.py:
2018-03-24Reduce build loadPhillip Lord1-1/+1
* admin/nt/dist-build/build-zips.sh: Reduce parallelism to 8
2018-03-23Limit build loadPhillip Lord1-1/+1
* admin/nt/dist-build/build-zips.sh: Limit build load.
2018-03-23Ensure configure is running if necessaryPhillip Lord1-2/+3
* admin/nt/dist-build/build-zips.sh: Check for missing Makefile.
2018-01-01Update copyright year to 2018Paul Eggert4-4/+4
Run admin/update-copyright.
2017-11-30Add date to dependency and source zips for snapshotsPhillip Lord2-17/+42
* admin/nt/dist-build/build-zips.sh, admin/nt/dist-build/build-dep-zips.py: Support snapshot naming
2017-11-27Update Build files for Emacs-27Phillip Lord3-6/+7
* admin/nt/dist-build/README-windows-binaries, admin/nt/dist-build/build-dep-zips.py, admin/nt/dist-build/build-zips.sh: Update Version
2017-11-20Fix lower case installer namePhillip Lord1-3/+1
* admin/nt/dist-build/build-zips.sh (build_installer):
2017-11-20Add date to snapshot filePhillip Lord2-11/+25
* admin/nt/dist-build/build-zips.sh: Add date to all out files. * admin/nt/dist-build/emacs.nsi: Lower case and date installer.
2017-11-17Rebrand UninstallerPhillip Lord1-1/+1
* admin/nt/dist-build/emacs.nsi: Add MUI_UNICON
2017-11-17Fix install location for windows installerPhillip Lord2-6/+26
2017-11-15Rebrand Windows installerPhillip Lord1-0/+1
* admin/nt/dist-build/emacs.nsi: Use two icons. * etc/images/splash.bmp,etc/images/icons/hicolor/scalable/apps/emacs.ico: New files.
2017-11-05Add support for Windows installer buildPhillip Lord2-11/+114
* etc/images/slash.bmp,admin/nt/dist-build/emacs.nsi: New files * admin/nt/dist-build/build-zips.sh: Support building installer
2017-11-01; Spelling fixesPaul Eggert2-6/+6
2017-10-25Update documentation for windows buildPhillip Lord1-0/+92
* admin/nt/dist-build/README-scripts: New File.
2017-10-25Fix windows build errorsPhillip Lord1-5/+7
* admin/nt/dist-build/build-zips.sh: Correct name of zip file, build 64 bit first
2017-10-24Scripts to automate windows binary distributionPhillip Lord3-0/+411
* admin/nt/dist-build/README-windows-binaries, admin/nt/dist-build/build-dep-zips.py, admin/nt/dist-build/build-zips.sh: New Files
2017-10-01Prefer HTTPS to HTTP for gnu.orgPaul Eggert1-2/+2
This fixes some URLs I omitted from my previous pass, notably those in lists.gnu.org. Although lists.gnu.org does not yet support TLS 1.1, TLS 1.0 is better than nothing. * lisp/erc/erc.el (erc-official-location): * lisp/mail/emacsbug.el (report-emacs-bug): Use https:, not http:.
2017-09-29Prefer HTTPS to HTTP for gnu.orgPaul Eggert2-3/+3
This catches some URLs I missed in my previous scan, or perhaps were added after the scan.
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
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 Eggert2-2/+2
Run admin/update-copyright.
2016-01-01Update copyright year to 2016Paul Eggert2-2/+2
Run admin/update-copyright.
2015-01-01Update copyright year to 2015Paul Eggert2-2/+2
Run admin/update-copyright.
2015-01-01Update copyright year to 2015Paul Eggert2-2/+2
Run admin/update-copyright.
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2-2/+2
2013-08-27Update location of Emacs on MS Windows FAQGlenn Morris1-15/+3
2013-06-18* admin/nt/README-ftp-server: Update from http://ftp.gnu.org/gnu/emacs/windows/Glenn Morris1-27/+25
2013-01-12Remove <>, since makes contents invisible on http://ftp.gnu.orgGlenn Morris1-1/+1
2013-01-01Update copyright notices for 2013.Paul Eggert2-2/+2
2012-02-05* admin/nt/README.W32: Backported fixed url for image libraries fromChristoph Scholtes1-4/+2
trunk. Removed explicit reference to version of libXpm included in binary distributions for maintenance purposes.
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris4-4/+4
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris2-2/+2
2011-11-19Spelling fixes.Paul Eggert1-1/+1
2011-11-15Update information about PNG libraries for MS-Windows.Eli Zaretskii1-8/+13
admin/nt/README-ftp-server: Update the information about PNG libraries. nt/README.W32: Update the GTK Windows download URL for libpng.