From: Dan Nicolaescu Date: Mon, 4 Feb 2008 21:41:33 +0000 (+0000) Subject: Update diff mode entry. X-Git-Tag: emacs-pretest-23.0.90~8185 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=25e50a581361521da1d82b950f587675ca4d8d62;p=emacs.git Update diff mode entry. --- diff --git a/etc/NEWS b/etc/NEWS index fc8ddbb5742..1230435acc3 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -268,8 +268,14 @@ This is enabled if isearch-buffers-multi is non-nil. ** smerge-refine highlights word-level details of changes in conflict. It's used automatically as you move through conflicts, see smerge-auto-refine. -** diff-refine-hunk highlights word-level details of changes in a diff hunk. -It's used automatically as you move through hunks, see diff-auto-refine. +** Diff mode + +*** diff-refine-hunk highlights word-level details of changes in a diff hunk. +It's used automatically as you move through hunks, see +diff-auto-refine. It is bound to `C-c C-b'. + +*** diff-create-changelog iterates through the diff buffer and tries +to create ChangeLog entries for each change. ** archive-mode has basic support to browse Rar archives.