comparison etc/NEWS @ 93977:bc90a81fc7cb

*** empty log message ***
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 10 Apr 2008 15:05:27 +0000
parents dfe13eac745b
children 0ab0b9641d80
comparison
equal deleted inserted replaced
93976:c53b75d15c27 93977:bc90a81fc7cb
496 Use --no-members if you want the old default behaviour of not tagging 496 Use --no-members if you want the old default behaviour of not tagging
497 struct members in C, members variables in C++ and variables in PHP. 497 struct members in C, members variables in C++ and variables in PHP.
498 498
499 ** VC 499 ** VC
500 500
501 *** Clicking on the VC mode-line entry now pops the VC menu.
502
503 *** The VC mode-line entry now has a tooltip that explains the VC file status.
504
505 *** 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.
506
507 This enables VC to work much more effectively with changeset-oriented 502 This enables VC to work much more effectively with changeset-oriented
508 version-control systems such as Subversion, GNU Arch, Mercurial, Git 503 version-control systems such as Subversion, GNU Arch, Mercurial, Git
509 and Bzr. VC will now pass a multiple-file commit to these systems as 504 and Bzr. VC will now pass a multiple-file commit to these systems as
510 a single changeset. 505 a single changeset.
506
507 *** vc-status is a new command that displays file names and their VC
508 status. It allows to apply various VC operations to apply a file or a
509 set of files.
510
511 *** Clicking on the VC mode-line entry now pops the VC menu.
512
513 *** The VC mode-line entry now has a tooltip that explains the VC file status.
511 514
512 *** In VC Annotate mode, you can type V to toggle the annotation visibility. 515 *** In VC Annotate mode, you can type V to toggle the annotation visibility.
513 516
514 *** In VC Annotate mode, you can type f to show the file revision on 517 *** In VC Annotate mode, you can type f to show the file revision on
515 the current line. 518 the current line.