]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fixes related to vc-initial-comment.
authorGlenn Morris <rgm@gnu.org>
Tue, 18 Oct 2011 06:52:32 +0000 (23:52 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 18 Oct 2011 06:52:32 +0000 (23:52 -0700)
* 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.

Fixes: debbugs:9745
doc/emacs/ChangeLog
doc/emacs/maintaining.texi
etc/NEWS
lisp/ChangeLog
lisp/ChangeLog.15
lisp/vc/vc.el

index 5f7f63fca319ad5c3cdcb3489c14e9248df22595..15b84c27075c4545ff906c552c489c536599b27e 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-18  Glenn Morris  <rgm@gnu.org>
+
+       * maintaining.texi (Registering): Remove vc-initial-comment.  (Bug#9745)
+
 2011-10-18  Chong Yidong  <cyd@gnu.org>
 
        * display.texi (Faces): Simplify discussion.  Move documentation
index dafc9327c7449d0ac5f6aeca1dad197c693a50e2..354812edc1fa81b24a7b79ac1b9febc0846733e1 100644 (file)
@@ -898,10 +898,11 @@ You can specify a different default by setting the variable
 numeric argument; then it reads the initial revision ID for this
 particular file using the minibuffer.
 
-@vindex vc-initial-comment
-  If @code{vc-initial-comment} is non-@code{nil}, @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}).
+@c See http://debbugs.gnu.org/9745
+@c @vindex vc-initial-comment
+@c   If @code{vc-initial-comment} is non-@code{nil}, @kbd{C-x v i} reads an
+@c initial comment to describe the purpose of this source file.  Reading
+@c the initial comment works like reading a log entry (@pxref{Log Buffer}).
 
 @node VC Change Log
 @subsubsection VC Change Log
index ce30ebb22b0e9369910f97087efb5fbf58f41814..5592fe325ff0c1c1d5a476ace911ba38e5f67bc2 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -844,6 +844,10 @@ binding `log-view-expanded-log-entry-function' to a suitable function.
 *** 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
index 21f52e8ca03e51d626f4255de80dbde63fbb347f..0562f2f2fa03bb84635033338b309ad1bb6d76dc 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-18  Glenn Morris  <rgm@gnu.org>
+
+       * vc/vc.el (vc-initial-comment): Mark as obsolete.  (Bug#9745)
+
 2011-10-18  Chong Yidong  <cyd@gnu.org>
 
        * faces.el (cursor): Doc fix.
index 2acf847cddc0fbf9a69dbb6d4da734c611a65dff..9cb24baeb1f98d37dd4d8391bd4dc8b7f2760cd9 100644 (file)
        (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  <dann@ics.uci.edu>
 
index 62536fd94be228057f124525763f333d7637dc64..cdc4f155083ca51f419f632ab0ad018e8af9d430 100644 (file)
   :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