diff options
| author | Eli Zaretskii | 2019-11-29 11:03:55 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2019-11-29 11:03:55 +0200 |
| commit | 6e41b08ea877af91908abaf164a9a00cb82cafa9 (patch) | |
| tree | 7f82392113ee37fa55b972880705218ae84433c6 /etc | |
| parent | b2790db049da98b541d07bac21ca7d7c220d3be0 (diff) | |
| download | emacs-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/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -998,7 +998,12 @@ With a prefix argument asks for a command, so for example, | |||
| 998 | just one log entry found by its revision number. | 998 | just 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. |
| 1002 | If you invoke 'C-x v L' ('vc-print-root-log') with a numeric argument | ||
| 1003 | of 1, as in 'C-1 C-x v L' or 'C-u 1 C-x v L', it asks for a revision | ||
| 1004 | ID, and shows its log entry together with the diffs introduced by the | ||
| 1005 | revision's commit. (For some less capable VCSes, only the log entry | ||
| 1006 | is 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. |
| 1004 | Set the new user option 'diff-font-lock-prettify' to t for that, see | 1009 | Set the new user option 'diff-font-lock-prettify' to t for that, see |