Mercurial > emacs
diff etc/NEWS @ 85100:c04703192cb6
(diff-hunk-style): New fun.
(diff-end-of-hunk): Use it.
(diff-context->unified): Use the new `apply' undo element, if applicable,
so as to save undo-log space.
(diff-fine-change): New face.
(diff-fine-highlight-preproc): New function.
(diff-fine-highlight): New command.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 09 Oct 2007 04:12:24 +0000 |
parents | 2a3baf9b92a9 |
children | fd282fb888de |
line wrap: on
line diff
--- a/etc/NEWS Tue Oct 09 03:38:57 2007 +0000 +++ b/etc/NEWS Tue Oct 09 04:12:24 2007 +0000 @@ -152,6 +152,7 @@ * Changes in Specialized Modes and Packages in Emacs 23.1 +** diff-fine-highlight highlights char-level details of changes in a diff hunk. ** archive-mode has basic support to browse Rar archives. ** talk.el has been extended for multiple tty support.