summaryrefslogtreecommitdiff
path: root/lisp/diff-mode.el
AgeCommit message (Expand)Author
2008-09-14(diff-find-file-name): Rename `batch' to `noprompt' andStefan Monnier
2008-08-06(diff-show-trailing-whitespaces): Fix typo.Dan Nicolaescu
2008-07-26Rename diff-show-trailing-blanks to diff-show-trailing-whitespaces.Vinicius Jose Latorre
2008-07-25New function diff-show-trailing-blanks in diff-mode.el.Vinicius Jose Latorre
2008-07-22(diff-auto-refine-mode): Remove lighter, since it'sStefan Monnier
2008-07-21Make auto-refining a minor mode, and diff- and smerge- use it.Thien-Thi Nguyen
2008-06-24* add-log.el (add-change-log-entry): Add new arg to force each newDan Nicolaescu
2008-05-26(diff-context-mid-hunk-header-re): New const.Stefan Monnier
2008-05-15(diff-current-defun): Use `buffer-local-value'.John Paul Wallington
2008-05-11(diff-hunk-header-re): Refine the regexp.Stefan Monnier
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-04-26Merge from emacs--rel--22Miles Bader
2008-04-25(diff-hunk-header-re-unified): Allow elided line counts.Stefan Monnier
2008-04-05Merge from emacs--rel--22Miles Bader
2008-04-05* diff-mode.el (diff-file-junk-re): Recognize the git format forDan Nicolaescu
2008-04-05* diff-mode.el (diff-file-junk-re): Recognize the git format forDan Nicolaescu
2008-04-04(diff-file-junk-re): Recognize the git format forDan Nicolaescu
2008-03-25(diff-remembered-defdir): New var.Stefan Monnier
2008-03-19(diff-header): Make the color louder.Dan Nicolaescu
2008-03-18(diff-end-of-hunk): Be careful not to overlook trailingStefan Monnier
2008-03-12(diff-refine-change): Adjust colors to be more visible.Dan Nicolaescu
2008-03-09(diff-mode-menu): Add :help.Dan Nicolaescu
2008-03-08(diff-ignore-whitespace-hunk): BindDan Nicolaescu
2008-03-01Merge from emacs--rel--22Miles Bader
2008-02-29(diff-sanity-check-hunk): Only accept an empty line ifStefan Monnier
2008-02-25* diff-mode.el (diff-file-junk-re): New const.Stefan Monnier
2008-02-19(diff-file-junk-re): New const.Stefan Monnier
2008-02-19Make it more robust in the presence of empty context lines in unified hunks.Stefan Monnier
2008-02-10(diff-add-change-log-entries-other-window): UseDan Nicolaescu
2008-02-10(diff-beginning-of-file-and-junk): If we're on theStefan Monnier
2008-02-08(diff-add-change-log-entries-other-window): Avoid theStefan Monnier
2008-02-05(diff-add-change-log-entries-other-window):Stefan Monnier
2008-02-04Add new TODO entry.Dan Nicolaescu
2008-01-15(diff-end-of-hunk): Revert 2008-01-08 change.Glenn Morris
2008-01-15(diff-end-of-hunk): Revert 2008-01-08 change.Glenn Morris
2008-01-08(diff-end-of-hunk): Don't match empty lines in unified format.Glenn Morris
2008-01-08(diff-end-of-hunk): Don't match empty lines in unified format.Glenn Morris
2008-01-07Add 2008 to copyright years.Glenn Morris
2007-10-21* progmodes/gud.el (gud-target-name): Move definition before use.Dan Nicolaescu
2007-10-20* term/x-win.el (x-gtk-stock-map, icon-map-list)Dan Nicolaescu
2007-10-20(diff-auto-refine): New var.Stefan Monnier
2007-10-19(diff-fine-highlight-preproc): Stick to minimal changesStefan Monnier
2007-10-13* diff-mode.el (diff-fine-change): Add :group.Dan Nicolaescu
2007-10-12(diff-current-defun): Force recomputation of change-log-default-name.Stefan Monnier
2007-10-09Merge from emacs--rel--22Miles Bader
2007-10-09(diff-mode-map, diff-mode-menu): Add diff-fine-highlight.Stefan Monnier
2007-10-09(diff-hunk-style): New fun.Stefan Monnier
2007-09-22* pcvs-defs.el (cvs-mode-map): Bind TAB and backtab.Dan Nicolaescu
2007-09-12(diff-sanity-check-hunk): Fix up the case when unifiedStefan Monnier
2007-09-11(diff-sanity-check-hunk): Also accept single-line hunks.Thien-Thi Nguyen