summaryrefslogtreecommitdiff
path: root/lisp/vc/diff-mode.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/vc/diff-mode.el (diff-font-lock-prettify): New varStefan Monnier2018-07-131-0/+35
* * lisp/vc/diff-mode.el: Perform hunk refinement from font-lockStefan Monnier2018-07-101-91/+115
* Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-6/+0
* Use next-error-found to set next-error-last-buffer.Juri Linkov2018-04-171-1/+3
* * lisp/vc/diff-mode.el (diff-wiggle): New command.Stefan Monnier2018-02-181-16/+64
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Small fixes prompted by make check-declareGlenn Morris2017-12-141-6/+3
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix 'diff-goto-source' when buffer is narrowed (Bug#21262)Charles A. Roelli2017-08-271-45/+47
* epatch: Save right backups in Git multipatchesTino Calancha2017-03-211-1/+1
* Check if there are hunks before kill or refine a hunkTino Calancha2017-02-021-74/+85
* Ignore error after kill last file or hunkTino Calancha2017-02-021-2/+3
* Handle patch terminators produced by git and bzr patch exportDima Kogan2017-01-311-9/+17
* Fix Bug#25524Tino Calancha2017-01-291-2/+4
* diff-hunk-kill independent of point inside headersTino Calancha2017-01-211-18/+49
* ; Revert "Improve diff-mode navigation/manipulation"Tino Calancha2017-01-211-140/+34
* Avoid inefficient regex in diff-refine-hunk (Bug#25410)Noam Postavsky2017-01-181-10/+21
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | diff-mode auto-refines only after a successful motionDima Kogan2016-12-241-18/+21
* | diff-mode is able to better handle file headersDima Kogan2016-12-241-1/+1
* | ; Spelling fixesPaul Eggert2016-12-221-1/+1
* | Fix previous commitNoam Postavsky2016-11-291-5/+4
* | * lisp/vc/diff-mode.el (diff-refine-hunk): Remove redundant variable.Noam Postavsky2016-11-291-1/+0
* | Improve diff-mode navigation/manipulationDima Kogan2016-11-281-13/+118
* | ; Fix breakage from previous commitStephen Berman2016-06-271-16/+16
* | Remove some face aliases obsoleted in 22.1Mark Oteiza2016-06-231-46/+25
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* ; Fix warningsDmitry Gutov2015-11-141-1/+1
* Backslash cleanup in Elisp source filesPaul Eggert2015-09-171-2/+2
* Fix minor text quoting in calc, calendar, vcPaul Eggert2015-08-281-1/+2
* (diff-hunk-file-names): Don't require a TAB after the file nameGustav HÃ¥llberg2015-04-081-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* * lisp/vc/diff-mode.el (diff-kill-applied-hunks): New command.Stefan Monnier2014-12-011-0/+10
* Rename 24.5 to 25.1Stefan Monnier2014-09-291-2/+2
* Handle missing space marker in unified diff during header fixupAndreas Schwab2014-08-161-0/+3
* * lisp/vc/diff-mode.el (diff-changed): Empty face definitionJuri Linkov2014-06-181-8/+7
* * lisp/vc/diff-mode.el (diff-refine-changed): Rename fromJuri Linkov2014-06-181-1/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* * vc/diff-mode.el (diff-mode): Tiny change re diff-default-read-onlyIvan Shmakov2013-11-221-1/+2
* * lisp/vc/diff-mode.el (diff-mode-shared-map): Unbind "/".Dmitry Gutov2013-03-231-1/+0
* * lisp/vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.Sam Steingold2013-02-281-3/+6
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | * lisp/vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at theStefan Monnier2012-12-191-1/+1
* | * lisp/vc/diff-mode.el (diff-hunk): Don't make useless timers.Stefan Monnier2012-11-191-13/+15
|/
* Rewrite and rename diff-delete-trailing-whitespace.Chong Yidong2012-11-091-30/+66
* Document diff-remove-trailing-whitespaceGlenn Morris2012-11-081-6/+6