]> git.eshelyaron.com Git - emacs.git/commit
Merge diff-font-lock-refine and diff-auto-refine-mode into diff-refine
authorCharles A. Roelli <charles@aurox.ch>
Sun, 24 Feb 2019 15:13:13 +0000 (16:13 +0100)
committerCharles A. Roelli <charles@aurox.ch>
Sun, 3 Mar 2019 20:31:05 +0000 (21:31 +0100)
commitd6b3e5bbc5e14c32f3faad9f1481ec16807ac2fe
treed6c054f8db81eb0fbdaa90a4046703b6b28f2612
parent81ae21792b3d840a2f11e4c3a682e1e30799c37f
Merge diff-font-lock-refine and diff-auto-refine-mode into diff-refine

This change was discussed in Bug#32991.

* admin/gitmerge.el (gitmerge-resolve): Bind 'diff-refine'
instead of 'diff-auto-refine-mode' to nil.
* doc/emacs/files.texi (Diff Mode): Explain 'diff-refine'
instead of 'diff-auto-refine-mode' in the documentation of
'diff-hunk-next' and 'diff-hunk-prev'.  Mention in the
documentation of 'diff-refine-hunk' that refining is already
done by default.
* etc/NEWS (Diff mode): Explain renamed 'diff-refine' variable
and mention deprecation and disabling of
'diff-auto-refine-mode'.
* lisp/vc/diff-mode.el (diff-font-lock-refine): Rename to
'diff-refine' and allow choices nil, 'font-lock' and 'navigation'.
(diff-auto-refine-mode): Disable it by default, make it
obsolete and make it set 'diff-refine' appropriately to keep
backward compatibility.
(diff-hunk-next, diff-hunk-prev): Adapt to rename of
diff-auto-refine-mode and ensure that refining only happens
when calling these commands interactively.
(diff--font-lock-refined): Adapt to rename of
diff-font-lock-refine.
* lisp/vc/smerge-mode.el (smerge-next, smerge-prev): Check
that 'diff-refine' is set instead of checking
'diff-auto-refine-mode' when deciding whether to refine a
conflict.
admin/gitmerge.el
doc/emacs/files.texi
etc/NEWS
lisp/vc/diff-mode.el
lisp/vc/smerge-mode.el