Mercurial > emacs
comparison lisp/ChangeLog @ 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 | ccdbfad065e3 |
children | ee30e57a2bd8 |
comparison
equal
deleted
inserted
replaced
85099:ccdbfad065e3 | 85100:c04703192cb6 |
---|---|
1 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2007-10-09 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * diff-mode.el (diff-hunk-style): New fun. | |
4 (diff-end-of-hunk): Use it. | |
5 (diff-context->unified): Use the new `apply' undo element, | |
6 if applicable, so as to save undo-log space. | |
7 (diff-fine-change): New face. | |
8 (diff-fine-highlight-preproc): New function. | |
9 (diff-fine-highlight): New command. | |
2 | 10 |
3 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument. | 11 * smerge-mode.el (smerge-refine-chopup-region): Add `preproc' argument. |
4 (smerge-refine-highlight-change): Add `props' argument. | 12 (smerge-refine-highlight-change): Add `props' argument. |
5 (smerge-refine-subst): New function holding most of smerge-refine. | 13 (smerge-refine-subst): New function holding most of smerge-refine. |
6 (smerge-refine): Use it. | 14 (smerge-refine): Use it. |