diff options
| author | Glenn Morris | 2011-10-17 23:52:32 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-10-17 23:52:32 -0700 |
| commit | 80c6d77f2dd99752b1a4090350414a66b7409e7e (patch) | |
| tree | 953ff437d38f7616efe151f87a19439d2bd2a8d9 | |
| parent | c9eb8bd155ba657d7b4e45ea7f84b01d8f59b699 (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/maintaining.texi | 9 | ||||
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog.15 | 2 | ||||
| -rw-r--r-- | lisp/vc/vc.el | 2 |
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 @@ | |||
| 1 | 2011-10-18 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * maintaining.texi (Registering): Remove vc-initial-comment. (Bug#9745) | ||
| 4 | |||
| 1 | 2011-10-18 Chong Yidong <cyd@gnu.org> | 5 | 2011-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 | |||
| 898 | numeric argument; then it reads the initial revision ID for this | 898 | numeric argument; then it reads the initial revision ID for this |
| 899 | particular file using the minibuffer. | 899 | particular 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 |
| 903 | initial 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 |
| 904 | the 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 |
| @@ -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 |
| 845 | of a file similar to `vc-diff', but using ediff backend. | 845 | of 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 | ||
| 849 | this 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 @@ | |||
| 1 | 2011-10-18 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * vc/vc.el (vc-initial-comment): Mark as obsolete. (Bug#9745) | ||
| 4 | |||
| 1 | 2011-10-18 Chong Yidong <cyd@gnu.org> | 5 | 2011-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 | ||
| 22681 | 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu> | 22681 | 2009-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. |
| 680 | This can be overridden by giving a prefix argument to \\[vc-register]. This | 682 | This can be overridden by giving a prefix argument to \\[vc-register]. This |