| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ; * nt/README: Remove Windows 95. | Eli Zaretskii | 2024-06-15 | 1 | -2/+2 |
| | | |||||
| * | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
| | | |||||
| * | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
| | | |||||
| * | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
| | | |||||
| * | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
| | | | | | Run "TZ=UTC0 admin/update-copyright". | ||||
| * | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
| | | | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)". | ||||
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
| | | | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'. | ||||
| * | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
| | | | | | Run admin/update-copyright. | ||||
| * | 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 | 1 | -2/+2 |
| | | | | | | 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 | -2/+2 |
| | | | | | | | | | | | | | | 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 | 1 | -1/+1 |
| | | | | | Run admin/update-copyright. | ||||
| * | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
| | | | | | Run admin/update-copyright. | ||||
| * | * nt/README: Don't advertise the (obsolescent) w32 FAQ. | Eli Zaretskii | 2015-06-13 | 1 | -5/+11 |
| | | |||||
| * | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
| | | | | | Run admin/update-copyright. | ||||
| * | Fix bug #14762 with insufficient and outdated w32 installation documentation. | Eli Zaretskii | 2014-02-08 | 1 | -8/+19 |
| | | | | | | | nt/INSTALL: Update for Emacs 24.4. nt/README: Update for Emacs 24.4. nt/README.W32: Update and improve instructions. | ||||
| * | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| | | |||||
| * | Update location of Emacs on MS Windows FAQ | Glenn Morris | 2013-08-27 | 1 | -8/+4 |
| | | |||||
| * | Minor fixes in the nt/ subdirectory. | Eli Zaretskii | 2013-04-01 | 1 | -1/+6 |
| | | | | | | | | nt/README: A better documentation of ddeclient.exe. nt/README.W32: A better documentation of ddeclient.exe. nt/paths.h (PATH_EXEC): Add nt/oo-spd/i386 and nt/oo/i386 subdirectories. | ||||
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| | | |||||
| * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
| | | |||||
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| | | |||||
| * | Refill some copyright headers. | Glenn Morris | 2011-01-15 | 1 | -2/+2 |
| | | |||||
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -2/+2 |
| |\ | |||||
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| | | | |||||
| * | | Replace digest-doc and sorted-doc C programs with Lisp commands. | Glenn Morris | 2010-10-22 | 1 | -5/+2 |
| |/ | | | | | | | | | | | | | | | | | | | * lib-src/digest-doc.c, lib-src/sorted-doc.c: Remove files. * lib-src/Makefile.in (UTILITIES): Remove digest-doc and sorted-doc. (digest-doc${EXEEXT}, sorted-doc${EXEEXT}): Remove rules. * lib-src/makefile.w32-in (ALL): Remove digest-doc and sorted-doc. ($(BLD)/sorted-doc.exe, $(BLD)/digest-doc.exe, sorted-doc, digest-doc) ($(BLD)/digest-doc.$(O), $(BLD)/sorted-doc.$(O)): Remove rules. (install): Don't install digest-doc.exe or sorted-doc.exe. * lisp/help-fns.el (doc-file-to-man, doc-file-to-info): New commands. * doc/lispref/help.texi (Documentation Basics): Remove mentions of digest-doc and sorted-doc. * INSTALL, nt/README, nt/README.W32: Do not mention digest-doc and sorted-doc. * etc/NEWS: Mention this change. | ||||
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| | | |||||
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
| | | |||||
| * | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-09 | 1 | -6/+4 |
| | | |||||
| * | Added short descriptions of the exe files. | Jason Rumney | 2008-02-01 | 1 | -0/+43 |
| | | |||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | |||||
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | | |||||
| * | Switch to standard GPL text for license. | Glenn Morris | 2007-02-11 | 1 | -1/+19 |
| | | |||||
| * | Add missing comma in copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | | |||||
| * | Update URLs and advice about reporting bugs. | Jason Rumney | 2007-01-10 | 1 | -22/+12 |
| | | |||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+2 |
| | | |||||
| * | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-10 | 1 | -1/+1 |
| | | |||||
| * | Update the address of the mailing list and subscription instructions. | Eli Zaretskii | 2001-09-08 | 1 | -13/+13 |
| | | |||||
| * | Add copyright notice. | Andrew Innes | 2001-05-13 | 1 | -0/+3 |
| | | |||||
| * | Replace outdated information. | Andrew Innes | 2001-02-03 | 1 | -42/+58 |
| | | |||||
| * | Update info about compilers. | Andrew Innes | 2001-01-06 | 1 | -5/+4 |
| | | |||||
| * | # | Dave Love | 1999-10-03 | 1 | -0/+61 |