aboutsummaryrefslogtreecommitdiffstats
path: root/etc/HISTORY (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * etc/HISTORY: Add Emacs 26.3 release release date.emacs-26.3-rc1emacs-26.3Nicolas Petton2019-08-221-0/+2
|
* * etc/HISTORY: Update for Emacs 26.2 release.Nicolas Petton2019-04-111-0/+2
|
* * etc/HISTORY: Cite Brinkoff on early history.Paul Eggert2018-07-011-3/+4
|
* * etc/HISTORY: Update for Emacs 26.1 release.Nicolas Petton2018-05-251-0/+2
|
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-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.
* Merge Emacs 25.3 fixesPaul Eggert2017-09-121-0/+2
| | | | | | | | | | | The security patches released for Emacs 25.3 were less drastic than what we had immediately put into master. Adjust master to match 25.3 (Bug#28350). * lisp/textmodes/enriched.el (enriched-translations): Re-enable FUNCTION and display translations that are safe. (enriched-handle-display-prop): Bring back. (enriched-decode-display-prop): Bring back, but disable the unsafe part.
* Set Emacs version to 25.2 and update AUTHORS fileemacs-25.2Nicolas Petton2017-04-201-1/+1
| | | | | | | | * README: Set Emacs version to 25.2. * etc/HISTORY: Add release log. * lisp/ldefs-boot.el: * etc/AUTHORS: * ChangeLog.2: Update.
* Bump Emacs version to 25.2 RC1emacs-25.2-rc1Nicolas Petton2017-02-031-0/+2
| | | | | | | | * README: * configure.ac: * msdos/sed2v2.inp: * nt/README.W32: Bump Emacs version. * lisp/ldefs-boot.el: Update.
* ; Update ChangeLog.2 and ldef-boot.el for Emacs 25.1 releaseemacs-25.1Nicolas Petton2016-09-151-0/+2
|
* * etc/HISTORY: Add some more history, plus git tags.Paul Eggert2016-01-311-25/+46
|
* ; More updates and corrections in etc/HISTORYEli Zaretskii2015-10-161-5/+11
|
* Add more release info to etc/HISTORYEli Zaretskii2015-10-161-0/+44
| | | | | * etc/HISTORY: Add more release information about 19.x and 20.x versions.
* New file etc/HISTORYPaul Eggert2015-10-151-0/+154
* admin/FOR-RELEASE: Procedure for etc/HISTORY. * etc/HISTORY: New file. * etc/NEWS: Mention it.