update packages
This commit is contained in:
@@ -28,8 +28,6 @@ evaluate the variable `diff-hl-mode'.
|
||||
The mode's hook is called both when the mode is enabled and when it is
|
||||
disabled.
|
||||
|
||||
\\{diff-hl-mode-map}
|
||||
|
||||
(fn &optional ARG)" t)
|
||||
(autoload 'turn-on-diff-hl-mode "diff-hl" "\
|
||||
Turn on `diff-hl-mode' or `diff-hl-dir-mode' in a buffer if appropriate.")
|
||||
@@ -39,6 +37,11 @@ Call `turn-on-diff-hl-mode' if the current major mode is applicable.")
|
||||
Set the reference revision globally to REV.
|
||||
When called interactively, REV read with completion.
|
||||
|
||||
When called with a prefix argument, reset the global reference to the most
|
||||
recent one instead. With two prefix arguments, do the same and discard
|
||||
every per-project reference created by
|
||||
`diff-hl-set-reference-rev-in-project`.
|
||||
|
||||
The default value chosen using one of methods below:
|
||||
|
||||
- In a log view buffer, it uses the revision of current entry.
|
||||
@@ -47,9 +50,33 @@ view buffer.
|
||||
- In a VC annotate buffer, it uses the revision of current line.
|
||||
- In other situations, it uses the symbol at point.
|
||||
|
||||
Notice that this sets the reference revision globally, so in
|
||||
files from other repositories, `diff-hl-mode' will not highlight
|
||||
changes correctly, until you run `diff-hl-reset-reference-rev'.
|
||||
Notice that this sets the reference revision globally, so in files from
|
||||
other repositories, `diff-hl-mode' will not highlight changes correctly,
|
||||
until you run `diff-hl-reset-reference-rev'. To set the reference on a
|
||||
per-project basis, see `diff-hl-set-reference-rev-in-project`.
|
||||
|
||||
Also notice that this will disable `diff-hl-amend-mode' in
|
||||
buffers that enables it, since `diff-hl-amend-mode' overrides its
|
||||
effect.
|
||||
|
||||
(fn REV)" t)
|
||||
(autoload 'diff-hl-set-reference-rev-in-project "diff-hl" "\
|
||||
Set the reference revision in the current project to REV.
|
||||
When called interactively, REV read with completion.
|
||||
|
||||
When called with a prefix argument, reset to the global value instead.
|
||||
|
||||
The default value chosen using one of methods below:
|
||||
|
||||
- In a log view buffer, it uses the revision of current entry.
|
||||
Call `vc-print-log' or `vc-print-root-log' first to open a log
|
||||
view buffer.
|
||||
- In a VC annotate buffer, it uses the revision of current line.
|
||||
- In other situations, it uses the symbol at point.
|
||||
|
||||
Projects whose reference was set with this command are unaffected by
|
||||
subsequent changes to the global reference (see
|
||||
`diff-hl-set-reference-rev`).
|
||||
|
||||
Also notice that this will disable `diff-hl-amend-mode' in
|
||||
buffers that enables it, since `diff-hl-amend-mode' overrides its
|
||||
@@ -57,7 +84,12 @@ effect.
|
||||
|
||||
(fn REV)" t)
|
||||
(autoload 'diff-hl-reset-reference-rev "diff-hl" "\
|
||||
Reset the reference revision globally to the most recent one." t)
|
||||
Reset the reference revision globally to the most recent one.
|
||||
|
||||
When called with a prefix argument, do the same and discard every
|
||||
per-project reference created by `diff-hl-set-reference-rev-in-project'.
|
||||
|
||||
(fn &optional ARG)" t)
|
||||
(put 'global-diff-hl-mode 'globalized-minor-mode t)
|
||||
(defvar global-diff-hl-mode nil "\
|
||||
Non-nil if Global Diff-Hl mode is enabled.
|
||||
@@ -82,7 +114,7 @@ would do it.
|
||||
See `diff-hl-mode' for more information on Diff-Hl mode.
|
||||
|
||||
(fn &optional ARG)" t)
|
||||
(register-definition-prefixes "diff-hl" '("diff-hl-"))
|
||||
(register-definition-prefixes "diff-hl" '("diff-hl-" "static-if"))
|
||||
|
||||
|
||||
;;; Generated autoloads from diff-hl-amend.el
|
||||
@@ -192,20 +224,6 @@ disabled.
|
||||
(fn &optional ARG)" t)
|
||||
(register-definition-prefixes "diff-hl-flydiff" '("diff-hl-flydiff"))
|
||||
|
||||
|
||||
;;; Generated autoloads from diff-hl-inline-popup.el
|
||||
|
||||
(autoload 'diff-hl-inline-popup-hide "diff-hl-inline-popup" "\
|
||||
Hide the current inline popup." t)
|
||||
(autoload 'diff-hl-inline-popup-show "diff-hl-inline-popup" "\
|
||||
Create a phantom overlay to show the inline popup, with some
|
||||
content LINES, and a HEADER and a FOOTER, at POINT. KEYMAP is
|
||||
added to the current keymaps. CLOSE-HOOK is called when the popup
|
||||
is closed.
|
||||
|
||||
(fn LINES &optional HEADER FOOTER KEYMAP CLOSE-HOOK POINT HEIGHT)")
|
||||
(register-definition-prefixes "diff-hl-inline-popup" '("diff-hl-inline-popup-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from diff-hl-margin.el
|
||||
|
||||
@@ -260,11 +278,6 @@ disabled.
|
||||
|
||||
;;; Generated autoloads from diff-hl-show-hunk.el
|
||||
|
||||
(autoload 'diff-hl-show-hunk-inline-popup "diff-hl-show-hunk" "\
|
||||
Implementation to show the hunk in a inline popup.
|
||||
BUFFER is a buffer with the hunk.
|
||||
|
||||
(fn BUFFER &optional IGNORED-LINE)")
|
||||
(autoload 'diff-hl-show-hunk-previous "diff-hl-show-hunk" "\
|
||||
Go to previous hunk/change and show it." t)
|
||||
(autoload 'diff-hl-show-hunk-next "diff-hl-show-hunk" "\
|
||||
@@ -325,6 +338,25 @@ Diff-Hl-Show-Hunk-Mouse mode.
|
||||
(fn &optional ARG)" t)
|
||||
(register-definition-prefixes "diff-hl-show-hunk" '("diff-hl-show-hunk-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from diff-hl-show-hunk-inline.el
|
||||
|
||||
(autoload 'diff-hl-show-hunk-inline-hide "diff-hl-show-hunk-inline" "\
|
||||
Hide the current inline popup." t)
|
||||
(autoload 'diff-hl-show-hunk-inline-show "diff-hl-show-hunk-inline" "\
|
||||
Create a phantom overlay to show the inline popup, with some
|
||||
content LINES, and a HEADER and a FOOTER, at POINT. KEYMAP is
|
||||
added to the current keymaps. CLOSE-HOOK is called when the popup
|
||||
is closed.
|
||||
|
||||
(fn LINES &optional HEADER FOOTER KEYMAP CLOSE-HOOK POINT HEIGHT)")
|
||||
(autoload 'diff-hl-show-hunk-inline "diff-hl-show-hunk-inline" "\
|
||||
Implementation to show the hunk in a inline popup.
|
||||
BUFFER is a buffer with the hunk.
|
||||
|
||||
(fn BUFFER &optional IGNORED-LINE)")
|
||||
(register-definition-prefixes "diff-hl-show-hunk-inline" '("diff-hl-show-hunk-inline-"))
|
||||
|
||||
|
||||
;;; Generated autoloads from diff-hl-show-hunk-posframe.el
|
||||
|
||||
|
||||
Reference in New Issue
Block a user