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
*
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
*
|
New option vc-find-revision-no-save to not write revision to file
Juri Linkov
2018-11-14
1
-1
/
+3
*
|
Support VC revisions in diff-goto-source (bug#33319)
Juri Linkov
2018-11-14
1
-2
/
+14
*
|
* lisp/vc/diff-mode.el: Improve diff-font-lock-prettify
Stefan Monnier
2018-10-21
1
-14
/
+105
*
|
file-attributes cleanup
Paul Eggert
2018-09-23
1
-1
/
+1
*
|
* lisp/vc/diff-mode.el (diff-font-lock-prettify): New var
Stefan Monnier
2018-07-13
1
-0
/
+35
*
|
* lisp/vc/diff-mode.el: Perform hunk refinement from font-lock
Stefan Monnier
2018-07-10
1
-91
/
+115
*
|
Optionally add argument description in minor mode DOC (bug#10754)
John Shahid
2018-07-01
1
-6
/
+0
*
|
Use next-error-found to set next-error-last-buffer.
Juri Linkov
2018-04-17
1
-1
/
+3
*
|
* lisp/vc/diff-mode.el (diff-wiggle): New command.
Stefan Monnier
2018-02-18
1
-16
/
+64
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Small fixes prompted by make check-declare
Glenn Morris
2017-12-14
1
-6
/
+3
*
maint: shorten https://lists.gnu.org/archive/html/... links
Paul Eggert
2017-11-25
1
-1
/
+1
*
Prefer HTTPS to HTTP for gnu.org
Paul Eggert
2017-10-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Fix 'diff-goto-source' when buffer is narrowed (Bug#21262)
Charles A. Roelli
2017-08-27
1
-45
/
+47
*
epatch: Save right backups in Git multipatches
Tino Calancha
2017-03-21
1
-1
/
+1
*
Check if there are hunks before kill or refine a hunk
Tino Calancha
2017-02-02
1
-74
/
+85
*
Ignore error after kill last file or hunk
Tino Calancha
2017-02-02
1
-2
/
+3
*
Handle patch terminators produced by git and bzr patch export
Dima Kogan
2017-01-31
1
-9
/
+17
*
Fix Bug#25524
Tino Calancha
2017-01-29
1
-2
/
+4
*
diff-hunk-kill independent of point inside headers
Tino Calancha
2017-01-21
1
-18
/
+49
[next]