Skip to content

Commit 8ac894e

Browse files
committed
Release Emacs 30.1
* ChangeLog.5: New file. * Makefile.in (CHANGELOG_HISTORY_INDEX_MAX): Bump. * etc/HISTORY: Add Emacs 30.1.
1 parent bcba098 commit 8ac894e

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

ChangeLog.5

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2025-02-23 Stefan Kangas <[email protected]>
2+
3+
* Version 30.1 released.
4+
5+
This file records repository revisions from
6+
commit 1cda0967b4d3c815fc610794ad6a8fc2b913a3c5 (exclusive) to
7+
commit bcba098505e4f80eef41e4be9726f1f9868223f3 (inclusive).
8+
See ChangeLog.4 for earlier changes.
9+
10+
;; Local Variables:
11+
;; coding: utf-8
12+
;; End:
13+
14+
Copyright (C) 2025 Free Software Foundation, Inc.
15+
16+
This file is part of GNU Emacs.
17+
18+
GNU Emacs is free software: you can redistribute it and/or modify
19+
it under the terms of the GNU General Public License as published by
20+
the Free Software Foundation, either version 3 of the License, or
21+
(at your option) any later version.
22+
23+
GNU Emacs is distributed in the hope that it will be useful,
24+
but WITHOUT ANY WARRANTY; without even the implied warranty of
25+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26+
GNU General Public License for more details.
27+
28+
You should have received a copy of the GNU General Public License
29+
along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1303,7 +1303,7 @@ emacslog = build-aux/gitlog-to-emacslog
13031303
# The ChangeLog history files are called ChangeLog.1, ChangeLog.2, ...,
13041304
# ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX). $(CHANGELOG_N) stands for
13051305
# the newest (highest-numbered) ChangeLog history file.
1306-
CHANGELOG_HISTORY_INDEX_MAX = 4
1306+
CHANGELOG_HISTORY_INDEX_MAX = 5
13071307
CHANGELOG_N = ChangeLog.$(CHANGELOG_HISTORY_INDEX_MAX)
13081308

13091309
# Convert git commit log to ChangeLog file. make-dist uses this.

etc/HISTORY

+2
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ GNU Emacs 29.3 (2024-03-24) emacs-29.3
239239

240240
GNU Emacs 29.4 (2024-06-22) emacs-29.4
241241

242+
GNU Emacs 30.1 (2025-02-23) emacs-30.1
243+
242244

243245
----------------------------------------------------------------------
244246
This file is part of GNU Emacs.

0 commit comments

Comments
 (0)