]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 10 Apr 2008 15:05:46 +0000 (15:05 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 10 Apr 2008 15:05:46 +0000 (15:05 +0000)
etc/NEWS
etc/TODO

index 9421c678cd9aea2faafbf861b3e46a587f228403..29421f4004f489800dbe26cc7d59f0f1adaa7b29 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
index ebe60285737f8b0c6b5d021b6ccd63d8a381f35d..73578bed5e786db473089a35e93e1b59e11f2aa5 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -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.