aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/diff-mode.el
Commit message (Expand)AuthorAgeFilesLines
* * add-log.el (add-change-log-entry): Add new arg to force each newDan Nicolaescu2008-06-241-1/+1
* (diff-context-mid-hunk-header-re): New const.Stefan Monnier2008-05-261-25/+35
* (diff-current-defun): Use `buffer-local-value'.John Paul Wallington2008-05-151-1/+1
* (diff-hunk-header-re): Refine the regexp.Stefan Monnier2008-05-111-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Merge from emacs--rel--22Miles Bader2008-04-261-13/+12
|\
| * (diff-hunk-header-re-unified): Allow elided line counts.Stefan Monnier2008-04-251-9/+13
* | Merge from emacs--rel--22Miles Bader2008-04-051-3/+14
|\|
| * (diff-end-of-hunk): Be careful not to overlook trailingStefan Monnier2008-03-181-3/+14
* | * diff-mode.el (diff-file-junk-re): Recognize the git format forDan Nicolaescu2008-04-051-2/+3
* | * diff-mode.el (diff-file-junk-re): Recognize the git format forDan Nicolaescu2008-04-051-2/+3
* | (diff-file-junk-re): Recognize the git format forDan Nicolaescu2008-04-041-1/+7
* | (diff-remembered-defdir): New var.Stefan Monnier2008-03-251-0/+5
* | (diff-header): Make the color louder.Dan Nicolaescu2008-03-191-2/+2
* | (diff-refine-change): Adjust colors to be more visible.Dan Nicolaescu2008-03-121-2/+2
* | (diff-mode-menu): Add :help.Dan Nicolaescu2008-03-091-16/+33
* | (diff-ignore-whitespace-hunk): BindDan Nicolaescu2008-03-081-1/+1
* | Merge from emacs--rel--22Miles Bader2008-03-011-1/+2
|\|
| * (diff-sanity-check-hunk): Only accept an empty line ifStefan Monnier2008-02-291-1/+2
| * (diff-file-junk-re): New const.Stefan Monnier2008-02-191-5/+21
| * Make it more robust in the presence of empty context lines in unified hunks.Stefan Monnier2008-02-191-40/+80
| * (diff-beginning-of-file-and-junk): If we're on theStefan Monnier2008-02-101-0/+1
| * (diff-end-of-hunk): Revert 2008-01-08 change.Glenn Morris2008-01-151-5/+1
| * (diff-end-of-hunk): Don't match empty lines in unified format.Glenn Morris2008-01-081-1/+5
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | * diff-mode.el (diff-file-junk-re): New const.Stefan Monnier2008-02-251-50/+117
* | (diff-add-change-log-entries-other-window): UseDan Nicolaescu2008-02-101-4/+1
* | (diff-add-change-log-entries-other-window): Avoid theStefan Monnier2008-02-081-1/+8
* | (diff-add-change-log-entries-other-window):Stefan Monnier2008-02-051-19/+20
* | Add new TODO entry.Dan Nicolaescu2008-02-041-0/+33
* | (diff-end-of-hunk): Revert 2008-01-08 change.Glenn Morris2008-01-151-5/+1
* | (diff-end-of-hunk): Don't match empty lines in unified format.Glenn Morris2008-01-081-2/+6
* | * progmodes/gud.el (gud-target-name): Move definition before use.Dan Nicolaescu2007-10-211-1/+1
* | * term/x-win.el (x-gtk-stock-map, icon-map-list)Dan Nicolaescu2007-10-201-1/+2
* | (diff-auto-refine): New var.Stefan Monnier2007-10-201-17/+31
* | (diff-fine-highlight-preproc): Stick to minimal changesStefan Monnier2007-10-191-43/+46
* | * diff-mode.el (diff-fine-change): Add :group.Dan Nicolaescu2007-10-131-1/+2
* | (diff-current-defun): Force recomputation of change-log-default-name.Stefan Monnier2007-10-121-0/+4
* | Merge from emacs--rel--22Miles Bader2007-10-091-1/+12
|\|
| * * pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.Dan Nicolaescu2007-09-221-0/+2
| * (diff-sanity-check-hunk): Fix up the case when unifiedStefan Monnier2007-09-121-1/+10
| * (diff-find-file-name): Only accept regular files, to rule outGlenn Morris2007-08-271-1/+3
* | (diff-mode-map, diff-mode-menu): Add diff-fine-highlight.Stefan Monnier2007-10-091-3/+3
* | (diff-hunk-style): New fun.Stefan Monnier2007-10-091-65/+146
* | (diff-sanity-check-hunk): Also accept single-line hunks.Thien-Thi Nguyen2007-09-111-9/+13
* | (diff-find-file-name): Only accept regular files, to rule outGlenn Morris2007-08-271-1/+3
* | Merge from emacs--rel--22Miles Bader2007-08-131-3/+3
|\|
| * (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):Stefan Monnier2007-08-061-3/+3
| * * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):Dan Nicolaescu2007-07-301-13/+52
* | (diff-font-lock-keywords): Fix up false positives.Stefan Monnier2007-08-031-26/+47