index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
vc
/
diff-mode.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer setq-local in vc/*.el
Stefan Kangas
2020-12-05
1
-30
/
+27
*
Use null-device where appropriate
Michael Albinus
2020-11-25
1
-3
/
+3
*
Clarify that 'diff-error' is part of Emacs 28.1
Protesilaos Stavrou
2020-11-18
1
-1
/
+2
*
Add a new command to regenerate a hunk in diff-mode
Dima Kogan
2020-10-30
1
-4
/
+21
*
Avoid infloop in which-function-mode when a vc file has changed
Lars Ingebrigtsen
2020-10-17
1
-1
/
+4
*
diff-update-on-the-fly doc string clarification
Lars Ingebrigtsen
2020-10-16
1
-1
/
+4
*
Make diff--refine-hunk bug out less on broken patches
Lars Ingebrigtsen
2020-09-13
1
-2
/
+3
*
Revert "Use format-prompt in read-file-name calls that have a default"
Lars Ingebrigtsen
2020-09-13
1
-4
/
+3
*
Mark some diff tests as failing in nonascii directories
Glenn Morris
2020-09-12
1
-1
/
+5
*
Use format-prompt in read-file-name calls that have a default
Lars Ingebrigtsen
2020-09-07
1
-3
/
+4
*
Highlight error messages from diff in diff-mode
Lars Ingebrigtsen
2020-08-21
1
-0
/
+7
*
Don't message the hunk status when just going to it
Lars Ingebrigtsen
2020-08-20
1
-2
/
+1
*
Fix visual fringe glitch in diff-mode
Gregory Heytings
2020-08-14
1
-1
/
+1
*
Fix bugs, inefficiencies and bad style in regexps
Mattias EngdegÄrd
2020-04-16
1
-1
/
+1
*
Disable enable-local-variables for hunk-only in diff-syntax-fontify-props
Juri Linkov
2020-03-27
1
-1
/
+3
*
Fix a couple of problems in changelog generating functions
Noam Postavsky
2020-03-22
1
-23
/
+26
*
Wrap some set-auto-mode calls with delay-mode-hooks (bug#39190)
Juri Linkov
2020-02-06
1
-1
/
+3
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
* lisp/vc/diff-mode.el (diff-context): Set 'extend t' (bug#37774).
Dmitry Gutov
2019-12-02
1
-2
/
+2
*
Add ':extend' attribute to faces and themes
Eli Zaretskii
2019-11-30
1
-6
/
+6
*
Add ':extend t' face attribute to diff faces (bug#37774)
Juri Linkov
2019-10-19
1
-10
/
+10
*
Make diff-mode understand git-format-patch separators
Konstantin Kharlamov
2019-10-13
1
-2
/
+21
*
Improve documentation of 'diff-font-lock-prettify'
Eli Zaretskii
2019-08-13
1
-1
/
+5
*
Add conditional operator xor to subr.el
Mattias EngdegÄrd
2019-08-06
1
-6
/
+6
*
Improved ChangeLog generation for vc log (Bug#16301)
Noam Postavsky
2019-08-03
1
-4
/
+127
*
Fix diff-mode face problem when used in terminals (Bug#35695)
Anders Lindgren
2019-05-15
1
-4
/
+20
*
* lisp/vc/diff-mode.el (diff-syntax-fontify-hunk): Erase buffer
Juri Linkov
2019-04-16
1
-4
/
+5
*
* lisp/vc/diff-mode.el: Avoid re-initializing buffer in diff-syntax
Stefan Monnier
2019-04-11
1
-18
/
+24
*
diff-font-lock-syntax: clarify distinction between t and hunk-also
Stefan Monnier
2019-04-09
1
-69
/
+63
*
* lisp/vc/diff-mode.el: Cosmetic changes in diff-syntax-fontify-hunk
Stefan Monnier
2019-04-09
1
-82
/
+113
*
* lisp/vc/diff-mode.el (diff-syntax-fontify-props): Check both buffer-local
Juri Linkov
2019-04-08
1
-1
/
+2
*
2019-03-26 regex cleanup
Paul Eggert
2019-03-26
1
-1
/
+1
*
* lisp/vc/diff-mode.el: Better handle empty lines in context diffs
Stefan Monnier
2019-03-25
1
-2
/
+3
*
Fix regular-expression glitches and typos
Paul Eggert
2019-03-04
1
-1
/
+1
*
Merge diff-font-lock-refine and diff-auto-refine-mode into diff-refine
Charles A. Roelli
2019-03-03
1
-8
/
+22
*
* lisp/vc/diff-mode.el (diff-font-lock-keywords): Add more Git headers.
Juri Linkov
2019-02-25
1
-0
/
+1
*
* lisp/vc/diff-mode.el: Reduce redundancy in diff-syntax-fontify code
Stefan Monnier
2019-02-21
1
-60
/
+62
*
* test/lisp/vc/diff-mode-tests.el (diff-mode-test-font-lock): New test.
Juri Linkov
2019-02-02
1
-3
/
+5
*
Small fixes
Juri Linkov
2019-01-28
1
-0
/
+2
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Tone down diff-refine-removed and diff-refine-added as well
Dmitry Gutov
2018-12-27
1
-2
/
+2
*
|
Tone down diff-added and diff-removed in light themes
Dmitry Gutov
2018-12-26
1
-2
/
+2
*
|
* lisp/vc/diff-mode.el (diff-syntax-fontify-hunk): Add `*' to names
Juri Linkov
2018-12-25
1
-3
/
+3
*
|
* lisp/vc/diff-mode.el (diff-syntax-fontify-props): Use font-lock-ensure
Juri Linkov
2018-12-19
1
-8
/
+1
*
|
More font-lock improvements for diff-mode
Juri Linkov
2018-12-19
1
-11
/
+13
*
|
Fontify one-line diffs without the final newline (bug#33567)
Juri Linkov
2018-12-19
1
-18
/
+24
*
|
Syntactic fontification of diff hunks (bug#33567)
Juri Linkov
2018-12-18
1
-7
/
+236
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-5
/
+5
*
|
* lisp/vc/diff-mode.el (diff-find-source-location): Use vc-working-revision
Juri Linkov
2018-11-17
1
-4
/
+7
[next]