aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2011-10-17 23:52:32 -0700
committerGlenn Morris2011-10-17 23:52:32 -0700
commit80c6d77f2dd99752b1a4090350414a66b7409e7e (patch)
tree953ff437d38f7616efe151f87a19439d2bd2a8d9
parentc9eb8bd155ba657d7b4e45ea7f84b01d8f59b699 (diff)
downloademacs-80c6d77f2dd99752b1a4090350414a66b7409e7e.tar.gz
emacs-80c6d77f2dd99752b1a4090350414a66b7409e7e.zip
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. Fixes: debbugs:9745
-rw-r--r--doc/emacs/ChangeLog4
-rw-r--r--doc/emacs/maintaining.texi9
-rw-r--r--etc/NEWS4
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/ChangeLog.152
-rw-r--r--lisp/vc/vc.el2
6 files changed, 20 insertions, 5 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index 5f7f63fca31..15b84c27075 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,7 @@
12011-10-18 Glenn Morris <rgm@gnu.org>
2
3 * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745)
4
12011-10-18 Chong Yidong <cyd@gnu.org> 52011-10-18 Chong Yidong <cyd@gnu.org>
2 6
3 * display.texi (Faces): Simplify discussion. Move documentation 7 * display.texi (Faces): Simplify discussion. Move documentation
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index dafc9327c74..354812edc1f 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -898,10 +898,11 @@ You can specify a different default by setting the variable
898numeric argument; then it reads the initial revision ID for this 898numeric argument; then it reads the initial revision ID for this
899particular file using the minibuffer. 899particular file using the minibuffer.
900 900
901@vindex vc-initial-comment 901@c See http://debbugs.gnu.org/9745
902 If @code{vc-initial-comment} is non-@code{nil}, @kbd{C-x v i} reads an 902@c @vindex vc-initial-comment
903initial comment to describe the purpose of this source file. Reading 903@c If @code{vc-initial-comment} is non-@code{nil}, @kbd{C-x v i} reads an
904the initial comment works like reading a log entry (@pxref{Log Buffer}). 904@c initial comment to describe the purpose of this source file. Reading
905@c the initial comment works like reading a log entry (@pxref{Log Buffer}).
905 906
906@node VC Change Log 907@node VC Change Log
907@subsubsection VC Change Log 908@subsubsection VC Change Log
diff --git a/etc/NEWS b/etc/NEWS
index ce30ebb22b0..5592fe325ff 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -844,6 +844,10 @@ binding `log-view-expanded-log-entry-function' to a suitable function.
844*** New command `vc-ediff' allows visual comparison of two revisions 844*** New command `vc-ediff' allows visual comparison of two revisions
845of a file similar to `vc-diff', but using ediff backend. 845of a file similar to `vc-diff', but using ediff backend.
846 846
847+++
848*** The option vc-initial-comment was removed in Emacs 23.2, but
849this was not advertised at the time.
850
847** FIXME: xdg-open for browse-url and reportbug, 2010/08. 851** FIXME: xdg-open for browse-url and reportbug, 2010/08.
848 852
849** Obsolete modes 853** Obsolete modes
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 21f52e8ca03..0562f2f2fa0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12011-10-18 Glenn Morris <rgm@gnu.org>
2
3 * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745)
4
12011-10-18 Chong Yidong <cyd@gnu.org> 52011-10-18 Chong Yidong <cyd@gnu.org>
2 6
3 * faces.el (cursor): Doc fix. 7 * faces.el (cursor): Doc fix.
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15
index 2acf847cddc..9cb24baeb1f 100644
--- a/lisp/ChangeLog.15
+++ b/lisp/ChangeLog.15
@@ -22676,7 +22676,7 @@
22676 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the 22676 (vc-next-action, vc-transfer-file, vc-rename-file): Also pass the
22677 backend when calling vc-mode-line. 22677 backend when calling vc-mode-line.
22678 (vc-register): Do not create a closure for calling the vc register 22678 (vc-register): Do not create a closure for calling the vc register
22679 function, call it directly. 22679 function, call it directly. No longer obey vc-initial-comment.
22680 22680
226812009-06-23 Dan Nicolaescu <dann@ics.uci.edu> 226812009-06-23 Dan Nicolaescu <dann@ics.uci.edu>
22682 22682
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 62536fd94be..cdc4f155083 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -675,6 +675,8 @@
675 :type 'boolean 675 :type 'boolean
676 :group 'vc) 676 :group 'vc)
677 677
678(make-obsolete-variable 'vc-initial-comment "it has no effect." "23.2")
679
678(defcustom vc-default-init-revision "1.1" 680(defcustom vc-default-init-revision "1.1"
679 "A string used as the default revision number when a new file is registered. 681 "A string used as the default revision number when a new file is registered.
680This can be overridden by giving a prefix argument to \\[vc-register]. This 682This can be overridden by giving a prefix argument to \\[vc-register]. This