aboutsummaryrefslogtreecommitdiffstats
path: root/etc/HISTORY (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update files for Emacs 30.2Eli Zaretskii2025-08-141-0/+2
| | | | | | | | * ChangeLog.5: * etc/AUTHORS: * etc/HISTORY: Update for Emacs 30.2. * admin/admin.el (set-version): Fix handling of official releases.
* Release Emacs 30.1emacs-30.1Stefan Kangas2025-02-231-0/+2
| | | | | | * ChangeLog.5: New file. * Makefile.in (CHANGELOG_HISTORY_INDEX_MAX): Bump. * etc/HISTORY: Add Emacs 30.1.
* Revert "; * etc/HISTORY: Delete never-released Emacs 28.3."Stefan Kangas2024-06-221-0/+3
| | | | | | | This reverts commit ea057131220bba504d28812dc8be58007017b029. Some GNU/Linux distros have offered Emacs 28.3 based on this tag, so this entry should be kept.
* ; * etc/HISTORY: Delete never-released Emacs 28.3.Stefan Kangas2024-06-221-3/+0
|
* Release Emacs 29.4showemacs-29.4Stefan Kangas2024-06-221-0/+2
| | | | | * ChangeLog.4: * etc/HISTORY: Update files for Emacs 29.4.
* Update files for Emacs 29.3emacs-29.3Eli Zaretskii2024-03-241-0/+2
| | | | | | * ChangeLog.4: * etc/AUTHORS: * etc/HISTORY: Update for Emacs 29.3.
* * Update etc/HISTORY and ChangeLog.4 for 29.2 release.Eli Zaretskii2024-01-181-0/+2
|
* ; * etc/HISTORY: Fix Emacs 28.3 entry.Michael Albinus2023-07-311-1/+2
|
* ; Last-minute changes befor releasing 29.1emacs-29.1Eli Zaretskii2023-07-301-1/+1
| | | | | * ChangeLog.4: * etc/HISTORY: Update.
* ; * etc/HISTORY: Fix the 28.3 entry.Eli Zaretskii2023-07-231-1/+1
|
* Update HISTORY and ChangeLog.4Eli Zaretskii2023-07-231-0/+2
| | | | | * etc/HISTORY: * ChangeLog.4: Update for the Emacs 29.1 release.
* Update HISTORY for Emacs 28.3Stefan Kangas2023-02-171-0/+2
|
* Update HISTORY for Emacs 28.2emacs-28.2Stefan Kangas2022-09-121-0/+2
| | | | * etc/HISTORY: Update for the Emacs 28.2 release.
* Update logs and HISTORY for Emacs 28.1emacs-28.1Eli Zaretskii2022-04-031-0/+2
| | | | | | * ChangeLog.3: * etc/HISTORY: * etc/AUTHORS: Update for Emacs 28.1 release.
* Prepare the Emacs 27.2 release.emacs-27.2-rc1Eli Zaretskii2021-03-181-0/+2
| | | | | | | | | * etc/HISTORY: Update for Emacs 27.2. * README: * configure.ac: * nt/README.W32: * msdos/sed2v2.inp: Set version to 27.2
* * etc/HISTORY: Update the Emacs 27.1 release date.Nicolas Petton2020-08-041-1/+1
|
* * etc/HISTORY: Add Emacs 27.1 release date.emacs-27.1-rc1Nicolas Petton2020-07-281-0/+2
|
* * 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.