aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2008-04-10 15:05:46 +0000
committerDan Nicolaescu2008-04-10 15:05:46 +0000
commita45868562f9b4719c61512cd646db476ca4a0dad (patch)
tree978b89f8afc598692cccb0f492bb161d09374fe3
parent21f7bc38bd59c9fd001da737808701ce3597e339 (diff)
downloademacs-a45868562f9b4719c61512cd646db476ca4a0dad.tar.gz
emacs-a45868562f9b4719c61512cd646db476ca4a0dad.zip
*** empty log message ***
-rw-r--r--etc/NEWS13
-rw-r--r--etc/TODO2
2 files changed, 9 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9421c678cd9..29421f4004f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -498,17 +498,20 @@ 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
507This enables VC to work much more effectively with changeset-oriented 502This enables VC to work much more effectively with changeset-oriented
508version-control systems such as Subversion, GNU Arch, Mercurial, Git 503version-control systems such as Subversion, GNU Arch, Mercurial, Git
509and Bzr. VC will now pass a multiple-file commit to these systems as 504and Bzr. VC will now pass a multiple-file commit to these systems as
510a single changeset. 505a single changeset.
511 506
507*** vc-status is a new command that displays file names and their VC
508status. It allows to apply various VC operations to apply a file or a
509set 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.
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
diff --git a/etc/TODO b/etc/TODO
index ebe60285737..73578bed5e7 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -21,7 +21,7 @@ suitable for anyone from beginners to experts.
21 21
22** Major modes should have a menu entry. Examples of modes that do 22** Major modes should have a menu entry. Examples of modes that do
23not have one at the moment and probably should: text-mode, 23not have one at the moment and probably should: text-mode,
24change-log-mode, texinfo-mode, outline-mode. 24change-log-mode, texinfo-mode.
25 25
26** Check if all items on the mode-line have a suitable tooltip for all modes. 26** Check if all items on the mode-line have a suitable tooltip for all modes.
27 27