aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2013-03-09 12:22:27 -0800
committerGlenn Morris2013-03-09 12:22:27 -0800
commit78cd48e721d04b94b35f6e02e7c1022092bf702e (patch)
treed5b09baf2027c74911c7b4d182c090e4c0172893 /admin
parent8c39e8217487c352f824c7770430170a877cec07 (diff)
downloademacs-78cd48e721d04b94b35f6e02e7c1022092bf702e.tar.gz
emacs-78cd48e721d04b94b35f6e02e7c1022092bf702e.zip
* admin.el: Comment
Add missing ChangeLog portion for previous change.
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.