emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106115: Doc fixes related to vc-init


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106115: Doc fixes related to vc-initial-comment.
Date: Mon, 17 Oct 2011 23:52:32 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106115
fixes bug(s): http://debbugs.gnu.org/9745
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2011-10-17 23:52:32 -0700
message:
  Doc fixes related to vc-initial-comment.
  
  * doc/emacs/maintaining.texi (Registering): Remove vc-initial-comment. 
  
  * lisp/vc/vc.el (vc-initial-comment): Mark as obsolete.
  
  * lisp/ChangeLog.15: Fix old entry.
  
  * etc/NEWS: Mention this.
modified:
  doc/emacs/ChangeLog
  doc/emacs/maintaining.texi
  etc/NEWS
  lisp/ChangeLog
  lisp/ChangeLog.15
  lisp/vc/vc.el
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2011-10-18 01:42:28 +0000
+++ b/doc/emacs/ChangeLog       2011-10-18 06:52:32 +0000
@@ -1,3 +1,7 @@
+2011-10-18  Glenn Morris  <address@hidden>
+
+       * maintaining.texi (Registering): Remove vc-initial-comment.  (Bug#9745)
+
 2011-10-18  Chong Yidong  <address@hidden>
 
        * display.texi (Faces): Simplify discussion.  Move documentation

=== modified file 'doc/emacs/maintaining.texi'
--- a/doc/emacs/maintaining.texi        2011-04-24 18:47:17 +0000
+++ b/doc/emacs/maintaining.texi        2011-10-18 06:52:32 +0000
@@ -898,10 +898,11 @@
 numeric argument; then it reads the initial revision ID for this
 particular file using the minibuffer.
 
address@hidden vc-initial-comment
-  If @code{vc-initial-comment} is address@hidden, @kbd{C-x v i} reads an
-initial comment to describe the purpose of this source file.  Reading
-the initial comment works like reading a log entry (@pxref{Log Buffer}).
address@hidden See http://debbugs.gnu.org/9745
address@hidden @vindex vc-initial-comment
address@hidden   If @code{vc-initial-comment} is address@hidden, @kbd{C-x v i} 
reads an
address@hidden initial comment to describe the purpose of this source file.  
Reading
address@hidden the initial comment works like reading a log entry (@pxref{Log 
Buffer}).
 
 @node VC Change Log
 @subsubsection VC Change Log

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2011-10-18 01:42:28 +0000
+++ b/etc/NEWS  2011-10-18 06:52:32 +0000
@@ -844,6 +844,10 @@
 *** New command `vc-ediff' allows visual comparison of two revisions
 of a file similar to `vc-diff', but using ediff backend.
 
++++
+*** The option vc-initial-comment was removed in Emacs 23.2, but
+this was not advertised at the time.
+
 ** FIXME: xdg-open for browse-url and reportbug, 2010/08.
 
 ** Obsolete modes

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-10-18 06:17:05 +0000
+++ b/lisp/ChangeLog    2011-10-18 06:52:32 +0000
@@ -1,3 +1,7 @@
+2011-10-18  Glenn Morris  <address@hidden>
+
+       * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
+
 2011-10-18  Chong Yidong  <address@hidden>
 
        * faces.el (cursor): Doc fix.

=== modified file 'lisp/ChangeLog.15'
--- a/lisp/ChangeLog.15 2011-08-07 14:14:54 +0000
+++ b/lisp/ChangeLog.15 2011-10-18 06:52:32 +0000
@@ -22676,7 +22676,7 @@
        (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
        backend when calling vc-mode-line.
        (vc-register): Do not create a closure for calling the vc register
-       function, call it directly.
+       function, call it directly.  No longer obey vc-initial-comment.
 
 2009-06-23  Dan Nicolaescu  <address@hidden>
 

=== modified file 'lisp/vc/vc.el'
--- a/lisp/vc/vc.el     2011-10-10 17:52:03 +0000
+++ b/lisp/vc/vc.el     2011-10-18 06:52:32 +0000
@@ -675,6 +675,8 @@
   :type 'boolean
   :group 'vc)
 
+(make-obsolete-variable 'vc-initial-comment "it has no effect." "23.2")
+
 (defcustom vc-default-init-revision "1.1"
   "A string used as the default revision number when a new file is registered.
 This can be overridden by giving a prefix argument to \\[vc-register].  This


reply via email to

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