aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog2
-rw-r--r--admin/admin.el4
2 files changed, 5 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index a47d0d3c2dc..2d09a749907 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,7 +1,7 @@
12013-03-09 Glenn Morris <rgm@gnu.org> 12013-03-09 Glenn Morris <rgm@gnu.org>
2 2
3 * admin.el (add-release-logs): Provide interactive defaults. 3 * admin.el (add-release-logs): Provide interactive defaults.
4 Allow specification of the release date. 4 Allow specification of the release date. Don't exclude gnus/.
5 5
62013-03-05 Paul Eggert <eggert@cs.ucla.edu> 62013-03-05 Paul Eggert <eggert@cs.ucla.edu>
7 7
diff --git a/admin/admin.el b/admin/admin.el
index e7ef222f424..fd9bde29f46 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -28,6 +28,10 @@
28 28
29(defvar add-log-time-format) ; in add-log 29(defvar add-log-time-format) ; in add-log
30 30
31;; Does this information need to be in every ChangeLog, as opposed to
32;; just the top-level one? Only if you allow changes the same
33;; day as the release.
34;; http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00161.html
31(defun add-release-logs (root version &optional date) 35(defun add-release-logs (root version &optional date)
32 "Add \"Version VERSION released.\" change log entries in ROOT. 36 "Add \"Version VERSION released.\" change log entries in ROOT.
33Root must be the root of an Emacs source tree. 37Root must be the root of an Emacs source tree.