aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2007-12-01 19:37:20 +0000
committerDan Nicolaescu <[email protected]>2007-12-01 19:37:20 +0000
commit93a142e14fc190bdae9467d8f99367f9df1bda91 (patch)
treece04891e94c46db55c45104a9ea08893b74270b3 /etc
parent30b7f3e6d09b303feae73ca2f1b507291652f166 (diff)
* 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.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 2e8c4b0ebf..237c1d309c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -277,6 +277,9 @@ as a single changeset.
*** 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.