Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
86907:0f135bf21932 | 86908:6e9e38d61817 |
---|---|
275 Bzr. VC will now pass a multiple-file commit to these systems | 275 Bzr. VC will now pass a multiple-file commit to these systems |
276 as a single changeset. | 276 as a single changeset. |
277 | 277 |
278 *** In VC Annotate mode, you can type V to toggle the annotation visibility. | 278 *** In VC Annotate mode, you can type V to toggle the annotation visibility. |
279 | 279 |
280 ** log-edit now has a command bound to C-c C-d to show the diff for | |
281 the files involved. | |
282 | |
280 ** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs. | 283 ** sgml-electric-tag-pair-mode lets you simultaneously edit matched tag pairs. |
281 | 284 |
282 ** The appearance of superscript and subscript in TeX is more customizable. | 285 ** The appearance of superscript and subscript in TeX is more customizable. |
283 See the documentation of the variables: tex-fontify-script, | 286 See the documentation of the variables: tex-fontify-script, |
284 tex-font-script-display, tex-suscript-height-ratio, and | 287 tex-font-script-display, tex-suscript-height-ratio, and |