# HG changeset patch # User Eli Zaretskii # Date 975084726 0 # Node ID 09fdef086f4d62fa670646ab5806b460c532c4ae # Parent db68a40e2c01f22d4f3d8774979b641a8bf5e9d6 C-c C-c u in Texinfo now produces @uref, not @url. Explain that vc-cvs-stay-local doesn't create versioned backups on MS-DOS. diff -r db68a40e2c01 -r 09fdef086f4d etc/NEWS --- a/etc/NEWS Fri Nov 24 16:48:51 2000 +0000 +++ b/etc/NEWS Fri Nov 24 16:52:06 2000 +0000 @@ -386,9 +386,9 @@ ------------------------- C-c C-c C-s @strong C-c C-c C-e @emph - C-c C-c u @url + C-c C-c u @uref C-c C-c q @quotation - C-c C-c m @email + C-c C-c m @email C-c C-o @ ... @end M-RET @item @@ -1552,7 +1552,9 @@ (vc-version-other-window), except for the trailing dot. As a matter of fact, the two features can each use the files created by the other, the only difference being that files with a trailing `.' are deleted -automatically after commit. +automatically after commit. (This feature doesn't work on MS-DOS, +since DOS disallows more than a single dot in the trunk of a file +name.) If `vc-cvs-stay-local' is on, and there have been changes in the repository, VC notifies you about it when you actually try to commit.