| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Prefer HTTPS to HTTP for gnu.org | Paul Eggert | 2017-10-01 | 1 | -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:. | ||||
| * | Prefer HTTPS to HTTP for gnu.org | Paul Eggert | 2017-09-29 | 2 | -3/+3 |
| | | | | | | This catches some URLs I missed in my previous scan, or perhaps were added after the scan. | ||||
| * | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -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. | ||||
| * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 2 | -2/+2 |
| | | | | | Run admin/update-copyright. | ||||
| * | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 2 | -2/+2 |
| | | | | | Run admin/update-copyright. | ||||
| * | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 2 | -2/+2 |
| | | | | | Run admin/update-copyright. | ||||
| * | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 2 | -2/+2 |
| | | |||||
| * | Update location of Emacs on MS Windows FAQ | Glenn Morris | 2013-08-27 | 1 | -15/+3 |
| | | |||||
| * | * admin/nt/README-ftp-server: Update from http://ftp.gnu.org/gnu/emacs/windows/ | Glenn Morris | 2013-06-18 | 1 | -27/+25 |
| | | |||||
| * | Remove <>, since makes contents invisible on http://ftp.gnu.org | Glenn Morris | 2013-01-12 | 1 | -1/+1 |
| | | |||||
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 2 | -2/+2 |
| | | |||||
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 2 | -2/+2 |
| | | |||||
| * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
| | | |||||
| * | Update information about PNG libraries for MS-Windows. | Eli Zaretskii | 2011-11-15 | 1 | -8/+13 |
| | | | | | | admin/nt/README-ftp-server: Update the information about PNG libraries. nt/README.W32: Update the GTK Windows download URL for libpng. | ||||
| * | Fix typos. | Juanma Barranquero | 2011-11-12 | 1 | -1/+1 |
| | | |||||
| * | Document that UNICOWS.DLL is required to run Emacs on Windows 9X. | Eli Zaretskii | 2011-10-28 | 1 | -14/+20 |
| | | | | | | | | | | nt/README.W32: Mention UNICOWS.DLL as prerequisite for running Emacs on Windows 9X. admin/nt/README-ftp-server: Mention UNICOWS.DLL as prerequisite for running Emacs on Windows 9X. Fixes: debbugs:8562 | ||||
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 2 | -4/+2 |
| | | |||||
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -3/+0 |
| | | |||||
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 2 | -2/+2 |
| |\ | |||||
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 4 | -4/+4 |
| | | | |||||
| | * | Fix bug #7716 with PNG image support libraries on Windows. | Eli Zaretskii | 2010-12-31 | 1 | -8/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | src/image.c <Qlibpng_version>: New variable. (syms_of_image): Intern and staticpro it. Set its value to the version of PNG library we were compiled with. (my_png_error, png_load): Avoid GCC warnings about direct access to png_ptr->jmpbuf. lisp/term/w32-win.el (image-library-alist): Set up correctly for libpng versions both before and after 1.4.0. admin/nt/README.W32: Update the information about PNG support libraries. nt/INSTALL: Update the information about PNG support libraries. | ||||
| * | | New make target for Windows platform: make dist (bug#6602) | Christoph Scholtes | 2010-07-24 | 2 | -329/+0 |
| |/ | | | | | | | | | | | | | | | | * admin/admin.el: Write version number to nt/makefile.w32-in. * admin/nt/makedist.bat: Remove; replaced with `zipdist.bat' in the nt/ directory. * admin/nt/README.W32: Relocate to nt/ directory. * etc/NEWS: Document new --distfiles configure.bat option and `dist' make target on Windows. * nt/INSTALL: Document new dist target and add section about creating binary distributions. * nt/configure.bat: New parameter `--distfiles'. * nt/makefile.w32-in: Add version number, new target `dist'. Add new target `install-shortcuts'. * nt/zipdist.bat: New file; create zipped binary distribution, replaces admin/nt/makedist.bat. | ||||
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 4 | -4/+4 |
| | | |||||
| * | Updated ready for release | Jason Rumney | 2009-07-29 | 1 | -13/+13 |
| | | |||||
| * | Update version and date for pending pretest. | Jason Rumney | 2009-06-19 | 1 | -14/+14 |
| | | |||||
| * | Updated for new pretest | Jason Rumney | 2009-05-20 | 1 | -13/+13 |
| | | |||||
| * | Updated for 23.0.93 | Jason Rumney | 2009-04-30 | 1 | -13/+13 |
| | | |||||
| * | Don't put dump.bat into the barebin, as we don't put temacs.exe in | Jason Rumney | 2009-04-06 | 1 | -1/+0 |
| | | | | | | | there anyway. Anyone who wants to deal with redumping emacs will have the skills to recompile from source anyway, since it no longer seems necessary to work around windows preloaded dll problems. | ||||
| * | Updated fro 23.0.92 | Jason Rumney | 2009-04-06 | 1 | -19/+16 |
| | | |||||
| * | Fix last change. | Eli Zaretskii | 2009-02-24 | 1 | -6/+6 |
| | | |||||
| * | * nt/README.W32: Fix typos. | Juanma Barranquero | 2009-02-24 | 1 | -16/+15 |
| | | |||||
| * | Remove ever expanding versions of Windows. Shorten FAQ URL. Remove | Jason Rumney | 2009-02-23 | 1 | -73/+60 |
| | | | | | | | | mention of obsolete lock directory. Windows distribution now bin and barebin only. Add note about SVG support. Remove old tar and gzip problem workarounds. Use new (22.x) -Q option. Report all bugs through bug tracker. | ||||
| * | Modify for barebin distribution, as undumped distribution no longer exists. | Jason Rumney | 2009-02-23 | 1 | -15/+18 |
| | | |||||
| * | Update for 23.0.91 | Jason Rumney | 2009-02-23 | 1 | -13/+13 |
| | | |||||
| * | * nt/README.W32: Fix typo. (Bug#2207) | Juanma Barranquero | 2009-02-05 | 1 | -1/+1 |
| | | |||||
| * | Update for 23.1 pretest | Jason Rumney | 2009-02-01 | 1 | -21/+26 |
| | | |||||
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 4 | -4/+4 |
| | | |||||
| * | Merge from emacs--rel--22 | Miles Bader | 2008-09-30 | 1 | -13/+13 |
| |\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1435 | ||||
| | * | Update for 22.3 | Jason Rumney | 2008-09-07 | 1 | -13/+13 |
| | | | |||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2008-09-02 | 1 | -53/+40 |
| |\ \ | |/ | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1398 | ||||
| | * | Update based on current directory layout and recommended tools. | Jason Rumney | 2008-08-27 | 1 | -53/+40 |
| | | | |||||
| * | | * nt/dump.bat: Fix mixed EOLs. | Juanma Barranquero | 2008-08-06 | 1 | -4/+4 |
| | | | |||||
| * | | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-09 | 4 | -30/+23 |
| | | | |||||
| * | | Merge from emacs--rel--22 | Miles Bader | 2008-04-05 | 1 | -1/+1 |
| |\ \ | |/ | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1107 | ||||
| | * | Update date for expected 22.2 release. | Jason Rumney | 2008-03-21 | 1 | -1/+1 |
| | | | |||||
| * | | Merge from emacs--devo--0 | Miles Bader | 2008-02-01 | 1 | -1/+46 |
| |\ \ | |/ | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-329 | ||||
| | * | Added short descriptions of the exe files. | Jason Rumney | 2008-02-01 | 1 | -0/+42 |
| | | | |||||
| | * | Add note about obtaining libXpm source, and its origin. | Jason Rumney | 2008-01-31 | 1 | -1/+4 |
| | | | |||||
| * | | Merge from emacs--devo--0 | Miles Bader | 2008-01-31 | 3 | -1/+67 |
| |\ \ | |/ | | | | | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-328 | ||||
| | * | Add copyright notice and license. | Jason Rumney | 2008-01-31 | 3 | -1/+67 |
| | | | |||||