aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2008-04-09 03:42:28 +0000
committerDan Nicolaescu2008-04-09 03:42:28 +0000
commit494da8c4f658839402f7c8ffcd1dde0bf9cf8777 (patch)
treee2a7d49970355176978db00b2ac1b854667233bb
parentfd0644516654b82dda26fea572917e6ad92423fd (diff)
downloademacs-494da8c4f658839402f7c8ffcd1dde0bf9cf8777.tar.gz
emacs-494da8c4f658839402f7c8ffcd1dde0bf9cf8777.zip
*** empty log message ***
-rw-r--r--etc/NEWS13
1 files changed, 6 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ff8d27bfd38..d95c8698775 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -501,9 +501,9 @@ struct members in C, members variables in C++ and variables in PHP.
501*** VC now supports applying VC operations to a set of files at a time. 501*** VC now supports applying VC operations to a set of files at a time.
502 502
503This enables VC to work much more effectively with changeset-oriented 503This enables VC to work much more effectively with changeset-oriented
504version-control systems such as Subversion, GNU Arch, Mercurial, and 504version-control systems such as Subversion, GNU Arch, Mercurial, Git
505Bzr. VC will now pass a multiple-file commit to these systems 505and Bzr. VC will now pass a multiple-file commit to these systems as
506as a single changeset. 506a single changeset.
507 507
508*** In VC Annotate mode, you can type V to toggle the annotation visibility. 508*** In VC Annotate mode, you can type V to toggle the annotation visibility.
509 509
@@ -516,10 +516,9 @@ the current line.
516of the corresponding buffer as long as the asynchronous process is 516of the corresponding buffer as long as the asynchronous process is
517active. 517active.
518 518
519*** The new backend function `modify-change-comment' can be used to 519*** Log entries can be modified using the key "e" in log-view.
520modify the change log. For now only CVS, RCS, SCCS and SVN support 520For now only CVS, RCS, SCCS and SVN support this functionality.
521this functionality. 521This is done by the `modify-change-comment' backend function.
522This is bound to the key "e" in log-view.
523 522
524** log-edit now has a command bound to C-c C-d to show the diff for 523** log-edit now has a command bound to C-c C-d to show the diff for
525the files involved. 524the files involved.