Mercurial > emacs
diff etc/NEWS @ 86908:6e9e38d61817
* log-edit.el (log-edit-show-diff): New function.
(log-edit-mode-map, log-edit-menu): Bind it.
(log-edit-diff-function): New variable.
(log-edit): Change the 3rd param to be an alist and accept a
function that computes a diff for the files involved.
* vc.el (vc-log-edit): Add a diff function parameter to log-edit.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sat, 01 Dec 2007 19:37:20 +0000 |
parents | 6787c1b3cc6e |
children | 780b92f70642 |
line wrap: on
line diff
--- a/etc/NEWS Sat Dec 01 15:57:41 2007 +0000 +++ b/etc/NEWS Sat Dec 01 19:37:20 2007 +0000 @@ -277,6 +277,9 @@ *** In VC Annotate mode, you can type V to toggle the annotation visibility. +** log-edit now has a command bound to C-c C-d to show the diff for +the files involved. + ** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs. ** The appearance of superscript and subscript in TeX is more customizable.