Mercurial > emacs
changeset 85134:af7e24a5bf93
New VC in the NEWS.
author | Eric S. Raymond <esr@snark.thyrsus.com> |
---|---|
date | Wed, 10 Oct 2007 13:30:46 +0000 |
parents | 87df82f093bd |
children | 07ce6e2515dd |
files | etc/ChangeLog etc/NEWS |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/ChangeLog Wed Oct 10 13:24:29 2007 +0000 +++ b/etc/ChangeLog Wed Oct 10 13:30:46 2007 +0000 @@ -1,3 +1,7 @@ +2007-10-10 Eric S. Raymond <esr@snark.thyrsus.com> + + * NEWS: Explain the VC fileset changes a bit better. + 2007-09-28 Glenn Morris <rgm@gnu.org> * PROBLEMS: Mention Tex superscript font issue.
--- a/etc/NEWS Wed Oct 10 13:24:29 2007 +0000 +++ b/etc/NEWS Wed Oct 10 13:30:46 2007 +0000 @@ -173,6 +173,11 @@ *** VC now supports applying VC operations to a set of files at a time. +This enables VC to work much more effectively with changeset-oriented +version-control systems such as Subversion, GNU Arch, Mercurial, and +Bzr. VC will now pass a multiple-file commit to these systems +as a single changeset. + ** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs. ** The appearance of superscript and subscript in TeX is more customizable.