Mercurial > emacs
diff etc/NEWS @ 82232:58ac5a791dfa
* vc.el: Document new VC operation `extra-menu'.
* vc-hooks.el (vc-default-extra-menu): New function.
* menu-bar.el (menu-bar-vc-filter): New function.
(menu-bar-tools-menu): Use it as a filter.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 01 Aug 2007 17:13:45 +0000 |
parents | fc334008c1ed |
children | c2087cc626c4 35e3789db058 |
line wrap: on
line diff
--- a/etc/NEWS Wed Aug 01 09:16:24 2007 +0000 +++ b/etc/NEWS Wed Aug 01 17:13:45 2007 +0000 @@ -96,6 +96,9 @@ *** The VC mode-line entry now has a tooltip. +*** VC backends can provide extra menu entries to be added to the "Version Control" menu. +This can be used to add menu entries for backend specific functions. + *** VC has some support for Bazaar (bzr). ** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs.