aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2019-11-29 11:03:55 +0200
committerEli Zaretskii2019-11-29 11:03:55 +0200
commit6e41b08ea877af91908abaf164a9a00cb82cafa9 (patch)
tree7f82392113ee37fa55b972880705218ae84433c6 /etc
parentb2790db049da98b541d07bac21ca7d7c220d3be0 (diff)
downloademacs-6e41b08ea877af91908abaf164a9a00cb82cafa9.tar.gz
emacs-6e41b08ea877af91908abaf164a9a00cb82cafa9.zip
Improve documentation and UI of 'C-x v L'
* lisp/vc/vc.el (vc-print-root-log): Improve the wording of the doc string and of the prompt for the root directory. * etc/NEWS: Improve and expand the wording of the changes in 'C-x v L'. * doc/emacs/maintaining.texi (VC Change Log): Improve and clarify wording of the 'C-x v L' description.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 688b3f85cbb..57dbc9324a1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -998,7 +998,12 @@ With a prefix argument asks for a command, so for example,
998just one log entry found by its revision number. 998just one log entry found by its revision number.
999 999
1000+++ 1000+++
1001*** 'C-1 C-x v L' asks for a revision and shows its log entry with diff. 1001*** It is now possible to display a specific revision given by its ID.
1002If you invoke 'C-x v L' ('vc-print-root-log') with a numeric argument
1003of 1, as in 'C-1 C-x v L' or 'C-u 1 C-x v L', it asks for a revision
1004ID, and shows its log entry together with the diffs introduced by the
1005revision's commit. (For some less capable VCSes, only the log entry
1006is shown.)
1002 1007
1003*** 'C-x v =' can now mimic Magit's diff format. 1008*** 'C-x v =' can now mimic Magit's diff format.
1004Set the new user option 'diff-font-lock-prettify' to t for that, see 1009Set the new user option 'diff-font-lock-prettify' to t for that, see