*** empty log message ***

This commit is contained in:
Dan Nicolaescu 2008-04-10 15:05:46 +00:00
parent 21f7bc38bd
commit a45868562f
2 changed files with 9 additions and 6 deletions

View file

@ -498,17 +498,20 @@ struct members in C, members variables in C++ and variables in PHP.
** VC
*** Clicking on the VC mode-line entry now pops the VC menu.
*** The VC mode-line entry now has a tooltip that explains the VC file status.
*** 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, Git
and Bzr. VC will now pass a multiple-file commit to these systems as
a single changeset.
*** vc-status is a new command that displays file names and their VC
status. It allows to apply various VC operations to apply a file or a
set of files.
*** Clicking on the VC mode-line entry now pops the VC menu.
*** The VC mode-line entry now has a tooltip that explains the VC file status.
*** In VC Annotate mode, you can type V to toggle the annotation visibility.
*** In VC Annotate mode, you can type f to show the file revision on

View file

@ -21,7 +21,7 @@ suitable for anyone from beginners to experts.
** Major modes should have a menu entry. Examples of modes that do
not have one at the moment and probably should: text-mode,
change-log-mode, texinfo-mode, outline-mode.
change-log-mode, texinfo-mode.
** Check if all items on the mode-line have a suitable tooltip for all modes.