emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111984: * admin.el: Comment


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111984: * admin.el: Comment
Date: Sat, 09 Mar 2013 12:22:27 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111984
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-03-09 12:22:27 -0800
message:
  * admin.el: Comment
  Add missing ChangeLog portion for previous change.
modified:
  admin/ChangeLog
  admin/admin.el
=== modified file 'admin/ChangeLog'
--- a/admin/ChangeLog   2013-03-09 20:19:41 +0000
+++ b/admin/ChangeLog   2013-03-09 20:22:27 +0000
@@ -1,7 +1,7 @@
 2013-03-09  Glenn Morris  <address@hidden>
 
        * admin.el (add-release-logs): Provide interactive defaults.
-       Allow specification of the release date.
+       Allow specification of the release date.  Don't exclude gnus/.
 
 2013-03-05  Paul Eggert  <address@hidden>
 

=== modified file 'admin/admin.el'
--- a/admin/admin.el    2013-03-09 20:19:41 +0000
+++ b/admin/admin.el    2013-03-09 20:22:27 +0000
@@ -28,6 +28,10 @@
 
 (defvar add-log-time-format)           ; in add-log
 
+;; Does this information need to be in every ChangeLog, as opposed to
+;; just the top-level one?  Only if you allow changes the same
+;; day as the release.
+;; http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00161.html
 (defun add-release-logs (root version &optional date)
   "Add \"Version VERSION released.\" change log entries in ROOT.
 Root must be the root of an Emacs source tree.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]